summaryrefslogtreecommitdiff
path: root/config.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-09-08 02:19:59 +0200
committerKevin Ryde <user42@zip.com.au>2001-09-08 02:19:59 +0200
commit69f3cd11e8cfd0fc5839099166aa983939c3de0f (patch)
tree167c91b359253eaa64f13a18841201a7b60028c7 /config.in
parentf764f0963cb457442cd870017ff7a2a01e5d6e5b (diff)
downloadgmp-69f3cd11e8cfd0fc5839099166aa983939c3de0f.tar.gz
Regenerate for:
* configure.in (AC_CHECK_FUNCS): Add mmap.
Diffstat (limited to 'config.in')
-rw-r--r--config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.in b/config.in
index ce830e5b0..df9422fdd 100644
--- a/config.in
+++ b/config.in
@@ -219,6 +219,9 @@ MA 02111-1307, USA. */
/* Define if you have the `memset' function. */
#undef HAVE_MEMSET
+/* Define if you have the `mmap' function. */
+#undef HAVE_MMAP
+
/* Define if you have the `mprotect' function. */
#undef HAVE_MPROTECT