1/* rfbconfig.h.  Generated by configure.  */
2/* rfbconfig.h.in.  Generated from configure.ac by autoheader.  */
3
4/* Enable 24 bit per pixel in native framebuffer */
5#define ALLOW24BPP 1
6
7/* Enable BackChannel communication */
8#define BACKCHANNEL 1
9
10/* Define to 1 if you have the <arpa/inet.h> header file. */
11#define HAVE_ARPA_INET_H 1
12
13/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
14/* #undef HAVE_DOPRNT */
15
16/* Define to 1 if you have the <fcntl.h> header file. */
17#define HAVE_FCNTL_H 1
18
19/* Define to 1 if you have the `fork' function. */
20#define HAVE_FORK 1
21
22/* Define to 1 if you have the `ftime' function. */
23#define HAVE_FTIME 1
24
25/* Define to 1 if you have the `gethostbyname' function. */
26#define HAVE_GETHOSTBYNAME 1
27
28/* Define to 1 if you have the `gethostname' function. */
29#define HAVE_GETHOSTNAME 1
30
31/* Define to 1 if you have the `gettimeofday' function. */
32#define HAVE_GETTIMEOFDAY 1
33
34/* Define to 1 if you have the `inet_ntoa' function. */
35#define HAVE_INET_NTOA 1
36
37/* Define to 1 if you have the <inttypes.h> header file. */
38#define HAVE_INTTYPES_H 1
39
40/* Define to 1 if you have the `cygipc' library (-lcygipc). */
41/* #undef HAVE_LIBCYGIPC */
42
43/* Define to 1 if you have the `jpeg' library (-ljpeg). */
44#define HAVE_LIBJPEG 1
45
46/* Define to 1 if you have the `nsl' library (-lnsl). */
47#define HAVE_LIBNSL 1
48
49/* Define to 1 if you have the `pthread' library (-lpthread). */
50#define HAVE_LIBPTHREAD 1
51
52/* Define to 1 if you have the `socket' library (-lsocket). */
53/* #undef HAVE_LIBSOCKET */
54
55/* XINERAMA extension build environment present */
56#define HAVE_LIBXINERAMA 1
57
58/* Define to 1 if you have the `z' library (-lz). */
59#define HAVE_LIBZ 1
60
61/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
62   to 0 otherwise. */
63#define HAVE_MALLOC 1
64
65/* Define to 1 if you have the `memmove' function. */
66#define HAVE_MEMMOVE 1
67
68/* Define to 1 if you have the <memory.h> header file. */
69#define HAVE_MEMORY_H 1
70
71/* Define to 1 if you have the `memset' function. */
72#define HAVE_MEMSET 1
73
74/* Define to 1 if you have the `mkfifo' function. */
75#define HAVE_MKFIFO 1
76
77/* Define to 1 if you have the <netdb.h> header file. */
78#define HAVE_NETDB_H 1
79
80/* Define to 1 if you have the <netinet/in.h> header file. */
81#define HAVE_NETINET_IN_H 1
82
83/* Define to 1 if you have the `select' function. */
84#define HAVE_SELECT 1
85
86/* Define to 1 if you have the `setsid' function. */
87#define HAVE_SETSID 1
88
89/* Define to 1 if you have the `socket' function. */
90#define HAVE_SOCKET 1
91
92/* Define to 1 if `stat' has the bug that it succeeds when given the
93   zero-length file name argument. */
94/* #undef HAVE_STAT_EMPTY_STRING_BUG */
95
96/* Define to 1 if you have the <stdint.h> header file. */
97#define HAVE_STDINT_H 1
98
99/* Define to 1 if you have the <stdlib.h> header file. */
100#define HAVE_STDLIB_H 1
101
102/* Define to 1 if you have the `strchr' function. */
103#define HAVE_STRCHR 1
104
105/* Define to 1 if you have the `strcspn' function. */
106#define HAVE_STRCSPN 1
107
108/* Define to 1 if you have the `strdup' function. */
109#define HAVE_STRDUP 1
110
111/* Define to 1 if you have the `strerror' function. */
112#define HAVE_STRERROR 1
113
114/* Define to 1 if you have the `strftime' function. */
115#define HAVE_STRFTIME 1
116
117/* Define to 1 if you have the <strings.h> header file. */
118#define HAVE_STRINGS_H 1
119
120/* Define to 1 if you have the <string.h> header file. */
121#define HAVE_STRING_H 1
122
123/* Define to 1 if you have the `strstr' function. */
124#define HAVE_STRSTR 1
125
126/* Define to 1 if you have the <syslog.h> header file. */
127#define HAVE_SYSLOG_H 1
128
129/* Define to 1 if you have the <sys/socket.h> header file. */
130#define HAVE_SYS_SOCKET_H 1
131
132/* Define to 1 if you have the <sys/stat.h> header file. */
133#define HAVE_SYS_STAT_H 1
134
135/* Define to 1 if you have the <sys/timeb.h> header file. */
136#define HAVE_SYS_TIMEB_H 1
137
138/* Define to 1 if you have the <sys/time.h> header file. */
139#define HAVE_SYS_TIME_H 1
140
141/* Define to 1 if you have the <sys/types.h> header file. */
142#define HAVE_SYS_TYPES_H 1
143
144/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
145#define HAVE_SYS_WAIT_H 1
146
147/* Define to 1 if you have the <unistd.h> header file. */
148#define HAVE_UNISTD_H 1
149
150/* Define to 1 if you have the `vfork' function. */
151#define HAVE_VFORK 1
152
153/* Define to 1 if you have the <vfork.h> header file. */
154/* #undef HAVE_VFORK_H */
155
156/* Define to 1 if you have the `vprintf' function. */
157#define HAVE_VPRINTF 1
158
159/* Define to 1 if `fork' works. */
160#define HAVE_WORKING_FORK 1
161
162/* Define to 1 if `vfork' works. */
163#define HAVE_WORKING_VFORK 1
164
165/* XKEYBOARD extension build environment present */
166#define HAVE_XKEYBOARD 1
167
168/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
169   slash. */
170#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
171
172/* Name of package */
173#define PACKAGE "LibVNCServer"
174
175/* Define to the address where bug reports for this package should be sent. */
176#define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
177
178/* Define to the full name of this package. */
179#define PACKAGE_NAME "LibVNCServer"
180
181/* Define to the full name and version of this package. */
182#define PACKAGE_STRING "LibVNCServer 0.7pre"
183
184/* Define to the one symbol short name of this package. */
185#define PACKAGE_TARNAME "libvncserver"
186
187/* Define to the version of this package. */
188#define PACKAGE_VERSION "0.7pre"
189
190/* The number of bytes in type char */
191/* #undef SIZEOF_CHAR */
192
193/* The number of bytes in type int */
194/* #undef SIZEOF_INT */
195
196/* The number of bytes in type long */
197/* #undef SIZEOF_LONG */
198
199/* The number of bytes in type short */
200/* #undef SIZEOF_SHORT */
201
202/* The number of bytes in type void* */
203/* #undef SIZEOF_VOIDP */
204
205/* Define to 1 if you have the ANSI C header files. */
206#define STDC_HEADERS 1
207
208/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
209#define TIME_WITH_SYS_TIME 1
210
211/* Version number of package */
212#define VERSION "0.7pre"
213
214/* Define to 1 if your processor stores words with the most significant byte
215   first (like Motorola and SPARC, unlike Intel and VAX). */
216/* #undef WORDS_BIGENDIAN */
217
218/* Define to 1 if the X Window System is missing or not being used. */
219/* #undef X_DISPLAY_MISSING */
220
221/* Define to empty if `const' does not conform to ANSI C. */
222/* #undef const */
223
224/* Define to `__inline__' or `__inline' if that's what the C compiler
225   calls it, or to nothing if 'inline' is not supported under any name.  */
226#ifndef __cplusplus
227/* #undef inline */
228#endif
229
230/* Define to rpl_malloc if the replacement function should be used. */
231/* #undef malloc */
232
233/* Define to `int' if <sys/types.h> does not define. */
234/* #undef pid_t */
235
236/* Define to `unsigned' if <sys/types.h> does not define. */
237/* #undef size_t */
238
239/* The type for socklen */
240/* #undef socklen_t */
241
242/* Define as `fork' if `vfork' does not work. */
243/* #undef vfork */
244