]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.in (checkfuncs): Add gettimeofday.
authorAndreas Schwab <schwab@issan.cs.uni-dortmund.de>
Mon, 21 Jun 1999 05:00:25 +0000 (23:00 -0600)
committerJeff Law <law@gcc.gnu.org>
Mon, 21 Jun 1999 05:00:25 +0000 (23:00 -0600)

        * configure.in (checkfuncs): Add gettimeofday.
        * config.in, configure: Regenerated.

From-SVN: r27645

libiberty/config.in

index 520729f894e13ed52ba92b8865836f80209644b3..7869127ecce92aadbcbacd007dfff14298964680 100644 (file)
@@ -85,6 +85,9 @@
 /* Define if you have the getrusage function.  */
 #undef HAVE_GETRUSAGE
 
+/* Define if you have the gettimeofday function.  */
+#undef HAVE_GETTIMEOFDAY
+
 /* Define if you have the index function.  */
 #undef HAVE_INDEX
 
 /* Define if you have the psignal function.  */
 #undef HAVE_PSIGNAL
 
+/* Define if you have the putenv function.  */
+#undef HAVE_PUTENV
+
 /* Define if you have the random function.  */
 #undef HAVE_RANDOM
 
 /* Define if you have the sbrk function.  */
 #undef HAVE_SBRK
 
+/* Define if you have the setenv function.  */
+#undef HAVE_SETENV
+
 /* Define if you have the sigsetmask function.  */
 #undef HAVE_SIGSETMASK
 
 /* Define if you have the <sys/param.h> header file.  */
 #undef HAVE_SYS_PARAM_H
 
+/* Define if you have the <sys/resource.h> header file.  */
+#undef HAVE_SYS_RESOURCE_H
+
 /* Define if you have the <sys/time.h> header file.  */
 #undef HAVE_SYS_TIME_H