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 in which libtool stores uninstalled libraries.
538  */
539 #define LT_OBJDIR ".libs/"
540 
541 /* this is a NetBSD platform */
542 /* #undef NETBSD_HOST */
543 
544 /* Is not based on the SGI GL */
545 /* #undef NOT_SGI_GL */
546 
547 /* Newer versions use const in prototypes */
548 #define NPAPI_CONST 1
549 
550 /* Define that we have NPAPI present in version 1.9.0 and maybe older */
551 #define NPAPI_VERSION 192
552 
553 /* this is an OpenBSD platform */
554 /* #undef OPENBSD_HOST */
555 
556 /* Name of package */
557 #define PACKAGE "gnash"
558 
559 /* Define to the address where bug reports for this package should be sent. */
560 #define PACKAGE_BUGREPORT ""
561 
562 /* Define to the full name of this package. */
563 #define PACKAGE_NAME "gnash"
564 
565 /* Define to the full name and version of this package. */
566 #define PACKAGE_STRING "gnash 0.8.11dev"
567 
568 /* Define to the one symbol short name of this package. */
569 #define PACKAGE_TARNAME "gnash"
570 
571 /* Define to the home page for this package. */
572 #define PACKAGE_URL ""
573 
574 /* Define to the version of this package. */
575 #define PACKAGE_VERSION "0.8.11dev"
576 
577 /* ABGR32 pixel format */
578 #define PIXELFORMAT_ABGR32 1
579 
580 /* ARGB32 pixel format */
581 #define PIXELFORMAT_ARGB32 1
582 
583 /* BGR24 pixel format */
584 #define PIXELFORMAT_BGR24 1
585 
586 /* BGRA32 pixel format */
587 #define PIXELFORMAT_BGRA32 1
588 
589 /* RGB24 pixel format */
590 #define PIXELFORMAT_RGB24 1
591 
592 /* RGB555 pixel format */
593 #define PIXELFORMAT_RGB555 1
594 
595 /* RGB565 pixel format */
596 #define PIXELFORMAT_RGB565 1
597 
598 /* RGBA32 pixel format */
599 #define PIXELFORMAT_RGBA32 1
600 
601 /* Define to necessary symbol if this constant uses a non-standard name on
602  your system. */
603 /* #undef PTHREAD_CREATE_JOINABLE */
604 
605 /* Use AntiGrain renderer */
606 #define RENDERER_AGG 1
607 
608 /* Use cairo renderer */
609 #define RENDERER_CAIRO 1
610 
611 /* Use OpenGL-ES version 1.x */
612 /* #undef RENDERER_GLES1 */
613 
614 /* Use OpenGLES v2 version 2 */
615 /* #undef RENDERER_GLES2 */
616 
617 /* Use OpenGL renderer */
618 /* #undef RENDERER_OPENGL */
619 
620 /* Use OpenVG renderer */
621 /* #undef RENDERER_OPENVG */
622 
623 /* Speex resampler available */
624 #define RESAMPLING_SPEEX 1
625 
626 /* this is a Solaris platform */
627 /* #undef SOLARIS_HOST */
628 
629 /* Use AmigaOS AHI for sound handling */
630 /* #undef SOUND_AHI */
631 
632 /* Use Haiku Media Kit for sound handling */
633 /* #undef SOUND_MKIT */
634 
635 /* Use SDL for sound handling */
636 #define SOUND_SDL 1
637 
638 /* Define to 1 if you have the ANSI C header files. */
639 #define STDC_HEADERS 1
640 
641 /* Enable cgi-bin processes for Cygnal */
642 #define USE_CGIBIN 1
643 
644 /* Define this if you want to enable curl usage */
645 #define USE_CURL 1
646 
647 /* Build the DBUS extension */
648 /* #undef USE_DBUS_EXT */
649 
650 /* Build the DejaGnu extension */
651 /* #undef USE_DEJAGNU_EXT */
652 
653 /* Specify that extension support is enabled. */
654 #define USE_EXTENSIONS 1
655 
656 /* Build the FileIO extension */
657 #define USE_FILEIO_EXT 1
658 
659 /* Define this if you want to enable freetype usage */
660 #define USE_FREETYPE 1
661 
662 /* Use the GIF library */
663 #define USE_GIF 1
664 
665 /* Use GtkGLExt extension */
666 /* #undef USE_GTKGLEXT */
667 
668 /* Build all the extensions */
669 /* #undef USE_GTK_EXT */
670 
671 /* Add support for a directly using Linux Input Event Devices */
672 /* #undef USE_INPUT_EVENTS */
673 
674 /* Add support for directly using a PS/2 Keyboard */
675 /* #undef USE_KEYBOARD_PS2 */
676 
677 /* Support LocalConnection */
678 #define USE_LC 1
679 
680 /* Build the LIRC extension */
681 #define USE_LIRC_EXT 1
682 
683 /* Build any media code */
684 #define USE_MEDIA 1
685 
686 /* GUI Menu support */
687 #define USE_MENUS
688 
689 /* Add support for a directly using a PS/2 Mouse */
690 /* #undef USE_MOUSE_PS2 */
691 
692 /* Build the MySQL extension */
693 #define USE_MYSQL_EXT 1
694 
695 /* Use the PNG library */
696 #define USE_PNG 1
697 
698 /* Shared Objects are read-only */
699 /* #undef USE_SOL_READONLY */
700 
701 /* Build any sound code */
702 #define USE_SOUND 1
703 
704 /* Use SSH for authentication */
705 /* #undef USE_SSH */
706 
707 /* Use SSL for authentication */
708 /* #undef USE_SSL */
709 
710 /* Support statistics collecting for the queue buffers */
711 /* #undef USE_STATS_BUFFERS */
712 
713 /* Support statistics collecting for the cache */
714 #define USE_STATS_CACHE 1
715 
716 /* Support statistics collecting for all memory profiling */
717 /* #undef USE_STATS_MEMORY */
718 
719 /* Support statistics collecting for the queues */
720 /* #undef USE_STATS_QUEUE */
721 
722 /* View SWF information */
723 #define USE_SWFTREE
724 
725 /* Testsuite support, maintainers option only */
726 #define USE_TESTSUITE
727 
728 /* Use a tslib supported touchscreen */
729 /* #undef USE_TSLIB */
730 
731 /* Version number of package */
732 #define VERSION "0.8.11dev"
733 
734 /* this is a Win32 platform */
735 /* #undef WIN32_HOST */
736 
737 /* this is a WINCE6 platform */
738 /* #undef WINCE6_HOST */
739 
740 /* this is a WINCE platform */
741 /* #undef WINCE_HOST */
742 
743 /* Define if GConf support is enabled */
744 #define WITH_GCONF 1
745 
746 /* this is a 64 platform */
747 /* #undef WORDSIZE */
748 
749 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
750  significant byte first (like Motorola and SPARC, unlike Intel). */
751 #if defined AC_APPLE_UNIVERSAL_BUILD
752 # if defined __BIG_ENDIAN__
753 # define WORDS_BIGENDIAN 1
754 # endif
755 #else
756 # ifndef WORDS_BIGENDIAN
757 /* # undef WORDS_BIGENDIAN */
758 # endif
759 #endif
760 
761 /* Write files while streaming */
762 /* #undef WRITE_FILE */
763 
764 /* this is a 64 bit powerpc */
765 /* #undef __powerpc64__ */
766 
767 /* Define to empty if `const' does not conform to ANSI C. */
768 /* #undef const */
769 
770 /* Define to `__inline__' or `__inline' if that's what the C compiler
771  calls it, or to nothing if 'inline' is not supported under any name. */
772 #ifndef __cplusplus
773 /* #undef inline */
774 #endif