diff options
author | DJ Delorie <dj@redhat.com> | 2003-02-22 17:08:34 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2003-02-22 17:08:34 +0000 |
commit | cc529274241cd4e72f7d03479b34f3779df479f1 (patch) | |
tree | cb29b6c945ccc680414d46c9ee7128aaf8b3923d /libiberty/config.in | |
parent | b631436bb9381026916d8f10ba0e115a189502c0 (diff) | |
download | gdb-cc529274241cd4e72f7d03479b34f3779df479f1.zip gdb-cc529274241cd4e72f7d03479b34f3779df479f1.tar.gz gdb-cc529274241cd4e72f7d03479b34f3779df479f1.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/config.in')
-rw-r--r-- | libiberty/config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in index cd2e735..f0e1746 100644 --- a/libiberty/config.in +++ b/libiberty/config.in @@ -183,6 +183,9 @@ /* Define if you have the sysconf function. */ #undef HAVE_SYSCONF +/* Define if you have the sysctl function. */ +#undef HAVE_SYSCTL + /* Define if you have the sysmp function. */ #undef HAVE_SYSMP @@ -249,12 +252,18 @@ /* Define if you have the <sys/stat.h> header file. */ #undef HAVE_SYS_STAT_H +/* Define if you have the <sys/sysctl.h> header file. */ +#undef HAVE_SYS_SYSCTL_H + /* Define if you have the <sys/sysinfo.h> header file. */ #undef HAVE_SYS_SYSINFO_H /* 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 @@ -282,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. */ |