summaryrefslogtreecommitdiff
path: root/config.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-10-25 02:37:00 +0200
committerKevin Ryde <user42@zip.com.au>2000-10-25 02:37:00 +0200
commite6ca5875a389a7c9833c4071baa756c9f1133eb6 (patch)
treea6165f1e79bc1c1b92b1419bd07a6355ed4e5499 /config.in
parent02e25d1c926fb0b0da4b337f0368d1b66c56609d (diff)
downloadgmp-e6ca5875a389a7c9833c4071baa756c9f1133eb6.tar.gz
Regenerate for:
* configure.in (sysctl, sys/param.h): New tests.
Diffstat (limited to 'config.in')
-rw-r--r--config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.in b/config.in
index c67e4d855..e78b37c9e 100644
--- a/config.in
+++ b/config.in
@@ -146,6 +146,9 @@ MA 02111-1307, USA.
/* Name of package */
#undef PACKAGE
+/* Define if you have the <sys/param.h> header file. */
+#undef HAVE_SYS_PARAM_H
+
/* Define if you have the `sysctlbyname' function. */
#undef HAVE_SYSCTLBYNAME
@@ -215,5 +218,8 @@ MA 02111-1307, USA.
/* Define if you have the <string.h> header file. */
#undef HAVE_STRING_H
+/* Define if you have the `sysctl' function. */
+#undef HAVE_SYSCTL
+
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H