aboutsummaryrefslogtreecommitdiff
path: root/libiberty/config.in
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2003-02-21 20:15:39 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2003-02-21 20:15:39 +0000
commit64c7e556ab3dd5af040d393383a557696522ecaa (patch)
tree8952d0661c6f4e242d8bec701c82d491b43c1711 /libiberty/config.in
parent934b8c40fe91d6d3bb28a998d2f6872fff4fc9e9 (diff)
downloadgcc-64c7e556ab3dd5af040d393383a557696522ecaa.zip
gcc-64c7e556ab3dd5af040d393383a557696522ecaa.tar.gz
gcc-64c7e556ab3dd5af040d393383a557696522ecaa.tar.bz2
configure.in: Check for sys/sysmp.h and sysmp.
* configure.in: Check for sys/sysmp.h and sysmp. * physmem.c: Pull upstream copy, add support for irix6. * config.in, configure: Regenerated. From-SVN: r63237
Diffstat (limited to 'libiberty/config.in')
-rw-r--r--libiberty/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in
index 8a267ed..706fb1e 100644
--- a/libiberty/config.in
+++ b/libiberty/config.in
@@ -180,6 +180,9 @@
/* Define if you have the sysconf function. */
#undef HAVE_SYSCONF
+/* Define if you have the sysmp function. */
+#undef HAVE_SYSMP
+
/* Define if you have the times function. */
#undef HAVE_TIMES
@@ -237,6 +240,9 @@
/* Define if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
+/* Define if you have the <sys/sysmp.h> header file. */
+#undef HAVE_SYS_SYSMP_H
+
/* Define if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H