Gnash  0.8.11dev
gnashconfig.h
Go to the documentation of this file.
1 /* gnashconfig.h. Generated from gnashconfig.h.in by configure. */
2 /* gnashconfig.h.in. Generated from configure.ac by autoheader. */
3 
4 /* ABS Resolution field */
5 #define ABSINFO_RESOLUTION 1
6 
7 /* Define if building universal (internal helper macro) */
8 /* #undef AC_APPLE_UNIVERSAL_BUILD */
9 
10 /* this is an AmigaOS4 platform */
11 /* #undef AMIGAOS4_HOST */
12 
13 /* This is an Android build */
14 /* #undef ANDROID */
15 
16 /* this is an Android platform */
17 /* #undef ANDROID_HOST */
18 
19 /* if the library is missing, don't use it. */
20 /* #undef BOOST_MULTI_INDEX_DISABLE_SERIALIZATION */
21 
22 /* Use DirectFB device support */
23 /* #undef BUILD_DIRECTFB_DEVICE */
24 
25 /* Build the EGL device for OpenVG, OpenGLES1&2, and X11/Mesa */
26 /* #undef BUILD_EGL_DEVICE */
27 
28 /* Use raw Framebuffer device support */
29 /* #undef BUILD_RAWFB_DEVICE */
30 
31 /* Build the X11 device */
32 /* #undef BUILD_X11_DEVICE */
33 
34 /* Add support for writing a standalone executable launcher for movies
35  embedded in web pages */
36 #define CREATE_STANDALONE_GNASH_LAUNCHER
37 
38 /* this is a Darwin platform */
39 /* #undef DARWIN_HOST */
40 
41 /* Enable debug logging */
42 #define DEBUG_LOGGING 1
43 
44 /* Speex codec available */
45 #define DECODING_SPEEX 1
46 
47 /* Default Flash major version */
48 #define DEFAULT_FLASH_MAJOR_VERSION "10"
49 
50 /* Default Flash minor version */
51 #define DEFAULT_FLASH_MINOR_VERSION "1"
52 
53 /* Default 3-letter platform identifier for version string */
54 #define DEFAULT_FLASH_PLATFORM_ID "LNX"
55 
56 /* Default Flash revision number */
57 #define DEFAULT_FLASH_REV_NUMBER "999"
58 
59 /* Default value for System.capabilities.os */
60 #define DEFAULT_FLASH_SYSTEM_OS "GNU/Linux"
61 
62 /* Path to default font */
63 #define DEFAULT_FONTFILE "/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf"
64 
65 /* Default SharedObject base directory */
66 #define DEFAULT_SOL_SAFEDIR "~/.gnash/SharedObjects"
67 
68 /* Default streams timeout in seconds */
69 #define DEFAULT_STREAMS_TIMEOUT 60
70 
71 /* EGLNativeWindowType type */
72 /* #undef EGL_NATIVE_WINDOW_INT */
73 
74 /* Disable double buffering for AGG */
75 #define ENABLE_DOUBLE_BUFFERING 1
76 
77 /* Enable using a file instead of a real framebuffer */
78 /* #undef ENABLE_FAKE_FRAMEBUFFER */
79 
80 /* Use FFmpeg for media decoding */
81 #define ENABLE_FFMPEG_MEDIA 1
82 
83 /* Use gstreamer for media decoding */
84 #define ENABLE_GST_MEDIA 1
85 
86 /* Use haiku for media decoding */
87 /* #undef ENABLE_HAIKU_MEDIA */
88 
89 /* Define to 1 if translation of program messages to the user's native
90  language is requested. */
91 #define ENABLE_NLS 1
92 
93 /* this is a FreeBSD platform */
94 /* #undef FREEBSD_HOST */
95 
96 /* Enable FPS debugging code */
97 /* #undef GNASH_FPS_DEBUG */
98 
99 /* Collecting and report stats about ObjectURI case lookups */
100 /* #undef GNASH_STATS_OBJECT_URI_NOCASE */
101 
102 /* Collecting and report stats about property lookups */
103 /* #undef GNASH_STATS_PROPERTY_LOOKUPS */
104 
105 /* Collecting and report stats about string_table::key case lookups */
106 /* #undef GNASH_STATS_STRING_TABLE_NOCASE */
107 
108 /* this is a GNU platform */
109 /* #undef GNU_HOST */
110 
111 /* this is a Haiku platform */
112 /* #undef HAIKU_HOST */
113 
114 /* Has the Gstreamer Plugin Dev package installed */
115 #define HAS_GSTREAMER_PLUGINS_BASE 1
116 
117 /* Define this if you want to enable python usage */
118 #define HAS_PYTHON 1
119 
120 /* Define if you have the atk/atk.h header */
121 #define HAVE_ATK_ATK_H 1
122 
123 /* Define if avresample.h is found */
124 /* #undef HAVE_AVRESAMPLE_H */
125 
126 /* Define if you have the cairo.h header */
127 #define HAVE_CAIRO_H 1
128 
129 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
130  CoreFoundation framework. */
131 /* #undef HAVE_CFLOCALECOPYCURRENT */
132 
133 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
134  the CoreFoundation framework. */
135 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
136 
137 /* Has clock_gettime() */
138 #define HAVE_CLOCK_GETTIME 1
139 
140 /* Define to 1 if you have the <curl/curl.h> header file. */
141 #define HAVE_CURL_CURL_H 1
142 
143 /* Define if the GNU dcgettext() function is already present or preinstalled.
144  */
145 #define HAVE_DCGETTEXT 1
146 
147 /* Define if you have the dejagnu.h header */
148 /* #undef HAVE_DEJAGNU_H */
149 
150 /* Define if you have the directfb.h header */
151 /* #undef HAVE_DIRECTFB_H */
152 
153 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
154  */
155 #define HAVE_DIRENT_H 1
156 
157 /* Define to 1 if you have the <dlfcn.h> header file. */
158 #define HAVE_DLFCN_H 1
159 
160 /* Have OpenGL-ES EGL/egl.h */
161 /* #undef HAVE_EGL_EGL_H */
162 
163 /* Define if you have the expat.h header */
164 #define HAVE_EXPAT_H 1
165 
166 /* Has the Linux splice() system call */
167 /* #undef HAVE_FCNTL_SPLICE */
168 
169 /* Has the Linux tee() system call */
170 /* #undef HAVE_FCNTL_TEE */
171 
172 /* Define if you have avcodec.h installed. */
173 /* #undef HAVE_FFMPEG_AVCODEC_H */
174 
175 /* Define if avformat.h is found */
176 /* #undef HAVE_FFMPEG_AVFORMAT_H */
177 
178 /* Define if swresample.h is found */
179 /* #undef HAVE_FFMPEG_SWRESAMPLE_H */
180 
181 /* Define if swscale.h is found */
182 /* #undef HAVE_FFMPEG_SWSCALE_H */
183 
184 /* Defined if ffmpeg/vaapi.h is found */
185 /* #undef HAVE_FFMPEG_VAAPI_H */
186 
187 /* Has finite */
188 #define HAVE_FINITE 1
189 
190 /* Define if you have the fltk/FL_API.h header */
191 /* #undef HAVE_FLTK_FL_API_H */
192 
193 /* Define if you have the fontconfig/fontconfig.h header */
194 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
195 
196 /* Define to 1 if you have the <freetype2/freetype/freetype.h> header file. */
197 /* #undef HAVE_FREETYPE2_FREETYPE_FREETYPE_H */
198 
199 /* Define to 1 if you have the `ftime' function. */
200 #define HAVE_FTIME 1
201 
202 /* __FUNCTION__ is defined */
203 #define HAVE_FUNCTION 1
204 
205 /* Define to 1 if you have the `getopt' function. */
206 #define HAVE_GETOPT 1
207 
208 /* Define to 1 if you have the <getopt.h> header file. */
209 #define HAVE_GETOPT_H 1
210 
211 /* Has getpwnam */
212 #define HAVE_GETPWNAM 1
213 
214 /* Define if the GNU gettext() function is already present or preinstalled. */
215 #define HAVE_GETTEXT 1
216 
217 /* Define to 1 if you have the `gettimeofday' function. */
218 #define HAVE_GETTIMEOFDAY 1
219 
220 /* Define if you have the gif_lib.h header */
221 #define HAVE_GIF_LIB_H 1
222 
223 /* Have OpenGLES 1 egl.h */
224 /* #undef HAVE_GLES1_EGL_H */
225 
226 /* Have OpenGL-ES GLES/glext.h */
227 /* #undef HAVE_GLES1_GLEXT_H */
228 
229 /* Have OpenGL-ES GLES/gl.h */
230 /* #undef HAVE_GLES1_GL_H */
231 
232 /* Define to 1 if you have the <GLES2/gl2.h> header file. */
233 /* #undef HAVE_GLES2_GL2_H */
234 
235 /* Define to 1 if you have the <GLES/egl.h> header file. */
236 /* #undef HAVE_GLES_EGL_H */
237 
238 /* Has GLIB library installed */
239 #define HAVE_GLIB 1
240 
241 /* Define to 1 if you have the <GL/gl.h> header file. */
242 /* #undef HAVE_GL_GL_H */
243 
244 /* Define this for GCC-visibility. */
245 /* #undef HAVE_GNUC_VISIBILITY */
246 
247 /* Define if you have the gst/app/gstappsink.h header */
248 #define HAVE_GST_APP_GSTAPPSINK_H 1
249 
250 /* Define if you have the gst/gst.h header */
251 #define HAVE_GST_GST_H 1
252 
253 /* Define if you have the gst/interfaces/probeprobe.h header */
254 #define HAVE_GST_INTERFACES_PROBEPROBE_H 1
255 
256 /* Define if you have the gst/pbutils/install-plugins.h header */
257 #define HAVE_GST_PBUTILS_INSTALL_PLUGINS_H 1
258 
259 /* Use GTK2 for windowing */
260 #define HAVE_GTK2 1
261 
262 /* GTKGLExt header */
263 /* #undef HAVE_GTK_GTKGL_H */
264 
265 /* Define to 1 if you have the <gtk/gtk.h> header file. */
266 /* #undef HAVE_GTK_GTK_H */
267 
268 /* Define if you have the iconv() function and it works. */
269 /* #undef HAVE_ICONV */
270 
271 /* Define to 1 if you have the <inttypes.h> header file. */
272 #define HAVE_INTTYPES_H 1
273 
274 /* Use ipc_info */
275 /* #undef HAVE_IPC_INFO */
276 
277 /* Has isfinite */
278 #define HAVE_ISFINITE 1
279 
280 /* Define if you have the jemalloc.h header */
281 #define HAVE_JEMALLOC_H 1
282 
283 /* Define if you have the jpeglib.h header */
284 #define HAVE_JPEGLIB_H 1
285 
286 /* Have KDE 3.x installed */
287 /* #undef HAVE_KDE3 */
288 
289 /* Have KDE 4.x installed */
290 /* #undef HAVE_KDE4 */
291 
292 /* Define to 1 if you have the <kde4/kapplication.h> header file. */
293 /* #undef HAVE_KDE4_KAPPLICATION_H */
294 
295 /* Define to 1 if you have the <kde/qxembed.h> header file. */
296 /* #undef HAVE_KDE_QXEMBED_H */
297 
298 /* Define if you have avcodec.h installed. */
299 #define HAVE_LIBAVCODEC_AVCODEC_H 1
300 
301 /* Defined if libavcodec/vaapi.h is found */
302 #define HAVE_LIBAVCODEC_VAAPI_H 1
303 
304 /* Define if avformat.h is found */
305 #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
306 
307 /* Define if avresample.h is found */
308 #define HAVE_LIBAVRESAMPLE_AVRESAMPLE_H 1
309 
310 /* Define if libavutil/opt.h is found */
311 #define HAVE_LIBAVUTIL_OPT_H 1
312 
313 /* Define if avresample.h is found */
314 /* #undef HAVE_LIBAV_AVRESAMPLE_H */
315 
316 /* Define to 1 if you have the <libgen.h> header file. */
317 #define HAVE_LIBGEN_H 1
318 
319 /* Define to 1 if you have the `rt' library (-lrt). */
320 #define HAVE_LIBRT 1
321 
322 /* Define if you have the libssh/libssh.h header */
323 /* #undef HAVE_LIBSSH_LIBSSH_H */
324 
325 /* Define if swresample.h is found */
326 /* #undef HAVE_LIBSWRESAMPLE_SWRESAMPLE_H */
327 
328 /* Define if swscale.h is found */
329 #define HAVE_LIBSWSCALE_SWSCALE_H 1
330 
331 /* Define to 1 if you have the <linux/uinput.h> header file. */
332 #define HAVE_LINUX_UINPUT_H 1
333 
334 /* Define to 1 if you have the `localtime_r' function. */
335 #define HAVE_LOCALTIME_R 1
336 
337 /* extern timezone is a long integer, not a function */
338 #define HAVE_LONG_TIMEZONE 1
339 
340 /* Libtool 2.x defines this, but libtool 1.5 does not */
341 #define HAVE_LTDL 1
342 
343 /* Define if you have the ltdl.h header */
344 #define HAVE_LTDL_H 1
345 
346 /* Has mallinfo() */
347 #define HAVE_MALLINFO 1
348 
349 /* Define to 1 if you have the <memory.h> header file. */
350 #define HAVE_MEMORY_H 1
351 
352 /* Define to 1 if you have the <ming.h> header file. */
353 /* #undef HAVE_MING_H */
354 
355 /* Define to 1 if you have the `mkstemps' function. */
356 #define HAVE_MKSTEMPS 1
357 
358 /* Define to 1 if you have the `mmap' function. */
359 #define HAVE_MMAP 1
360 
361 /* Defined if you have MySQL installed */
362 #define HAVE_MYSQL
363 
364 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
365 /* #undef HAVE_NDIR_H */
366 
367 /* Define if you have the nspr.h header */
368 /* #undef HAVE_NSPR_H */
369 
370 /* Define if you have the openssl/ssl.h header */
371 /* #undef HAVE_OPENSSL_SSL_H */
372 
373 /* Define if you have the png.h header */
374 #define HAVE_PNG_H 1
375 
376 /* Define to 1 if you have the <poll.h> header file. */
377 #define HAVE_POLL_H 1
378 
379 /* Define to 1 if you have the `ppoll' function. */
380 #define HAVE_PPOLL 1
381 
382 /* __PRETTY_FUNCTION__ is defined */
383 #define HAVE_PRETTY_FUNCTION 1
384 
385 /* Define to 1 if you have the `pselect' function. */
386 #define HAVE_PSELECT 1
387 
388 /* Define if you have POSIX threads libraries and header files. */
389 #define HAVE_PTHREADS 1
390 
391 /* Define to 1 if you have the <pwd.h> header file. */
392 #define HAVE_PWD_H 1
393 
394 /* Define to 1 if you have the <pythonrun.h> header file. */
395 /* #undef HAVE_PYTHONRUN_H */
396 
397 /* Have QT 3.x installed */
398 /* #undef HAVE_QT3 */
399 
400 /* Have QT 4.x installed */
401 #define HAVE_QT4 1
402 
403 /* Define to 1 if you have the `scandir' function. */
404 #define HAVE_SCANDIR 1
405 
406 /* We have SDL support */
407 #define HAVE_SDL_H 1
408 
409 /* Has the Linux sendfile() system call */
410 #define HAVE_SENDFILE 1
411 
412 /* Define to 1 if you have the `shmat' function. */
413 #define HAVE_SHMAT 1
414 
415 /* Define to 1 if you have the `shmdt' function. */
416 #define HAVE_SHMDT 1
417 
418 /* Define to 1 if you have the `shmget' function. */
419 #define HAVE_SHMGET 1
420 
421 /* Define to 1 if you have the <signal.h> header file. */
422 #define HAVE_SIGNAL_H 1
423 
424 /* Define if you have the speex.h header */
425 #define HAVE_SPEEX_H 1
426 
427 /* Define if you have the speex_resampler.h header */
428 #define HAVE_SPEEX_RESAMPLER_H 1
429 
430 /* Define to 1 if you have the <stdint.h> header file. */
431 #define HAVE_STDINT_H 1
432 
433 /* Define to 1 if you have the <stdlib.h> header file. */
434 #define HAVE_STDLIB_H 1
435 
436 /* Define to 1 if you have the <strings.h> header file. */
437 #define HAVE_STRINGS_H 1
438 
439 /* Define to 1 if you have the <string.h> header file. */
440 #define HAVE_STRING_H 1
441 
442 /* Define if swresample.h is found */
443 /* #undef HAVE_SWRESAMPLE_H */
444 
445 /* Define if swscale.h is found */
446 /* #undef HAVE_SWSCALE_H */
447 
448 /* Define to 1 if you have the `sysconf' function. */
449 #define HAVE_SYSCONF 1
450 
451 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
452  */
453 /* #undef HAVE_SYS_DIR_H */
454 
455 /* Define to 1 if you have the <sys/epoll.h> header file. */
456 #define HAVE_SYS_EPOLL_H 1
457 
458 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
459  */
460 /* #undef HAVE_SYS_NDIR_H */
461 
462 /* Define to 1 if you have the <sys/stat.h> header file. */
463 #define HAVE_SYS_STAT_H 1
464 
465 /* Define to 1 if you have the <sys/time.h> header file. */
466 #define HAVE_SYS_TIME_H 1
467 
468 /* Define to 1 if you have the <sys/types.h> header file. */
469 #define HAVE_SYS_TYPES_H 1
470 
471 /* Define to 1 if you have the <sys/utsname.h> header file. */
472 #define HAVE_SYS_UTSNAME_H 1
473 
474 /* struct tm has member tm_gmtoff */
475 #define HAVE_TM_GMTOFF 1
476 
477 /* Define if you have the tslib.h header */
478 /* #undef HAVE_TSLIB_H */
479 
480 /* Define to 1 if you have the `tzset' function. */
481 #define HAVE_TZSET 1
482 
483 /* Define to 1 if you have the <unistd.h> header file. */
484 #define HAVE_UNISTD_H 1
485 
486 /* Define if you have the va/va_glx.h header */
487 /* #undef HAVE_VA_VA_GLX_H */
488 
489 /* Define if you have the va/va.h header */
490 /* #undef HAVE_VA_VA_H */
491 
492 /* Define if you have the va/va_x11.h header */
493 /* #undef HAVE_VA_VA_X11_H */
494 
495 /* Have Freescale OpenVG */
496 /* #undef HAVE_VG_EXT_H */
497 
498 /* Have LibMESA OpenVG */
499 /* #undef HAVE_VG_VGEXT_H */
500 
501 /* This is defined is we are on Win32 */
502 /* #undef HAVE_WINSOCK */
503 
504 /* Define to 1 if you have the <winsock2.h> header file. */
505 /* #undef HAVE_WINSOCK2_H */
506 
507 /* Define to 1 if you have the <winsock.h> header file. */
508 /* #undef HAVE_WINSOCK_H */
509 
510 /* X11 headers and libraries */
511 #define HAVE_X11 1
512 
513 /* Have the X11 X.h header file */
514 #define HAVE_X11_X_H 1
515 
516 /* Define if you have the Xft.h header */
517 /* #undef HAVE_XFT_H */
518 
519 /* Define if you have the zlib.h header */
520 #define HAVE_ZLIB_H 1
521 
522 /* __func__ is defined */
523 #define HAVE_func 1
524 
525 /* Has the key field in ipc_perm */
526 #define IPC_PERM_KEY __key
527 
528 /* this is a Linux platform */
529 #define LINUX_HOST 1
530 
531 /* Define to the sub-directory in which libtool stores uninstalled libraries.
532  */
533 #define LT_OBJDIR ".libs/"
534 
535 /* this is a NetBSD platform */
536 /* #undef NETBSD_HOST */
537 
538 /* Is not based on the SGI GL */
539 /* #undef NOT_SGI_GL */
540 
541 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
542 /* #undef NO_MINUS_C_MINUS_O */
543 
544 /* Newer versions use const in prototypes */
545 #define NPAPI_CONST 1
546 
547 /* Define that we have NPAPI present in version 1.9.0 and maybe older */
548 #define NPAPI_VERSION 192
549 
550 /* this is an OpenBSD platform */
551 /* #undef OPENBSD_HOST */
552 
553 /* Name of package */
554 #define PACKAGE "gnash"
555 
556 /* Define to the address where bug reports for this package should be sent. */
557 #define PACKAGE_BUGREPORT ""
558 
559 /* Define to the full name of this package. */
560 #define PACKAGE_NAME "gnash"
561 
562 /* Define to the full name and version of this package. */
563 #define PACKAGE_STRING "gnash 0.8.11dev"
564 
565 /* Define to the one symbol short name of this package. */
566 #define PACKAGE_TARNAME "gnash"
567 
568 /* Define to the home page for this package. */
569 #define PACKAGE_URL ""
570 
571 /* Define to the version of this package. */
572 #define PACKAGE_VERSION "0.8.11dev"
573 
574 /* ABGR32 pixel format */
575 #define PIXELFORMAT_ABGR32 1
576 
577 /* ARGB32 pixel format */
578 #define PIXELFORMAT_ARGB32 1
579 
580 /* BGR24 pixel format */
581 #define PIXELFORMAT_BGR24 1
582 
583 /* BGRA32 pixel format */
584 #define PIXELFORMAT_BGRA32 1
585 
586 /* RGB24 pixel format */
587 #define PIXELFORMAT_RGB24 1
588 
589 /* RGB555 pixel format */
590 #define PIXELFORMAT_RGB555 1
591 
592 /* RGB565 pixel format */
593 #define PIXELFORMAT_RGB565 1
594 
595 /* RGBA32 pixel format */
596 #define PIXELFORMAT_RGBA32 1
597 
598 /* Define to necessary symbol if this constant uses a non-standard name on
599  your system. */
600 /* #undef PTHREAD_CREATE_JOINABLE */
601 
602 /* Use AntiGrain renderer */
603 #define RENDERER_AGG 1
604 
605 /* Use cairo renderer */
606 #define RENDERER_CAIRO 1
607 
608 /* Use OpenGL-ES version 1.x */
609 /* #undef RENDERER_GLES1 */
610 
611 /* Use OpenGLES v2 version 2 */
612 /* #undef RENDERER_GLES2 */
613 
614 /* Use OpenGL renderer */
615 /* #undef RENDERER_OPENGL */
616 
617 /* Use OpenVG renderer */
618 /* #undef RENDERER_OPENVG */
619 
620 /* Speex resampler available */
621 #define RESAMPLING_SPEEX 1
622 
623 /* this is a Solaris platform */
624 /* #undef SOLARIS_HOST */
625 
626 /* Use AmigaOS AHI for sound handling */
627 /* #undef SOUND_AHI */
628 
629 /* Use Haiku Media Kit for sound handling */
630 /* #undef SOUND_MKIT */
631 
632 /* Use SDL for sound handling */
633 #define SOUND_SDL 1
634 
635 /* Define to 1 if you have the ANSI C header files. */
636 #define STDC_HEADERS 1
637 
638 /* Enable cgi-bin processes for Cygnal */
639 #define USE_CGIBIN 1
640 
641 /* Define this if you want to enable curl usage */
642 #define USE_CURL 1
643 
644 /* Build the DBUS extension */
645 /* #undef USE_DBUS_EXT */
646 
647 /* Build the DejaGnu extension */
648 /* #undef USE_DEJAGNU_EXT */
649 
650 /* Specify that extension support is enabled. */
651 #define USE_EXTENSIONS 1
652 
653 /* Build the FileIO extension */
654 #define USE_FILEIO_EXT 1
655 
656 /* Define this if you want to enable freetype usage */
657 #define USE_FREETYPE 1
658 
659 /* Use the GIF library */
660 #define USE_GIF 1
661 
662 /* Use GtkGLExt extension */
663 /* #undef USE_GTKGLEXT */
664 
665 /* Build all the extensions */
666 /* #undef USE_GTK_EXT */
667 
668 /* Add support for a directly using Linux Input Event Devices */
669 /* #undef USE_INPUT_EVENTS */
670 
671 /* Add support for directly using a PS/2 Keyboard */
672 /* #undef USE_KEYBOARD_PS2 */
673 
674 /* Support LocalConnection */
675 #define USE_LC 1
676 
677 /* Build the LIRC extension */
678 #define USE_LIRC_EXT 1
679 
680 /* Build any media code */
681 #define USE_MEDIA 1
682 
683 /* GUI Menu support */
684 #define USE_MENUS
685 
686 /* Add support for a directly using a PS/2 Mouse */
687 /* #undef USE_MOUSE_PS2 */
688 
689 /* Build the MySQL extension */
690 #define USE_MYSQL_EXT 1
691 
692 /* Use the PNG library */
693 #define USE_PNG 1
694 
695 /* Shared Objects are read-only */
696 /* #undef USE_SOL_READONLY */
697 
698 /* Build any sound code */
699 #define USE_SOUND 1
700 
701 /* Use SSH for authentication */
702 /* #undef USE_SSH */
703 
704 /* Use SSL for authentication */
705 /* #undef USE_SSL */
706 
707 /* Support statistics collecting for the queue buffers */
708 /* #undef USE_STATS_BUFFERS */
709 
710 /* Support statistics collecting for the cache */
711 #define USE_STATS_CACHE 1
712 
713 /* Support statistics collecting for all memory profiling */
714 /* #undef USE_STATS_MEMORY */
715 
716 /* Support statistics collecting for the queues */
717 /* #undef USE_STATS_QUEUE */
718 
719 /* View SWF information */
720 #define USE_SWFTREE
721 
722 /* Testsuite support, maintainers option only */
723 /* #undef USE_TESTSUITE */
724 
725 /* Use a tslib supported touchscreen */
726 /* #undef USE_TSLIB */
727 
728 /* Version number of package */
729 #define VERSION "0.8.11dev"
730 
731 /* this is a Win32 platform */
732 /* #undef WIN32_HOST */
733 
734 /* this is a WINCE6 platform */
735 /* #undef WINCE6_HOST */
736 
737 /* this is a WINCE platform */
738 /* #undef WINCE_HOST */
739 
740 /* Define if GConf support is enabled */
741 #define WITH_GCONF 1
742 
743 /* this is a 64 platform */
744 /* #undef WORDSIZE */
745 
746 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
747  significant byte first (like Motorola and SPARC, unlike Intel). */
748 #if defined AC_APPLE_UNIVERSAL_BUILD
749 # if defined __BIG_ENDIAN__
750 # define WORDS_BIGENDIAN 1
751 # endif
752 #else
753 # ifndef WORDS_BIGENDIAN
754 /* # undef WORDS_BIGENDIAN */
755 # endif
756 #endif
757 
758 /* Write files while streaming */
759 /* #undef WRITE_FILE */
760 
761 /* this is a 64 bit powerpc */
762 /* #undef __powerpc64__ */
763 
764 /* Define to empty if `const' does not conform to ANSI C. */
765 /* #undef const */
766 
767 /* Define to `__inline__' or `__inline' if that's what the C compiler
768  calls it, or to nothing if 'inline' is not supported under any name. */
769 #ifndef __cplusplus
770 /* #undef inline */
771 #endif