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