diff options
author | Christian Beier <dontmind@freeshell.org> | 2017-04-18 23:12:09 +0200 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2017-04-18 23:12:09 +0200 |
commit | fc2899af7a3b402d5c689b0cc8527f965875b9e0 (patch) | |
tree | 077cfb43b86c07d4d197f47f33e205cf558cfb77 /rfb/rfbconfig.h.cmake | |
parent | 2197b415f264aa3acfcd70bee1bbac510e560270 (diff) | |
download | libtdevnc-fc2899af7a3b402d5c689b0cc8527f965875b9e0.tar.gz libtdevnc-fc2899af7a3b402d5c689b0cc8527f965875b9e0.zip |
CMake: set LIBVNCSERVER_HAVE_FORK in rfbconfig.h if fork() found
Diffstat (limited to 'rfb/rfbconfig.h.cmake')
-rw-r--r-- | rfb/rfbconfig.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rfb/rfbconfig.h.cmake b/rfb/rfbconfig.h.cmake index 58c9205..f2c96ee 100644 --- a/rfb/rfbconfig.h.cmake +++ b/rfb/rfbconfig.h.cmake @@ -75,6 +75,9 @@ /* Define to 1 if `mmap' exists. */ #cmakedefine LIBVNCSERVER_HAVE_MMAP 1 +/* Define to 1 if `fork' exists. */ +#cmakedefine LIBVNCSERVER_HAVE_FORK 1 + /* Define to 1 if you have the <ws2tcpip.h> header file. */ #cmakedefine LIBVNCSERVER_HAVE_WS2TCPIP_H 1 |