diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-22 15:17:36 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-22 15:17:36 +0000 |
commit | 0991d38e7beb2f0729589412b1712ac4805a4aee (patch) | |
tree | 0c5bc9ab05e32a306318e93a583171ce6303b5a0 /libiberty/config.in | |
parent | d98e17aef7ed7b81210fdb717fc793313ce852cf (diff) | |
download | ppe42-gcc-0991d38e7beb2f0729589412b1712ac4805a4aee.tar.gz ppe42-gcc-0991d38e7beb2f0729589412b1712ac4805a4aee.zip |
* configure.in: Check for sys/sysctl.h and sysctl.
* physmem.c: Add support for *bsd and darwin.
* Makefile.in: Generate depedency for physmem.o.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63285 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/config.in')
-rw-r--r-- | libiberty/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in index cd2e7356e5f..7b9dcb4884f 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,6 +252,9 @@ /* 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 |