Add check for gettimeofday
authoraland <aland>
Mon, 16 Apr 2007 07:55:00 +0000 (07:55 +0000)
committeraland <aland>
Mon, 16 Apr 2007 07:55:00 +0000 (07:55 +0000)
configure
configure.in
src/include/autoconf.h.in

index 2abb904..e0313ef 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.233 .
+# From configure.in Revision: 1.234 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.60.
 #
@@ -24406,6 +24406,7 @@ fi
 
 
 
+
 for ac_func in \
        getopt_long \
        lockf \
@@ -24432,6 +24433,7 @@ for ac_func in \
        getaddrinfo \
        getnameinfo \
        closefrom \
+       gettimeofday \
        strlcat \
        strlcpy
 
index 31f55c8..99e262c 100644 (file)
@@ -771,6 +771,7 @@ AC_CHECK_FUNCS( \
        getaddrinfo \
        getnameinfo \
        closefrom \
+       gettimeofday \
        strlcat \
        strlcpy
 )
index 3895545..5386e59 100644 (file)
@@ -61,6 +61,9 @@
 /* Define to 1 if you have the `getopt_long' function. */
 #undef HAVE_GETOPT_LONG
 
+/* Define to 1 if you have the `gettimeofday' function. */
+#undef HAVE_GETTIMEOFDAY
+
 /* Define to 1 if you have the `getusershell' function. */
 #undef HAVE_GETUSERSHELL