summaryrefslogtreecommitdiffstats
path: root/rfb
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2017-04-18 22:18:08 +0200
committerChristian Beier <dontmind@freeshell.org>2017-04-18 22:18:08 +0200
commit6d4bb07ea6abf82231ccd3699357b13ae113bb18 (patch)
treef0c8700d8043c4a044d1a453df8fe1dae66cffbb /rfb
parent32301cb73f12d4f7fa78c0ad9a8592aff8c18252 (diff)
downloadlibtdevnc-6d4bb07ea6abf82231ccd3699357b13ae113bb18.tar.gz
libtdevnc-6d4bb07ea6abf82231ccd3699357b13ae113bb18.zip
CMake: detect mmap() and write result to rfbconfig.h
Diffstat (limited to 'rfb')
-rw-r--r--rfb/rfbconfig.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/rfb/rfbconfig.h.cmake b/rfb/rfbconfig.h.cmake
index 86f7ae3..661583d 100644
--- a/rfb/rfbconfig.h.cmake
+++ b/rfb/rfbconfig.h.cmake
@@ -72,6 +72,9 @@
/* Define to 1 if `vfork' works. */
#cmakedefine LIBVNCSERVER_HAVE_WORKING_VFORK 1
+/* Define to 1 if `mmap' exists. */
+#cmakedefine LIBVNCSERVER_HAVE_MMAP 1
+
/* Define to 1 if you have the <ws2tcpip.h> header file. */
#cmakedefine LIBVNCSERVER_HAVE_WS2TCPIP_H 1