summaryrefslogtreecommitdiff
path: root/config.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-12-29 23:00:34 +0100
committerKevin Ryde <user42@zip.com.au>2000-12-29 23:00:34 +0100
commit37d8a62e2abd15dd5f906ecc62f23e44b68b35bb (patch)
tree6ac42f65c1cb2e209cce5984ce1c478368154d1f /config.in
parent2e18af98ad21847d7cceece4702afe4cacc41daf (diff)
downloadgmp-37d8a62e2abd15dd5f906ecc62f23e44b68b35bb.tar.gz
Regenerate for:
* configure.in (sys/mman.h, mprotect): New tests. * configure.in (getopt.h): Remove test.
Diffstat (limited to 'config.in')
-rw-r--r--config.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/config.in b/config.in
index 9a18ceda8..863e624a3 100644
--- a/config.in
+++ b/config.in
@@ -165,9 +165,6 @@ MA 02111-1307, USA.
*/
#undef HAVE_DECL_OPTARG
-/* Define if you have the <getopt.h> header file. */
-#undef HAVE_GETOPT_H
-
/* Define if you have the `getpagesize' function. */
#undef HAVE_GETPAGESIZE
@@ -177,9 +174,12 @@ MA 02111-1307, USA.
/* Define if you have the `gettimeofday' function. */
#undef HAVE_GETTIMEOFDAY
-/* whether an "inline" is available */
+/* whether an actual "inline" is available */
#undef HAVE_INLINE
+/* Define if you have the `mprotect' function. */
+#undef HAVE_MPROTECT
+
/* Define if you have the `popen' function. */
#undef HAVE_POPEN
@@ -213,6 +213,9 @@ MA 02111-1307, USA.
/* Define if you have the `sysctlbyname' function. */
#undef HAVE_SYSCTLBYNAME
+/* Define if you have the <sys/mman.h> header file. */
+#undef HAVE_SYS_MMAN_H
+
/* Define if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H