From 622d92fb75601a7635181acdeb068b83cb6ba515 Mon Sep 17 00:00:00 2001 From: ro Date: Fri, 21 Feb 2003 20:33:50 +0000 Subject: * physmem.c (physmem_total) [HAVE_GETSYSINFO]: Use getsysinfo on Tru64 UNIX. (physmem_available) [HAVE_TABLE && HAVE_SYS_TABLE_H]: Use table on Tru64 UNIX. * configure.in (AC_CHECK_HEADERS): Check for sys/sysinfo.h, machine/hal_sysinfo.h, sys/table.h. (checkfuncs, AC_CHECKFUNCS): Check for getsysinfo, table. * configure, config.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63241 138bc75d-0d04-0410-961f-82ee72b054a4 --- libiberty/config.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'libiberty/config.in') diff --git a/libiberty/config.in b/libiberty/config.in index 706fb1efd3f..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 @@ -183,6 +186,9 @@ /* 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 @@ -213,6 +219,9 @@ /* Define if you have the header file. */ #undef HAVE_LIMITS_H +/* Define if you have the header file. */ +#undef HAVE_MACHINE_HAL_SYSINFO_H + /* Define if you have the header file. */ #undef HAVE_STDLIB_H @@ -240,9 +249,15 @@ /* Define if you have the header file. */ #undef HAVE_SYS_STAT_H +/* Define if you have the header file. */ +#undef HAVE_SYS_SYSINFO_H + /* Define if you have the header file. */ #undef HAVE_SYS_SYSMP_H +/* Define if you have the header file. */ +#undef HAVE_SYS_TABLE_H + /* Define if you have the header file. */ #undef HAVE_SYS_TIME_H -- cgit v1.2.3