1#ifndef _RFB_RFBCONFIG_H 2#cmakedefine _RFB_RFBCONFIG_H 1 3 4/* rfb/rfbconfig.h. Generated automatically by cmake. */ 5 6/* Enable 24 bit per pixel in native framebuffer */ 7#cmakedefine LIBVNCSERVER_ALLOW24BPP 1 8 9/* work around when write() returns ENOENT but does not mean it */ 10#cmakedefine LIBVNCSERVER_ENOENT_WORKAROUND 1 11 12/* Define to 1 if you have the <endian.h> header file. */ 13#cmakedefine LIBVNCSERVER_HAVE_ENDIAN_H 1 14 15/* Define to 1 if you have the <fcntl.h> header file. */ 16#cmakedefine LIBVNCSERVER_HAVE_FCNTL_H 1 17 18/* Define to 1 if you have the `gettimeofday' function. */ 19#cmakedefine LIBVNCSERVER_HAVE_GETTIMEOFDAY 1 20 21/* Define to 1 if you have the `jpeg' library (-ljpeg). */ 22#cmakedefine LIBVNCSERVER_HAVE_LIBJPEG 1 23 24/* Define if you have the `png' library (-lpng). */ 25#cmakedefine LIBVNCSERVER_HAVE_LIBPNG 1 26 27/* Define to 1 if you have the `pthread' library (-lpthread). */ 28#cmakedefine LIBVNCSERVER_HAVE_LIBPTHREAD 1 29 30/* Define to 1 if you have the `z' library (-lz). */ 31#cmakedefine LIBVNCSERVER_HAVE_LIBZ 1 32 33/* Define to 1 if you have the <netinet/in.h> header file. */ 34#cmakedefine LIBVNCSERVER_HAVE_NETINET_IN_H 1 35 36/* Define to 1 if you have the <sys/endian.h> header file. */ 37#cmakedefine LIBVNCSERVER_HAVE_SYS_ENDIAN_H 1 38 39/* Define to 1 if you have the <sys/socket.h> header file. */ 40#cmakedefine LIBVNCSERVER_HAVE_SYS_SOCKET_H 1 41 42/* Define to 1 if you have the <sys/stat.h> header file. */ 43#cmakedefine LIBVNCSERVER_HAVE_SYS_STAT_H 1 44 45/* Define to 1 if you have the <sys/time.h> header file. */ 46#cmakedefine LIBVNCSERVER_HAVE_SYS_TIME_H 1 47 48/* Define to 1 if you have the <sys/types.h> header file. */ 49#cmakedefine LIBVNCSERVER_HAVE_SYS_TYPES_H 1 50 51/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 52#cmakedefine LIBVNCSERVER_HAVE_SYS_WAIT_H 1 53 54/* Define to 1 if you have the <unistd.h> header file. */ 55#cmakedefine LIBVNCSERVER_HAVE_UNISTD_H 1 56 57/* Need a typedef for in_addr_t */ 58#cmakedefine LIBVNCSERVER_NEED_INADDR_T 1 59 60/* Define to the full name and version of this package. */ 61#define LIBVNCSERVER_PACKAGE_STRING "@FULL_PACKAGE_NAME@ @PACKAGE_VERSION@" 62 63/* Define to the version of this package. */ 64#define LIBVNCSERVER_PACKAGE_VERSION "@PACKAGE_VERSION@" 65#define LIBVNCSERVER_VERSION "@PACKAGE_VERSION@" 66#define LIBVNCSERVER_VERSION_MAJOR "@VERSION_MAJOR@" 67#define LIBVNCSERVER_VERSION_MINOR "@VERSION_MINOR@" 68#define LIBVNCSERVER_VERSION_PATCHLEVEL "@VERSION_PATCHLEVEL@" 69 70/* Define to 1 if libgcrypt is present */ 71#cmakedefine LIBVNCSERVER_WITH_CLIENT_GCRYPT 1 72 73/* Define to 1 if GnuTLS is present */ 74#cmakedefine LIBVNCSERVER_WITH_CLIENT_TLS 1 75 76/* Define to 1 to build with websockets */ 77#cmakedefine LIBVNCSERVER_WITH_WEBSOCKETS 1 78 79/* Define to 1 if your processor stores words with the most significant byte 80 first (like Motorola and SPARC, unlike Intel and VAX). */ 81#cmakedefine LIBVNCSERVER_WORDS_BIGENDIAN 1 82 83/* Define to empty if `const' does not conform to ANSI C. */ 84/* #cmakedefine const @CMAKE_CONST@ */ 85 86/* Define to `__inline__' or `__inline' if that's what the C compiler 87 calls it, or to nothing if 'inline' is not supported under any name. */ 88/* #ifndef __cplusplus */ 89/* #cmakedefine inline @CMAKE_INLINE@ */ 90/* #endif */ 91 92/* Define to `int' if <sys/types.h> does not define. */ 93#cmakedefine HAVE_LIBVNCSERVER_PID_T 1 94#ifndef HAVE_LIBVNCSERVER_PID_T 95typedef int pid_t; 96#endif 97 98/* The type for size_t */ 99#cmakedefine HAVE_LIBVNCSERVER_SIZE_T 1 100#ifndef HAVE_LIBVNCSERVER_SIZE_T 101typedef int size_t; 102#endif 103 104/* The type for socklen */ 105#cmakedefine HAVE_LIBVNCSERVER_SOCKLEN_T 1 106#ifndef HAVE_LIBVNCSERVER_SOCKLEN_T 107typedef int socklen_t; 108#endif 109 110/* once: _RFB_RFBCONFIG_H */ 111#endif 112