• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 <fcntl.h> header file. */
13#cmakedefine LIBVNCSERVER_HAVE_FCNTL_H  1
14
15/* Define to 1 if you have the `gettimeofday' function. */
16#cmakedefine LIBVNCSERVER_HAVE_GETTIMEOFDAY  1
17
18/* Define to 1 if you have the `jpeg' library (-ljpeg). */
19#cmakedefine LIBVNCSERVER_HAVE_LIBJPEG  1
20
21/* Define if you have the `png' library (-lpng). */
22#cmakedefine LIBVNCSERVER_HAVE_LIBPNG  1
23
24/* Define to 1 if you have the `pthread' library (-lpthread). */
25#cmakedefine LIBVNCSERVER_HAVE_LIBPTHREAD  1
26
27/* Define to 1 if you have the `z' library (-lz). */
28#cmakedefine LIBVNCSERVER_HAVE_LIBZ  1
29
30/* Define to 1 if you have the <netinet/in.h> header file. */
31#cmakedefine LIBVNCSERVER_HAVE_NETINET_IN_H  1
32
33/* Define to 1 if you have the <sys/socket.h> header file. */
34#cmakedefine LIBVNCSERVER_HAVE_SYS_SOCKET_H  1
35
36/* Define to 1 if you have the <sys/stat.h> header file. */
37#cmakedefine LIBVNCSERVER_HAVE_SYS_STAT_H  1
38
39/* Define to 1 if you have the <sys/time.h> header file. */
40#cmakedefine LIBVNCSERVER_HAVE_SYS_TIME_H  1
41
42/* Define to 1 if you have the <sys/types.h> header file. */
43#cmakedefine LIBVNCSERVER_HAVE_SYS_TYPES_H  1
44
45/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
46#cmakedefine LIBVNCSERVER_HAVE_SYS_WAIT_H  1
47
48/* Define to 1 if you have the <unistd.h> header file. */
49#cmakedefine LIBVNCSERVER_HAVE_UNISTD_H  1
50
51/* Need a typedef for in_addr_t */
52#cmakedefine LIBVNCSERVER_NEED_INADDR_T 1
53
54/* Define to the full name and version of this package. */
55#define LIBVNCSERVER_PACKAGE_STRING  "@FULL_PACKAGE_NAME@ @PACKAGE_VERSION@"
56
57/* Define to the version of this package. */
58#define LIBVNCSERVER_PACKAGE_VERSION  "@PACKAGE_VERSION@"
59
60/* Define to 1 if libgcrypt is present */
61#cmakedefine LIBVNCSERVER_WITH_CLIENT_GCRYPT 1
62
63/* Define to 1 if GnuTLS is present */
64#cmakedefine LIBVNCSERVER_WITH_CLIENT_TLS 1
65
66/* Define to 1 to build with websockets */
67#cmakedefine LIBVNCSERVER_WITH_WEBSOCKETS 1
68
69/* Define to 1 if your processor stores words with the most significant byte
70   first (like Motorola and SPARC, unlike Intel and VAX). */
71#cmakedefine LIBVNCSERVER_WORDS_BIGENDIAN 1
72
73/* Define to empty if `const' does not conform to ANSI C. */
74//#cmakedefine const @CMAKE_CONST@
75
76/* Define to `__inline__' or `__inline' if that's what the C compiler
77   calls it, or to nothing if 'inline' is not supported under any name.  */
78//#ifndef __cplusplus
79//#cmakedefine inline @CMAKE_INLINE@
80//#endif
81
82/* Define to `int' if <sys/types.h> does not define. */
83#cmakedefine HAVE_LIBVNCSERVER_PID_T 1
84#ifndef HAVE_LIBVNCSERVER_PID_T
85typedef int pid_t;
86#endif
87
88/* The type for size_t */
89#cmakedefine HAVE_LIBVNCSERVER_SIZE_T 1
90#ifndef HAVE_LIBVNCSERVER_SIZE_T
91typedef int size_t;
92#endif
93
94/* The type for socklen */
95#cmakedefine HAVE_LIBVNCSERVER_SOCKLEN_T 1
96#ifndef HAVE_LIBVNCSERVER_SOCKLEN_T
97typedef int socklen_t;
98#endif
99
100/* once: _RFB_RFBCONFIG_H */
101#endif
102