summaryrefslogtreecommitdiffstats
path: root/rfb
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2017-01-28 20:43:13 +0100
committerChristian Beier <dontmind@freeshell.org>2017-01-28 20:43:13 +0100
commitcd5b38d742e011bc6fe9c231796348426910ed3f (patch)
tree32954ca0da139ac6675e313fe42fb43c65d579a8 /rfb
parent3c0828269c1eee5ce872cf89006e2624fa5f89bc (diff)
downloadlibtdevnc-cd5b38d742e011bc6fe9c231796348426910ed3f.tar.gz
libtdevnc-cd5b38d742e011bc6fe9c231796348426910ed3f.zip
CMake: add a HAVE_SYS_UIO_H flag 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 5bd6569..86f7ae3 100644
--- a/rfb/rfbconfig.h.cmake
+++ b/rfb/rfbconfig.h.cmake
@@ -51,6 +51,9 @@
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
#cmakedefine LIBVNCSERVER_HAVE_SYS_WAIT_H 1
+/* Define to 1 if you have <sys/uio.h> */
+#cmakedefine LIBVNCSERVER_HAVE_SYS_UIO_H 1
+
/* Define to 1 if you have the <unistd.h> header file. */
#cmakedefine LIBVNCSERVER_HAVE_UNISTD_H 1