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 /* #undef ENABLE_GST_MEDIA */
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 /* #undef HAS_GSTREAMER_PLUGINS_BASE */
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 Mac OS X function CFLocaleCopyCurrent in the
130  CoreFoundation framework. */
131 /* #undef HAVE_CFLOCALECOPYCURRENT */
132 
133 /* Define to 1 if you have the Mac OS 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 compiler supports basic C++11 syntax */
144 /* #undef HAVE_CXX11 */
145 
146 /* Define if the GNU dcgettext() function is already present or preinstalled.
147  */
148 #define HAVE_DCGETTEXT 1
149 
150 /* Define if you have the dejagnu.h header */
151 #define HAVE_DEJAGNU_H 1
152 
153 /* Define if you have the directfb.h header */
154 /* #undef HAVE_DIRECTFB_H */
155 
156 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
157  */
158 #define HAVE_DIRENT_H 1
159 
160 /* Define to 1 if you have the <dlfcn.h> header file. */
161 #define HAVE_DLFCN_H 1
162 
163 /* Have OpenGL-ES EGL/egl.h */
164 /* #undef HAVE_EGL_EGL_H */
165 
166 /* Define if you have the expat.h header */
167 #define HAVE_EXPAT_H 1
168 
169 /* Has the Linux splice() system call */
170 /* #undef HAVE_FCNTL_SPLICE */
171 
172 /* Has the Linux tee() system call */
173 /* #undef HAVE_FCNTL_TEE */
174 
175 /* Define if you have avcodec.h installed. */
176 /* #undef HAVE_FFMPEG_AVCODEC_H */
177 
178 /* Define if avformat.h is found */
179 /* #undef HAVE_FFMPEG_AVFORMAT_H */
180 
181 /* Define if swresample.h is found */
182 /* #undef HAVE_FFMPEG_SWRESAMPLE_H */
183 
184 /* Define if swscale.h is found */
185 /* #undef HAVE_FFMPEG_SWSCALE_H */
186 
187 /* Defined if ffmpeg/vaapi.h is found */
188 /* #undef HAVE_FFMPEG_VAAPI_H */
189 
190 /* Has finite */
191 #define HAVE_FINITE 1
192 
193 /* Define if you have the fltk/FL_API.h header */
194 /* #undef HAVE_FLTK_FL_API_H */
195 
196 /* Define if you have the fontconfig/fontconfig.h header */
197 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
198 
199 /* Define to 1 if you have the <freetype2/freetype/freetype.h> header file. */
200 /* #undef HAVE_FREETYPE2_FREETYPE_FREETYPE_H */
201 
202 /* Define to 1 if you have the `ftime' function. */
203 #define HAVE_FTIME 1
204 
205 /* __FUNCTION__ is defined */
206 #define HAVE_FUNCTION 1
207 
208 /* Define to 1 if you have the `getopt' function. */
209 #define HAVE_GETOPT 1
210 
211 /* Define to 1 if you have the <getopt.h> header file. */
212 #define HAVE_GETOPT_H 1
213 
214 /* Has getpwnam */
215 #define HAVE_GETPWNAM 1
216 
217 /* Define if the GNU gettext() function is already present or preinstalled. */
218 #define HAVE_GETTEXT 1
219 
220 /* Define to 1 if you have the `gettimeofday' function. */
221 #define HAVE_GETTIMEOFDAY 1
222 
223 /* Define if you have the gif_lib.h header */
224 #define HAVE_GIF_LIB_H 1
225 
226 /* Have OpenGLES 1 egl.h */
227 /* #undef HAVE_GLES1_EGL_H */
228 
229 /* Have OpenGL-ES GLES/glext.h */
230 /* #undef HAVE_GLES1_GLEXT_H */
231 
232 /* Have OpenGL-ES GLES/gl.h */
233 /* #undef HAVE_GLES1_GL_H */
234 
235 /* Define to 1 if you have the <GLES2/gl2.h> header file. */
236 /* #undef HAVE_GLES2_GL2_H */
237 
238 /* Define to 1 if you have the <GLES/egl.h> header file. */
239 /* #undef HAVE_GLES_EGL_H */
240 
241 /* Has GLIB library installed */
242 #define HAVE_GLIB 1
243 
244 /* Define to 1 if you have the <GL/gl.h> header file. */
245 /* #undef HAVE_GL_GL_H */
246 
247 /* Define this for GCC-visibility. */
248 /* #undef HAVE_GNUC_VISIBILITY */
249 
250 /* Define if you have the gst/app/gstappsink.h header */
251 /* #undef HAVE_GST_APP_GSTAPPSINK_H */
252 
253 /* Define if you have the gst/gst.h header */
254 /* #undef HAVE_GST_GST_H */
255 
256 /* Define if you have the gst/interfaces/probeprobe.h header */
257 /* #undef HAVE_GST_INTERFACES_PROBEPROBE_H */
258 
259 /* Define if you have the gst/pbutils/install-plugins.h header */
260 /* #undef HAVE_GST_PBUTILS_INSTALL_PLUGINS_H */
261 
262 /* Use GTK2 for windowing */
263 #define HAVE_GTK2 1
264 
265 /* GTKGLExt header */
266 /* #undef HAVE_GTK_GTKGL_H */
267 
268 /* Define to 1 if you have the <gtk/gtk.h> header file. */
269 /* #undef HAVE_GTK_GTK_H */
270 
271 /* Define if you have the iconv() function and it works. */
272 /* #undef HAVE_ICONV */
273 
274 /* Define to 1 if you have the <inttypes.h> header file. */
275 #define HAVE_INTTYPES_H 1
276 
277 /* Use ipc_info */
278 /* #undef HAVE_IPC_INFO */
279 
280 /* Has isfinite */
281 #define HAVE_ISFINITE 1
282 
283 /* Define if you have the jemalloc.h header */
284 #define HAVE_JEMALLOC_H 1
285 
286 /* Define if you have the jpeglib.h header */
287 #define HAVE_JPEGLIB_H 1
288 
289 /* Have KDE 3.x installed */
290 /* #undef HAVE_KDE3 */
291 
292 /* Have KDE 4.x installed */
293 #define HAVE_KDE4 1
294 
295 /* Define to 1 if you have the <kde4/kapplication.h> header file. */
296 /* #undef HAVE_KDE4_KAPPLICATION_H */
297 
298 /* Define to 1 if you have the <kde/qxembed.h> header file. */
299 /* #undef HAVE_KDE_QXEMBED_H */
300 
301 /* Define if you have avcodec.h installed. */
302 #define HAVE_LIBAVCODEC_AVCODEC_H 1
303 
304 /* Defined if libavcodec/vaapi.h is found */
305 #define HAVE_LIBAVCODEC_VAAPI_H 1
306 
307 /* Define if avformat.h is found */
308 #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
309 
310 /* Define if avresample.h is found */
311 #define HAVE_LIBAVRESAMPLE_AVRESAMPLE_H 1
312 
313 /* Define if libavutil/opt.h is found */
314 #define HAVE_LIBAVUTIL_OPT_H 1
315 
316 /* Define if avresample.h is found */
317 /* #undef HAVE_LIBAV_AVRESAMPLE_H */
318 
319 /* Define to 1 if you have the <libgen.h> header file. */
320 #define HAVE_LIBGEN_H 1
321 
322 /* Define to 1 if you have the `rt' library (-lrt). */
323 #define HAVE_LIBRT 1
324 
325 /* Define if you have the libssh/libssh.h header */
326 /* #undef HAVE_LIBSSH_LIBSSH_H */
327 
328 /* Define if swresample.h is found */
329 #define HAVE_LIBSWRESAMPLE_SWRESAMPLE_H 1
330 
331 /* Define if swscale.h is found */
332 #define HAVE_LIBSWSCALE_SWSCALE_H 1
333 
334 /* Define to 1 if you have the <linux/uinput.h> header file. */
335 #define HAVE_LINUX_UINPUT_H 1
336 
337 /* Define to 1 if you have the `localtime_r' function. */
338 #define HAVE_LOCALTIME_R 1
339 
340 /* extern timezone is a long integer, not a function */
341 #define HAVE_LONG_TIMEZONE 1
342 
343 /* Libtool 2.x defines this, but libtool 1.5 does not */
344 #define HAVE_LTDL 1
345 
346 /* Define if you have the ltdl.h header */
347 #define HAVE_LTDL_H 1
348 
349 /* Has mallinfo() */
350 #define HAVE_MALLINFO 1
351 
352 /* Define to 1 if you have the <memory.h> header file. */
353 #define HAVE_MEMORY_H 1
354 
355 /* Define to 1 if you have the <ming.h> header file. */
356 /* #undef HAVE_MING_H */
357 
358 /* Define to 1 if you have the `mkstemps' function. */
359 #define HAVE_MKSTEMPS 1
360 
361 /* Define to 1 if you have the `mmap' function. */
362 #define HAVE_MMAP 1
363 
364 /* Defined if you have MySQL installed */
365 #define HAVE_MYSQL
366 
367 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
368 /* #undef HAVE_NDIR_H */
369 
370 /* Define if you have the nspr.h header */
371 /* #undef HAVE_NSPR_H */
372 
373 /* Define if you have the openssl/ssl.h header */
374 /* #undef HAVE_OPENSSL_SSL_H */
375 
376 /* Define if you have the png.h header */
377 #define HAVE_PNG_H 1
378 
379 /* Define to 1 if you have the <poll.h> header file. */
380 #define HAVE_POLL_H 1
381 
382 /* Define to 1 if you have the `ppoll' function. */
383 #define HAVE_PPOLL 1
384 
385 /* __PRETTY_FUNCTION__ is defined */
386 #define HAVE_PRETTY_FUNCTION 1
387 
388 /* Define to 1 if you have the `pselect' function. */
389 #define HAVE_PSELECT 1
390 
391 /* Define if you have POSIX threads libraries and header files. */
392 #define HAVE_PTHREADS 1
393 
394 /* Define to 1 if you have the <pwd.h> header file. */
395 #define HAVE_PWD_H 1
396 
397 /* Define to 1 if you have the <pythonrun.h> header file. */
398 /* #undef HAVE_PYTHONRUN_H */
399 
400 /* Have QT 3.x installed */
401 /* #undef HAVE_QT3 */
402 
403 /* Have QT 4.x installed */
404 #define HAVE_QT4 1
405 
406 /* Define to 1 if you have the `scandir' function. */
407 #define HAVE_SCANDIR 1
408 
409 /* We have SDL support */
410 #define HAVE_SDL_H 1
411 
412 /* Define to 1 if you have the `semget' function. */
413 #define HAVE_SEMGET 1
414 
415 /* Has the Linux sendfile() system call */
416 #define HAVE_SENDFILE 1
417 
418 /* Define to 1 if you have the `shmat' function. */
419 #define HAVE_SHMAT 1
420 
421 /* Define to 1 if you have the `shmdt' function. */
422 #define HAVE_SHMDT 1
423 
424 /* Define to 1 if you have the `shmget' function. */
425 #define HAVE_SHMGET 1
426 
427 /* Define to 1 if you have the <signal.h> header file. */
428 #define HAVE_SIGNAL_H 1
429 
430 /* Define if you have the speex/speex.h header */
431 #define HAVE_SPEEX_SPEEX_H 1
432 
433 /* Define if you have the speex/speex_resampler.h header */
434 #define HAVE_SPEEX_SPEEX_RESAMPLER_H 1
435 
436 /* Define to 1 if you have the <stdint.h> header file. */
437 #define HAVE_STDINT_H 1
438 
439 /* Define to 1 if you have the <stdlib.h> header file. */
440 #define HAVE_STDLIB_H 1
441 
442 /* Define to 1 if you have the <strings.h> header file. */
443 #define HAVE_STRINGS_H 1
444 
445 /* Define to 1 if you have the <string.h> header file. */
446 #define HAVE_STRING_H 1
447 
448 /* Define if swresample.h is found */
449 /* #undef HAVE_SWRESAMPLE_H */
450 
451 /* Define if swscale.h is found */
452 /* #undef HAVE_SWSCALE_H */
453 
454 /* Define to 1 if you have the `sysconf' function. */
455 #define HAVE_SYSCONF 1
456 
457 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
458  */
459 /* #undef HAVE_SYS_DIR_H */
460 
461 /* Define to 1 if you have the <sys/epoll.h> header file. */
462 #define HAVE_SYS_EPOLL_H 1
463 
464 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
465  */
466 /* #undef HAVE_SYS_NDIR_H */
467 
468 /* Define to 1 if you have the <sys/stat.h> header file. */
469 #define HAVE_SYS_STAT_H 1
470 
471 /* Define to 1 if you have the <sys/time.h> header file. */
472 #define HAVE_SYS_TIME_H 1
473 
474 /* Define to 1 if you have the <sys/types.h> header file. */
475 #define HAVE_SYS_TYPES_H 1
476 
477 /* Define to 1 if you have the <sys/utsname.h> header file. */
478 #define HAVE_SYS_UTSNAME_H 1
479 
480 /* struct tm has member tm_gmtoff */
481 #define HAVE_TM_GMTOFF 1
482 
483 /* Define if you have the tslib.h header */
484 /* #undef HAVE_TSLIB_H */
485 
486 /* Define to 1 if you have the `tzset' function. */
487 #define HAVE_TZSET 1
488 
489 /* Define to 1 if you have the <unistd.h> header file. */
490 #define HAVE_UNISTD_H 1
491 
492 /* Define if you have the va/va_glx.h header */
493 /* #undef HAVE_VA_VA_GLX_H */
494 
495 /* Define if you have the va/va.h header */
496 /* #undef HAVE_VA_VA_H */
497 
498 /* Define if you have the va/va_x11.h header */
499 /* #undef HAVE_VA_VA_X11_H */
500 
501 /* Have Freescale OpenVG */
502 /* #undef HAVE_VG_EXT_H */
503 
504 /* Have LibMESA OpenVG */
505 /* #undef HAVE_VG_VGEXT_H */
506 
507 /* This is defined is we are on Win32 */
508 /* #undef HAVE_WINSOCK */
509 
510 /* Define to 1 if you have the <winsock2.h> header file. */
511 /* #undef HAVE_WINSOCK2_H */
512 
513 /* Define to 1 if you have the <winsock.h> header file. */
514 /* #undef HAVE_WINSOCK_H */
515 
516 /* X11 headers and libraries */
517 #define HAVE_X11 1
518 
519 /* Have the X11 X.h header file */
520 #define HAVE_X11_X_H 1
521 
522 /* Define if you have the Xft.h header */
523 /* #undef HAVE_XFT_H */
524 
525 /* Define if you have the zlib.h header */
526 #define HAVE_ZLIB_H 1
527 
528 /* __func__ is defined */
529 #define HAVE_func 1
530 
531 /* Has the key field in ipc_perm */
532 #define IPC_PERM_KEY __key
533 
534 /* this is a Linux platform */
535 #define LINUX_HOST 1
536 
537 /* Define to the sub-directory where libtool stores uninstalled libraries. */
538 #define LT_OBJDIR ".libs/"
539 
540 /* this is a NetBSD platform */
541 /* #undef NETBSD_HOST */
542 
543 /* Is not based on the SGI GL */
544 /* #undef NOT_SGI_GL */
545 
546 /* Newer versions use const in prototypes */
547 #define NPAPI_CONST 1
548 
549 /* Define that we have NPAPI present in version 1.9.0 and maybe older */
550 #define NPAPI_VERSION 192
551 
552 /* this is an OpenBSD platform */
553 /* #undef OPENBSD_HOST */
554 
555 /* Name of package */
556 #define PACKAGE "gnash"
557 
558 /* Define to the address where bug reports for this package should be sent. */
559 #define PACKAGE_BUGREPORT ""
560 
561 /* Define to the full name of this package. */
562 #define PACKAGE_NAME "gnash"
563 
564 /* Define to the full name and version of this package. */
565 #define PACKAGE_STRING "gnash 0.8.11dev"
566 
567 /* Define to the one symbol short name of this package. */
568 #define PACKAGE_TARNAME "gnash"
569 
570 /* Define to the home page for this package. */
571 #define PACKAGE_URL ""
572 
573 /* Define to the version of this package. */
574 #define PACKAGE_VERSION "0.8.11dev"
575 
576 /* ABGR32 pixel format */
577 #define PIXELFORMAT_ABGR32 1
578 
579 /* ARGB32 pixel format */
580 #define PIXELFORMAT_ARGB32 1
581 
582 /* BGR24 pixel format */
583 #define PIXELFORMAT_BGR24 1
584 
585 /* BGRA32 pixel format */
586 #define PIXELFORMAT_BGRA32 1
587 
588 /* RGB24 pixel format */
589 #define PIXELFORMAT_RGB24 1
590 
591 /* RGB555 pixel format */
592 #define PIXELFORMAT_RGB555 1
593 
594 /* RGB565 pixel format */
595 #define PIXELFORMAT_RGB565 1
596 
597 /* RGBA32 pixel format */
598 #define PIXELFORMAT_RGBA32 1
599 
600 /* Define to necessary symbol if this constant uses a non-standard name on
601  your system. */
602 /* #undef PTHREAD_CREATE_JOINABLE */
603 
604 /* Use AntiGrain renderer */
605 #define RENDERER_AGG 1
606 
607 /* Use cairo renderer */
608 #define RENDERER_CAIRO 1
609 
610 /* Use OpenGL-ES version 1.x */
611 /* #undef RENDERER_GLES1 */
612 
613 /* Use OpenGLES v2 version 2 */
614 /* #undef RENDERER_GLES2 */
615 
616 /* Use OpenGL renderer */
617 /* #undef RENDERER_OPENGL */
618 
619 /* Use OpenVG renderer */
620 /* #undef RENDERER_OPENVG */
621 
622 /* Speex resampler available */
623 #define RESAMPLING_SPEEX 1
624 
625 /* this is a Solaris platform */
626 /* #undef SOLARIS_HOST */
627 
628 /* Use AmigaOS AHI for sound handling */
629 /* #undef SOUND_AHI */
630 
631 /* Use Haiku Media Kit for sound handling */
632 /* #undef SOUND_MKIT */
633 
634 /* Use SDL for sound handling */
635 #define SOUND_SDL 1
636 
637 /* Define to 1 if you have the ANSI C header files. */
638 #define STDC_HEADERS 1
639 
640 /* Enable cgi-bin processes for Cygnal */
641 #define USE_CGIBIN 1
642 
643 /* Define this if you want to enable curl usage */
644 #define USE_CURL 1
645 
646 /* Build the DBUS extension */
647 /* #undef USE_DBUS_EXT */
648 
649 /* Build the DejaGnu extension */
650 /* #undef USE_DEJAGNU_EXT */
651 
652 /* Specify that extension support is enabled. */
653 #define USE_EXTENSIONS 1
654 
655 /* Build the FileIO extension */
656 #define USE_FILEIO_EXT 1
657 
658 /* Define this if you want to enable freetype usage */
659 #define USE_FREETYPE 1
660 
661 /* Use the GIF library */
662 #define USE_GIF 1
663 
664 /* Use GtkGLExt extension */
665 /* #undef USE_GTKGLEXT */
666 
667 /* Build all the extensions */
668 /* #undef USE_GTK_EXT */
669 
670 /* Add support for a directly using Linux Input Event Devices */
671 /* #undef USE_INPUT_EVENTS */
672 
673 /* Add support for directly using a PS/2 Keyboard */
674 /* #undef USE_KEYBOARD_PS2 */
675 
676 /* Support LocalConnection */
677 #define USE_LC 1
678 
679 /* Build the LIRC extension */
680 #define USE_LIRC_EXT 1
681 
682 /* Build any media code */
683 #define USE_MEDIA 1
684 
685 /* GUI Menu support */
686 #define USE_MENUS
687 
688 /* Add support for a directly using a PS/2 Mouse */
689 /* #undef USE_MOUSE_PS2 */
690 
691 /* Build the MySQL extension */
692 #define USE_MYSQL_EXT 1
693 
694 /* Use the PNG library */
695 #define USE_PNG 1
696 
697 /* Shared Objects are read-only */
698 /* #undef USE_SOL_READONLY */
699 
700 /* Build any sound code */
701 #define USE_SOUND 1
702 
703 /* Use SSH for authentication */
704 /* #undef USE_SSH */
705 
706 /* Use SSL for authentication */
707 /* #undef USE_SSL */
708 
709 /* Support statistics collecting for the queue buffers */
710 /* #undef USE_STATS_BUFFERS */
711 
712 /* Support statistics collecting for the cache */
713 #define USE_STATS_CACHE 1
714 
715 /* Support statistics collecting for all memory profiling */
716 /* #undef USE_STATS_MEMORY */
717 
718 /* Support statistics collecting for the queues */
719 /* #undef USE_STATS_QUEUE */
720 
721 /* View SWF information */
722 #define USE_SWFTREE
723 
724 /* Testsuite support, maintainers option only */
725 #define USE_TESTSUITE
726 
727 /* Use a tslib supported touchscreen */
728 /* #undef USE_TSLIB */
729 
730 /* Version number of package */
731 #define VERSION "0.8.11dev"
732 
733 /* this is a Win32 platform */
734 /* #undef WIN32_HOST */
735 
736 /* this is a WINCE6 platform */
737 /* #undef WINCE6_HOST */
738 
739 /* this is a WINCE platform */
740 /* #undef WINCE_HOST */
741 
742 /* Define if GConf support is enabled */
743 #define WITH_GCONF 1
744 
745 /* this is a 64 platform */
746 /* #undef WORDSIZE */
747 
748 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
749  significant byte first (like Motorola and SPARC, unlike Intel). */
750 #if defined AC_APPLE_UNIVERSAL_BUILD
751 # if defined __BIG_ENDIAN__
752 # define WORDS_BIGENDIAN 1
753 # endif
754 #else
755 # ifndef WORDS_BIGENDIAN
756 /* # undef WORDS_BIGENDIAN */
757 # endif
758 #endif
759 
760 /* Write files while streaming */
761 /* #undef WRITE_FILE */
762 
763 /* this is a 64 bit powerpc */
764 /* #undef __powerpc64__ */
765 
766 /* Define to empty if `const' does not conform to ANSI C. */
767 /* #undef const */
768 
769 /* Define to `__inline__' or `__inline' if that's what the C compiler
770  calls it, or to nothing if 'inline' is not supported under any name. */
771 #ifndef __cplusplus
772 /* #undef inline */
773 #endif