Преглед изворни кода

* configure updates

svn: 2105
Bryan Drewery пре 21 година
родитељ
комит
91ac0bf73c
2 измењених фајлова са 6 додато и 2 уклоњено
  1. 3 0
      config.h.in
  2. 3 2
      configure

+ 3 - 0
config.h.in

@@ -50,6 +50,9 @@
 /* Define to 1 if you have the `getrusage' function. */
 #undef HAVE_GETRUSAGE
 
+/* Define to 1 if you have the `gettime' function. */
+#undef HAVE_GETTIME
+
 /* Define to 1 if you have the `inet_aton' function. */
 #undef HAVE_INET_ATON
 

+ 3 - 2
configure

@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.ac Revision: 1.44 .
+# From configure.ac Revision: 1.45 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.59.
 #
@@ -10403,7 +10403,8 @@ done
 
 
 
-for ac_func in getipnodebyname memcpy memset random rename snprintf srandom
+
+for ac_func in getipnodebyname memcpy memset random rename snprintf srandom gettime
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "$as_me:$LINENO: checking for $ac_func" >&5