diff options
author | DJ Delorie <dj@delorie.com> | 2003-02-21 22:12:51 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2003-02-21 22:12:51 +0000 |
commit | 961d2b5e5f1c0fcea1af1c7d8213615c535af13f (patch) | |
tree | 76ea507df35ddaefa8d6d170a892fd54f595da18 /libiberty/config.in | |
parent | 1b569aff4738a580738356554f450009e3df5d6e (diff) | |
download | gdb-961d2b5e5f1c0fcea1af1c7d8213615c535af13f.tar.gz |
merge from gcc
Diffstat (limited to 'libiberty/config.in')
-rw-r--r-- | libiberty/config.in | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in index 8a267ed1a4d..cd2e7356e5f 100644 --- a/libiberty/config.in +++ b/libiberty/config.in @@ -81,6 +81,9 @@ /* Define if you have the getrusage function. */ #undef HAVE_GETRUSAGE +/* Define if you have the getsysinfo function. */ +#undef HAVE_GETSYSINFO + /* Define if you have the gettimeofday function. */ #undef HAVE_GETTIMEOFDAY @@ -180,6 +183,12 @@ /* 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 table function. */ +#undef HAVE_TABLE + /* Define if you have the times function. */ #undef HAVE_TIMES @@ -210,6 +219,9 @@ /* Define if you have the <limits.h> header file. */ #undef HAVE_LIMITS_H +/* Define if you have the <machine/hal_sysinfo.h> header file. */ +#undef HAVE_MACHINE_HAL_SYSINFO_H + /* Define if you have the <stdlib.h> header file. */ #undef HAVE_STDLIB_H @@ -237,6 +249,15 @@ /* Define if you have the <sys/stat.h> header file. */ #undef HAVE_SYS_STAT_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/table.h> header file. */ +#undef HAVE_SYS_TABLE_H + /* Define if you have the <sys/time.h> header file. */ #undef HAVE_SYS_TIME_H |