summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorkramm <kramm>2008-12-19 08:07:45 +0000
committerkramm <kramm>2008-12-19 08:07:45 +0000
commit6a9b6e5aa1a9f22246a73f1abdc7e6e352aca38b (patch)
tree3a033b08292b6b5d76ec67fef6e0207d9638e574 /config.h.in
parentcb94aa80a3667d63e434716e4cc82ea173365637 (diff)
added HAVE_MMAP, HAVE_SYS_MMAN_H
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index c16ea582..0d2b7ee6 100644
--- a/config.h.in
+++ b/config.h.in
@@ -82,6 +82,9 @@
/* Define if you have the stat function. */
#undef HAVE_STAT
+/* Define if you have the mmap function. */
+#undef HAVE_MMAP
+
/* Define if you have the <dirent.h> header file. */
#undef HAVE_DIRENT_H
@@ -115,6 +118,9 @@
/* Define if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
+/* Define if you have the <sys/mman.h> header file. */
+#undef HAVE_SYS_MMAN_H
+
/* Define if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H