summaryrefslogtreecommitdiff
path: root/libiberty/config.in
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2003-02-22 15:39:16 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2003-02-22 15:39:16 +0000
commit4195ec6ac08b9ca0c7c04c52d785f3f5c56581f5 (patch)
tree37e0fbe96e286c2f526746e6bbe9b37fae875e21 /libiberty/config.in
parent0991d38e7beb2f0729589412b1712ac4805a4aee (diff)
downloadgcc-4195ec6ac08b9ca0c7c04c52d785f3f5c56581f5.tar.gz
* configure.in: Check for sys/systemcfg.h and
_system_configuration. * physmem.c: Add support for AIX. Tweek formatting as per upstream coreutils beta. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63287 138bc75d-0d04-0410-961f-82ee72b054a4
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 7b9dcb4884f..f0e174696cb 100644
--- a/libiberty/config.in
+++ b/libiberty/config.in
@@ -261,6 +261,9 @@
/* Define if you have the <sys/sysmp.h> header file. */
#undef HAVE_SYS_SYSMP_H
+/* Define if you have the <sys/systemcfg.h> header file. */
+#undef HAVE_SYS_SYSTEMCFG_H
+
/* Define if you have the <sys/table.h> header file. */
#undef HAVE_SYS_TABLE_H
@@ -288,6 +291,9 @@
/* Define if you have the sys_siglist variable. */
#undef HAVE_SYS_SIGLIST
+/* Define if you have the _system_configuration variable. */
+#undef HAVE__SYSTEM_CONFIGURATION
+
/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP
systems. This function is required for alloca.c support on those
systems. */