$OpenBSD: patch-configure,v 1.2 2012/04/13 13:58:31 naddy Exp $ --- configure.orig Fri May 30 03:31:40 2003 +++ configure Fri Apr 13 15:57:26 2012 @@ -3939,11 +3939,13 @@ else echo "$ac_t""no" 1>&6 fi +if test $ac_cv_func_ftime = yes; then if test $uucp_cv_sys_ftime_ok = yes || test $uucp_cv_sys_ftime_ok = runtime; then cat >> confdefs.h <<\EOF #define HAVE_FTIME 1 EOF +fi fi for ac_func in times do