diff options
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 |