summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorPino Toscano <pino@kde.org>2009-12-14 00:44:55 +0100
committerPino Toscano <pino@kde.org>2009-12-14 00:44:55 +0100
commitf6ba877e0c22538cfe34d32d69814f660de59d2c (patch)
tree313e8ffc68321690e876468bbf6633d5bd9633c1 /config.h.cmake
parente12801320ae030628fc62c073983c06b39ee13d7 (diff)
[CMake] add configure check for sys/mman.h (as in autotools)
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index dfd4c69d..60547ea8 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -85,6 +85,9 @@
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. */
#cmakedefine HAVE_SYS_DIR_H 1
+/* Define to 1 if you have the <sys/mman.h> header file. */
+#cmakedefine HAVE_SYS_MMAN_H 1
+
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. */
#cmakedefine HAVE_SYS_NDIR_H 1