From fc2899af7a3b402d5c689b0cc8527f965875b9e0 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Tue, 18 Apr 2017 23:12:09 +0200 Subject: CMake: set LIBVNCSERVER_HAVE_FORK in rfbconfig.h if fork() found --- rfb/rfbconfig.h.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rfb') 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 header file. */ #cmakedefine LIBVNCSERVER_HAVE_WS2TCPIP_H 1 -- cgit v1.2.1