aboutsummaryrefslogtreecommitdiff
path: root/libiberty/config.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2000-02-22 16:14:35 +0000
committerIan Lance Taylor <ian@airs.com>2000-02-22 16:14:35 +0000
commit0c0a36a40386d288fe8d6d86efc2b178ef7eb465 (patch)
treeb3724fb2dc3695a219f27800279c7e3041e2131b /libiberty/config.in
parentabd8680d6efd97e7ba848a6392ee3ad72be18cd0 (diff)
downloadgdb-0c0a36a40386d288fe8d6d86efc2b178ef7eb465.zip
gdb-0c0a36a40386d288fe8d6d86efc2b178ef7eb465.tar.gz
gdb-0c0a36a40386d288fe8d6d86efc2b178ef7eb465.tar.bz2
merge with libiberty from egcs 2000-02-22
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 4d256c9..6e64208 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
@@ -205,6 +214,9 @@
/* Define if you have the <sys/resource.h> header file. */
#undef HAVE_SYS_RESOURCE_H
+/* Define if you have the <sys/stat.h> header file. */
+#undef HAVE_SYS_STAT_H
+
/* Define if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H