From cd5b38d742e011bc6fe9c231796348426910ed3f Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Sat, 28 Jan 2017 20:43:13 +0100 Subject: [PATCH] CMake: add a HAVE_SYS_UIO_H flag to rfbconfig.h --- rfb/rfbconfig.h.cmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rfb/rfbconfig.h.cmake b/rfb/rfbconfig.h.cmake index 5bd6569..86f7ae3 100644 --- a/rfb/rfbconfig.h.cmake +++ b/rfb/rfbconfig.h.cmake @@ -51,6 +51,9 @@ /* Define to 1 if you have that is POSIX.1 compatible. */ #cmakedefine LIBVNCSERVER_HAVE_SYS_WAIT_H 1 +/* Define to 1 if you have */ +#cmakedefine LIBVNCSERVER_HAVE_SYS_UIO_H 1 + /* Define to 1 if you have the header file. */ #cmakedefine LIBVNCSERVER_HAVE_UNISTD_H 1