aboutsummaryrefslogtreecommitdiff
path: root/libiberty/config.in
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2003-02-22 15:17:36 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2003-02-22 15:17:36 +0000
commit170230b7235a9ed4345a770c2d9d2ec1ffed94b2 (patch)
tree0c5bc9ab05e32a306318e93a583171ce6303b5a0 /libiberty/config.in
parent514e19c9fb0aaa8d4c5a78b4b357b4c19bc8c7b4 (diff)
downloadgcc-170230b7235a9ed4345a770c2d9d2ec1ffed94b2.zip
gcc-170230b7235a9ed4345a770c2d9d2ec1ffed94b2.tar.gz
gcc-170230b7235a9ed4345a770c2d9d2ec1ffed94b2.tar.bz2
configure.in: Check for sys/sysctl.h and sysctl.
* configure.in: Check for sys/sysctl.h and sysctl. * physmem.c: Add support for *bsd and darwin. * Makefile.in: Generate depedency for physmem.o. Co-Authored-By: Geoffrey Keating <geoffk@apple.com> Co-Authored-By: Richard Earnshaw <rearnsha@arm.com> From-SVN: r63285
Diffstat (limited to 'libiberty/config.in')
-rw-r--r--libiberty/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in
index cd2e735..7b9dcb4 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