summaryrefslogtreecommitdiffstats
path: root/source/include/config.h.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-12-17 01:04:38 +0000
committerAndrew Tridgell <tridge@samba.org>1998-12-17 01:04:38 +0000
commitccf644388732287da01a943ea826187b5394ebc6 (patch)
tree95ef9cf39cc80ce039a38fe846d9c64cd9c08822 /source/include/config.h.in
parent782474f41e0c2bc0b1f098758a3e5cb44e87d8b1 (diff)
downloadsamba-ccf644388732287da01a943ea826187b5394ebc6.tar.gz
samba-ccf644388732287da01a943ea826187b5394ebc6.tar.xz
samba-ccf644388732287da01a943ea826187b5394ebc6.zip
and in head branch:
make sure we include sys/mman.h if available
Diffstat (limited to 'source/include/config.h.in')
-rw-r--r--source/include/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/include/config.h.in b/source/include/config.h.in
index 393a0e679f1..44e7b08377c 100644
--- a/source/include/config.h.in
+++ b/source/include/config.h.in
@@ -723,6 +723,9 @@
/* Define if you have the <sys/ioctl.h> header file. */
#undef HAVE_SYS_IOCTL_H
+/* Define if you have the <sys/mman.h> header file. */
+#undef HAVE_SYS_MMAN_H
+
/* Define if you have the <sys/mode.h> header file. */
#undef HAVE_SYS_MODE_H