diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2003-02-21 00:27:04 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2003-02-21 00:27:04 +0000 |
commit | a354191ebf0b3b87c0bf63c759cf5b1702128305 (patch) | |
tree | d7ff9fd0ca6913444d43463d7cf61e8571d20621 /libiberty/config.in | |
parent | 763b929241319ef2d738555a2e43a6e1587e5b76 (diff) | |
download | gcc-a354191ebf0b3b87c0bf63c759cf5b1702128305.tar.gz |
libiberty.h (physmem_total, [...]): Prototype.
include:
* libiberty.h (physmem_total, physmem_available): Prototype.
libiberty:
* Makefile.in (CFILES): Add physmem.c.
(REQUIRED_OFILES): Add physmem.o.
* configure.in: Check for sys/pstat.h.
(checkfuncs): Add pstat_getstatic and pstat_getdynamic.
* physmem.c: New file, copied from textutils.
* config.in, configure: Regenerated.
From-SVN: r63198
Diffstat (limited to 'libiberty/config.in')
-rw-r--r-- | libiberty/config.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libiberty/config.in b/libiberty/config.in index 738f075fff6..97c5702c2b1 100644 --- a/libiberty/config.in +++ b/libiberty/config.in @@ -1,4 +1,4 @@ -/* config.in. Generated automatically from configure.in by autoheader 2.13. */ +/* config.in. Generated automatically from configure.in by autoheader. */ /* Define to empty if the keyword does not work. */ #undef const @@ -222,6 +222,9 @@ /* Define if you have the <sys/param.h> header file. */ #undef HAVE_SYS_PARAM_H +/* Define if you have the <sys/pstat.h> header file. */ +#undef HAVE_SYS_PSTAT_H + /* Define if you have the <sys/resource.h> header file. */ #undef HAVE_SYS_RESOURCE_H |