aboutsummaryrefslogtreecommitdiff
path: root/libiberty/config.in
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@issan.cs.uni-dortmund.de>1999-06-21 05:01:18 +0000
committerJeff Law <law@gcc.gnu.org>1999-06-20 23:01:18 -0600
commit90e72e20a3808c9791c2fc1e062f260359adb771 (patch)
treed881987c07ef657bfdcbdd3c68c721ceb723ab54 /libiberty/config.in
parent62133b5e6ae85b44ae2829f182bd218fafc0aa7c (diff)
downloadgcc-90e72e20a3808c9791c2fc1e062f260359adb771.zip
gcc-90e72e20a3808c9791c2fc1e062f260359adb771.tar.gz
gcc-90e72e20a3808c9791c2fc1e062f260359adb771.tar.bz2
configure.in (checkfuncs): Add gettimeofday.
* configure.in (checkfuncs): Add gettimeofday. * config.in, configure: Regenerated. From-SVN: r27647
Diffstat (limited to 'libiberty/config.in')
-rw-r--r--libiberty/config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in
index 520729f..7869127 100644
--- a/libiberty/config.in
+++ b/libiberty/config.in
@@ -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
@@ -115,6 +118,9 @@
/* 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
@@ -127,6 +133,9 @@
/* 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
@@ -202,6 +211,9 @@
/* 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