• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* rfbconfig.h.  Generated from rfbconfig.h.in by configure.  */
2 /* rfbconfig.h.in.  Generated from configure.ac by autoheader.  */
3 
4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
6 
7 /* Enable 24 bit per pixel in native framebuffer */
8 #define ALLOW24BPP 1
9 
10 /* work around when write() returns ENOENT but does not mean it */
11 /* #undef ENOENT_WORKAROUND */
12 
13 /* Use ffmpeg (for vnc2mpg) */
14 /* #undef FFMPEG */
15 
16 /* Android host system detected */
17 /* #undef HAVE_ANDROID */
18 
19 /* Define to 1 if you have the <arpa/inet.h> header file. */
20 #define HAVE_ARPA_INET_H 1
21 
22 /* Avahi/mDNS client build environment present */
23 /* #undef HAVE_AVAHI */
24 
25 /* Define to 1 if you have the `crypt' function. */
26 /* #undef HAVE_CRYPT */
27 
28 /* Define to 1 if you have the <dlfcn.h> header file. */
29 #define HAVE_DLFCN_H 1
30 
31 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
32 /* #undef HAVE_DOPRNT */
33 
34 /* DPMS extension build environment present */
35 /* #undef HAVE_DPMS */
36 
37 /* FBPM extension build environment present */
38 /* #undef HAVE_FBPM */
39 
40 /* Define to 1 if you have the <fcntl.h> header file. */
41 #define HAVE_FCNTL_H 1
42 
43 /* Define to 1 if you have the `fork' function. */
44 #define HAVE_FORK 1
45 
46 /* Define to 1 if you have the `ftime' function. */
47 #define HAVE_FTIME 1
48 
49 /* Define to 1 if you have the `geteuid' function. */
50 /* #undef HAVE_GETEUID */
51 
52 /* Define to 1 if you have the `gethostbyname' function. */
53 #define HAVE_GETHOSTBYNAME 1
54 
55 /* Define to 1 if you have the `gethostname' function. */
56 #define HAVE_GETHOSTNAME 1
57 
58 /* Define to 1 if you have the `getpwnam' function. */
59 /* #undef HAVE_GETPWNAM */
60 
61 /* Define to 1 if you have the `getpwuid' function. */
62 /* #undef HAVE_GETPWUID */
63 
64 /* Define to 1 if you have the `getspnam' function. */
65 /* #undef HAVE_GETSPNAM */
66 
67 /* Define to 1 if you have the `gettimeofday' function. */
68 #define HAVE_GETTIMEOFDAY 1
69 
70 /* Define to 1 if you have the `getuid' function. */
71 /* #undef HAVE_GETUID */
72 
73 /* GnuTLS library present */
74 /* #undef HAVE_GNUTLS */
75 
76 /* Define to 1 if you have the `grantpt' function. */
77 /* #undef HAVE_GRANTPT */
78 
79 /* Define to 1 if you have the `inet_ntoa' function. */
80 #define HAVE_INET_NTOA 1
81 
82 /* Define to 1 if you have the `initgroups' function. */
83 /* #undef HAVE_INITGROUPS */
84 
85 /* Define to 1 if you have the <inttypes.h> header file. */
86 #define HAVE_INTTYPES_H 1
87 
88 /* IRIX XReadDisplay available */
89 /* #undef HAVE_IRIX_XREADDISPLAY */
90 
91 /* libcrypt library present */
92 #define HAVE_LIBCRYPT 1
93 
94 /* openssl libcrypto library present */
95 /* #undef HAVE_LIBCRYPTO */
96 
97 /* Define to 1 if you have the `cygipc' library (-lcygipc). */
98 /* #undef HAVE_LIBCYGIPC */
99 
100 /* libjpeg support enabled */
101 #define HAVE_LIBJPEG 1
102 
103 /* Define to 1 if you have the `nsl' library (-lnsl). */
104 #define HAVE_LIBNSL 1
105 
106 /* Define to 1 if you have the `png' library (-lpng). */
107 #define HAVE_LIBPNG 1
108 
109 /* Define to 1 if you have the `pthread' library (-lpthread). */
110 #define HAVE_LIBPTHREAD 1
111 
112 /* Define to 1 if you have the `socket' library (-lsocket). */
113 /* #undef HAVE_LIBSOCKET */
114 
115 /* openssl libssl library present */
116 /* #undef HAVE_LIBSSL */
117 
118 /* XDAMAGE extension build environment present */
119 /* #undef HAVE_LIBXDAMAGE */
120 
121 /* XFIXES extension build environment present */
122 /* #undef HAVE_LIBXFIXES */
123 
124 /* XINERAMA extension build environment present */
125 /* #undef HAVE_LIBXINERAMA */
126 
127 /* XRANDR extension build environment present */
128 /* #undef HAVE_LIBXRANDR */
129 
130 /* DEC-XTRAP extension build environment present */
131 /* #undef HAVE_LIBXTRAP */
132 
133 /* Define to 1 if you have the `z' library (-lz). */
134 #define HAVE_LIBZ 1
135 
136 /* linux fb device build environment present */
137 /* #undef HAVE_LINUX_FB_H */
138 
139 /* linux/input.h present */
140 /* #undef HAVE_LINUX_INPUT_H */
141 
142 /* linux uinput device build environment present */
143 /* #undef HAVE_LINUX_UINPUT_H */
144 
145 /* video4linux build environment present */
146 /* #undef HAVE_LINUX_VIDEODEV_H */
147 
148 /* build MacOS X native display support */
149 /* #undef HAVE_MACOSX_NATIVE_DISPLAY */
150 
151 /* MacOS X OpenGL present */
152 /* #undef HAVE_MACOSX_OPENGL_H */
153 
154 /* Define to 1 if you have the `memmove' function. */
155 #define HAVE_MEMMOVE 1
156 
157 /* Define to 1 if you have the <memory.h> header file. */
158 #define HAVE_MEMORY_H 1
159 
160 /* Define to 1 if you have the `memset' function. */
161 #define HAVE_MEMSET 1
162 
163 /* Define to 1 if you have the `mkfifo' function. */
164 #define HAVE_MKFIFO 1
165 
166 /* Define to 1 if you have the `mmap' function. */
167 #define HAVE_MMAP 1
168 
169 /* Define to 1 if you have the <netdb.h> header file. */
170 #define HAVE_NETDB_H 1
171 
172 /* Define to 1 if you have the <netinet/in.h> header file. */
173 #define HAVE_NETINET_IN_H 1
174 
175 /* Define to 1 if you have the <pwd.h> header file. */
176 /* #undef HAVE_PWD_H */
177 
178 /* RECORD extension build environment present */
179 /* #undef HAVE_RECORD */
180 
181 /* Define to 1 if you have the `select' function. */
182 #define HAVE_SELECT 1
183 
184 /* Define to 1 if you have the `setegid' function. */
185 /* #undef HAVE_SETEGID */
186 
187 /* Define to 1 if you have the `seteuid' function. */
188 /* #undef HAVE_SETEUID */
189 
190 /* Define to 1 if you have the `setgid' function. */
191 /* #undef HAVE_SETGID */
192 
193 /* Define to 1 if you have the `setpgrp' function. */
194 /* #undef HAVE_SETPGRP */
195 
196 /* Define to 1 if you have the `setsid' function. */
197 /* #undef HAVE_SETSID */
198 
199 /* Define to 1 if you have the `setuid' function. */
200 /* #undef HAVE_SETUID */
201 
202 /* Define to 1 if you have the `setutxent' function. */
203 /* #undef HAVE_SETUTXENT */
204 
205 /* Define to 1 if you have the `shmat' function. */
206 /* #undef HAVE_SHMAT */
207 
208 /* Define to 1 if you have the `socket' function. */
209 #define HAVE_SOCKET 1
210 
211 /* Solaris XReadScreen available */
212 /* #undef HAVE_SOLARIS_XREADSCREEN */
213 
214 /* Define to 1 if `stat' has the bug that it succeeds when given the
215    zero-length file name argument. */
216 /* #undef HAVE_STAT_EMPTY_STRING_BUG */
217 
218 /* Define to 1 if you have the <stdint.h> header file. */
219 #define HAVE_STDINT_H 1
220 
221 /* Define to 1 if you have the <stdlib.h> header file. */
222 #define HAVE_STDLIB_H 1
223 
224 /* Define to 1 if you have the `strchr' function. */
225 #define HAVE_STRCHR 1
226 
227 /* Define to 1 if you have the `strcspn' function. */
228 #define HAVE_STRCSPN 1
229 
230 /* Define to 1 if you have the `strdup' function. */
231 #define HAVE_STRDUP 1
232 
233 /* Define to 1 if you have the `strerror' function. */
234 #define HAVE_STRERROR 1
235 
236 /* Define to 1 if you have the `strftime' function. */
237 #define HAVE_STRFTIME 1
238 
239 /* Define to 1 if you have the <strings.h> header file. */
240 #define HAVE_STRINGS_H 1
241 
242 /* Define to 1 if you have the <string.h> header file. */
243 #define HAVE_STRING_H 1
244 
245 /* Define to 1 if you have the `strstr' function. */
246 #define HAVE_STRSTR 1
247 
248 /* Define to 1 if you have the <syslog.h> header file. */
249 #define HAVE_SYSLOG_H 1
250 
251 /* Use the system libvncserver build environment for x11vnc. */
252 /* #undef HAVE_SYSTEM_LIBVNCSERVER */
253 
254 /* Define to 1 if you have the <sys/ioctl.h> header file. */
255 /* #undef HAVE_SYS_IOCTL_H */
256 
257 /* Define to 1 if you have the <sys/socket.h> header file. */
258 #define HAVE_SYS_SOCKET_H 1
259 
260 /* Define to 1 if you have the <sys/stat.h> header file. */
261 #define HAVE_SYS_STAT_H 1
262 
263 /* Define to 1 if you have the <sys/stropts.h> header file. */
264 /* #undef HAVE_SYS_STROPTS_H */
265 
266 /* Define to 1 if you have the <sys/timeb.h> header file. */
267 #define HAVE_SYS_TIMEB_H 1
268 
269 /* Define to 1 if you have the <sys/time.h> header file. */
270 #define HAVE_SYS_TIME_H 1
271 
272 /* Define to 1 if you have the <sys/types.h> header file. */
273 #define HAVE_SYS_TYPES_H 1
274 
275 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
276 #define HAVE_SYS_WAIT_H 1
277 
278 /* Define to 1 if you have the <termios.h> header file. */
279 /* #undef HAVE_TERMIOS_H */
280 
281 /* Define to 1 if compiler supports __thread */
282 #define HAVE_TLS 1
283 
284 /* Define to 1 if you have the <unistd.h> header file. */
285 #define HAVE_UNISTD_H 1
286 
287 /* Define to 1 if you have the <utmpx.h> header file. */
288 /* #undef HAVE_UTMPX_H */
289 
290 /* Define to 1 if you have the `vfork' function. */
291 #define HAVE_VFORK 1
292 
293 /* Define to 1 if you have the <vfork.h> header file. */
294 /* #undef HAVE_VFORK_H */
295 
296 /* Define to 1 if you have the `vprintf' function. */
297 #define HAVE_VPRINTF 1
298 
299 /* Define to 1 if you have the `waitpid' function. */
300 /* #undef HAVE_WAITPID */
301 
302 /* Define to 1 if `fork' works. */
303 #define HAVE_WORKING_FORK 1
304 
305 /* Define to 1 if `vfork' works. */
306 #define HAVE_WORKING_VFORK 1
307 
308 /* Define to 1 if you have the <ws2tcpip.h> header file. */
309 /* #undef HAVE_WS2TCPIP_H */
310 
311 /* X11 build environment present */
312 #define HAVE_X11 1
313 
314 /* open ssl X509_print_ex_fp available */
315 /* #undef HAVE_X509_PRINT_EX_FP */
316 
317 /* XKEYBOARD extension build environment present */
318 /* #undef HAVE_XKEYBOARD */
319 
320 /* MIT-SHM extension build environment present */
321 /* #undef HAVE_XSHM */
322 
323 /* XTEST extension build environment present */
324 /* #undef HAVE_XTEST */
325 
326 /* XTEST extension has XTestGrabControl */
327 /* #undef HAVE_XTESTGRABCONTROL */
328 
329 /* Enable IPv6 support */
330 #define IPv6 1
331 
332 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
333    slash. */
334 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
335 
336 /* Need a typedef for in_addr_t */
337 /* #undef NEED_INADDR_T */
338 
339 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
340 /* #undef NO_MINUS_C_MINUS_O */
341 
342 /* Name of package */
343 #define PACKAGE "LibVNCServer"
344 
345 /* Define to the address where bug reports for this package should be sent. */
346 #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
347 
348 /* Define to the full name of this package. */
349 #define PACKAGE_NAME "LibVNCServer"
350 
351 /* Define to the full name and version of this package. */
352 #define PACKAGE_STRING "LibVNCServer 0.9.9"
353 
354 /* Define to the one symbol short name of this package. */
355 #define PACKAGE_TARNAME "libvncserver"
356 
357 /* Define to the home page for this package. */
358 #define PACKAGE_URL ""
359 
360 /* Define to the version of this package. */
361 #define PACKAGE_VERSION "0.9.9"
362 
363 /* The number of bytes in type char */
364 /* #undef SIZEOF_CHAR */
365 
366 /* The number of bytes in type int */
367 /* #undef SIZEOF_INT */
368 
369 /* The number of bytes in type long */
370 /* #undef SIZEOF_LONG */
371 
372 /* The number of bytes in type short */
373 /* #undef SIZEOF_SHORT */
374 
375 /* The number of bytes in type void* */
376 /* #undef SIZEOF_VOIDP */
377 
378 /* Define to 1 if you have the ANSI C header files. */
379 #define STDC_HEADERS 1
380 
381 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
382 #define TIME_WITH_SYS_TIME 1
383 
384 /* Version number of package */
385 #define VERSION "0.9.9"
386 
387 /* Enable support for libgcrypt in libvncclient */
388 /* #undef WITH_CLIENT_GCRYPT */
389 
390 /* Disable TightVNCFileTransfer protocol */
391 #define WITH_TIGHTVNC_FILETRANSFER 1
392 
393 /* Disable WebSockets support */
394 #define WITH_WEBSOCKETS 1
395 
396 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
397    significant byte first (like Motorola and SPARC, unlike Intel). */
398 #if defined AC_APPLE_UNIVERSAL_BUILD
399 # if defined __BIG_ENDIAN__
400 #  define WORDS_BIGENDIAN 1
401 # endif
402 #else
403 # ifndef WORDS_BIGENDIAN
404 /* #  undef WORDS_BIGENDIAN */
405 # endif
406 #endif
407 
408 /* Define to 1 if the X Window System is missing or not being used. */
409 /* #undef X_DISPLAY_MISSING */
410 
411 /* Define to empty if `const' does not conform to ANSI C. */
412 /* #undef const */
413 
414 /* Define to `__inline__' or `__inline' if that's what the C compiler
415    calls it, or to nothing if 'inline' is not supported under any name.  */
416 #ifndef __cplusplus
417 /* #undef inline */
418 #endif
419 
420 /* Define to `int' if <sys/types.h> does not define. */
421 /* #undef pid_t */
422 
423 /* Define to `unsigned int' if <sys/types.h> does not define. */
424 /* #undef size_t */
425 
426 /* The type for socklen */
427 /* #undef socklen_t */
428 
429 /* Define as `fork' if `vfork' does not work. */
430 /* #undef vfork */
431