00001 /* gnashconfig.h. Generated from gnashconfig.h.in by configure. */ 00002 /* gnashconfig.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* ABS Resolution field */ 00005 #define ABSINFO_RESOLUTION 1 00006 00007 /* Define if building universal (internal helper macro) */ 00008 /* #undef AC_APPLE_UNIVERSAL_BUILD */ 00009 00010 /* this is an AmigaOS4 platform */ 00011 /* #undef AMIGAOS4_HOST */ 00012 00013 /* This is an Android build */ 00014 /* #undef ANDROID */ 00015 00016 /* this is an Android platform */ 00017 /* #undef ANDROID_HOST */ 00018 00019 /* if the library is missing, don't use it. */ 00020 /* #undef BOOST_MULTI_INDEX_DISABLE_SERIALIZATION */ 00021 00022 /* Use DirectFB device support */ 00023 /* #undef BUILD_DIRECTFB_DEVICE */ 00024 00025 /* Build the EGL device for OpenVG, OpenGLES1&2, and X11/Mesa */ 00026 /* #undef BUILD_EGL_DEVICE */ 00027 00028 /* Use raw Framebuffer device support */ 00029 /* #undef BUILD_RAWFB_DEVICE */ 00030 00031 /* Build the X11 device */ 00032 /* #undef BUILD_X11_DEVICE */ 00033 00034 /* Add support for writing a standalone executable launcher for movies 00035 embedded in web pages */ 00036 #define CREATE_STANDALONE_GNASH_LAUNCHER 00037 00038 /* this is a Darwin platform */ 00039 /* #undef DARWIN_HOST */ 00040 00041 /* Enable debug logging */ 00042 #define DEBUG_LOGGING 1 00043 00044 /* Speex codec available */ 00045 #define DECODING_SPEEX 1 00046 00047 /* Default Flash major version */ 00048 #define DEFAULT_FLASH_MAJOR_VERSION "10" 00049 00050 /* Default Flash minor version */ 00051 #define DEFAULT_FLASH_MINOR_VERSION "1" 00052 00053 /* Default 3-letter platform identifier for version string */ 00054 #define DEFAULT_FLASH_PLATFORM_ID "LNX" 00055 00056 /* Default Flash revision number */ 00057 #define DEFAULT_FLASH_REV_NUMBER "999" 00058 00059 /* Default value for System.capabilities.os */ 00060 #define DEFAULT_FLASH_SYSTEM_OS "GNU/Linux" 00061 00062 /* Path to default font */ 00063 #define DEFAULT_FONTFILE "/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf" 00064 00065 /* Default SharedObject base directory */ 00066 #define DEFAULT_SOL_SAFEDIR "~/.gnash/SharedObjects" 00067 00068 /* Default streams timeout in seconds */ 00069 #define DEFAULT_STREAMS_TIMEOUT 60 00070 00071 /* Disable double buffering for AGG */ 00072 #define ENABLE_DOUBLE_BUFFERING 1 00073 00074 /* Enable using a file instead of a real framebuffer */ 00075 /* #undef ENABLE_FAKE_FRAMEBUFFER */ 00076 00077 /* Use FFmpeg for media decoding */ 00078 #define ENABLE_FFMPEG_MEDIA 1 00079 00080 /* Use gstreamer for media decoding */ 00081 #define ENABLE_GST_MEDIA 1 00082 00083 /* Use haiku for media decoding */ 00084 /* #undef ENABLE_HAIKU_MEDIA */ 00085 00086 /* Define to 1 if translation of program messages to the user's native 00087 language is requested. */ 00088 #define ENABLE_NLS 1 00089 00090 /* Define if ffmpeg can decode NELLYMOSER audio */ 00091 #define FFMPEG_NELLYMOSER 1 00092 00093 /* Define if ffmpeg can play VP6A. */ 00094 #define FFMPEG_VP6A 1 00095 00096 /* this is a FreeBSD platform */ 00097 /* #undef FREEBSD_HOST */ 00098 00099 /* Enable FPS debugging code */ 00100 /* #undef GNASH_FPS_DEBUG */ 00101 00102 /* Collecting and report stats about ObjectURI case lookups */ 00103 /* #undef GNASH_STATS_OBJECT_URI_NOCASE */ 00104 00105 /* Collecting and report stats about property lookups */ 00106 /* #undef GNASH_STATS_PROPERTY_LOOKUPS */ 00107 00108 /* Collecting and report stats about string_table::key case lookups */ 00109 /* #undef GNASH_STATS_STRING_TABLE_NOCASE */ 00110 00111 /* this is a GNU platform */ 00112 /* #undef GNU_HOST */ 00113 00114 /* this is a Haiku platform */ 00115 /* #undef HAIKU_HOST */ 00116 00117 /* Has the Gstreamer Plugin Dev package installed */ 00118 #define HAS_GSTREAMER_PLUGINS_BASE 1 00119 00120 /* Define this if you want to enable python usage */ 00121 #define HAS_PYTHON 1 00122 00123 /* Define if you have the atk/atk.h header */ 00124 #define HAVE_ATK_ATK_H 1 00125 00126 /* Define if you have the cairo.h header */ 00127 #define HAVE_CAIRO_H 1 00128 00129 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the 00130 CoreFoundation framework. */ 00131 /* #undef HAVE_CFLOCALECOPYCURRENT */ 00132 00133 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in 00134 the CoreFoundation framework. */ 00135 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ 00136 00137 /* Has clock_gettime() */ 00138 #define HAVE_CLOCK_GETTIME 1 00139 00140 /* Define to 1 if you have the <curl/curl.h> header file. */ 00141 #define HAVE_CURL_CURL_H 1 00142 00143 /* Define if the GNU dcgettext() function is already present or preinstalled. 00144 */ 00145 #define HAVE_DCGETTEXT 1 00146 00147 /* Define if you have the dejagnu.h header */ 00148 /* #undef HAVE_DEJAGNU_H */ 00149 00150 /* Define if you have the directfb.h header */ 00151 /* #undef HAVE_DIRECTFB_H */ 00152 00153 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 00154 */ 00155 #define HAVE_DIRENT_H 1 00156 00157 /* Define to 1 if you have the <dlfcn.h> header file. */ 00158 #define HAVE_DLFCN_H 1 00159 00160 /* Have OpenGL-ES EGL/egl.h */ 00161 /* #undef HAVE_EGL_EGL_H */ 00162 00163 /* Define if you have the expat.h header */ 00164 #define HAVE_EXPAT_H 1 00165 00166 /* Has the Linux splice() system call */ 00167 /* #undef HAVE_FCNTL_SPLICE */ 00168 00169 /* Has the Linux tee() system call */ 00170 /* #undef HAVE_FCNTL_TEE */ 00171 00172 /* Define if you have avcodec.h installed. */ 00173 /* #undef HAVE_FFMPEG_AVCODEC_H */ 00174 00175 /* Define if avformat.h is found */ 00176 /* #undef HAVE_FFMPEG_AVFORMAT_H */ 00177 00178 /* Define if swscale.h is found */ 00179 /* #undef HAVE_FFMPEG_SWSCALE_H */ 00180 00181 /* Defined if ffmpeg/vaapi.h is found */ 00182 /* #undef HAVE_FFMPEG_VAAPI_H */ 00183 00184 /* Has finite */ 00185 #define HAVE_FINITE 1 00186 00187 /* Define if you have the fltk/FL_API.h header */ 00188 /* #undef HAVE_FLTK_FL_API_H */ 00189 00190 /* Define if you have the fontconfig/fontconfig.h header */ 00191 #define HAVE_FONTCONFIG_FONTCONFIG_H 1 00192 00193 /* Define to 1 if you have the <freetype2/freetype/freetype.h> header file. */ 00194 /* #undef HAVE_FREETYPE2_FREETYPE_FREETYPE_H */ 00195 00196 /* Define to 1 if you have the `ftime' function. */ 00197 #define HAVE_FTIME 1 00198 00199 /* __FUNCTION__ is defined */ 00200 #define HAVE_FUNCTION 1 00201 00202 /* Define to 1 if you have the `getopt' function. */ 00203 #define HAVE_GETOPT 1 00204 00205 /* Define to 1 if you have the <getopt.h> header file. */ 00206 #define HAVE_GETOPT_H 1 00207 00208 /* Has getpwnam */ 00209 #define HAVE_GETPWNAM 1 00210 00211 /* Define if the GNU gettext() function is already present or preinstalled. */ 00212 #define HAVE_GETTEXT 1 00213 00214 /* Define to 1 if you have the `gettimeofday' function. */ 00215 #define HAVE_GETTIMEOFDAY 1 00216 00217 /* Define if you have the gif_lib.h header */ 00218 #define HAVE_GIF_LIB_H 1 00219 00220 /* Have OpenGLES 1 egl.h */ 00221 /* #undef HAVE_GLES1_EGL_H */ 00222 00223 /* Have OpenGL-ES GLES/glext.h */ 00224 /* #undef HAVE_GLES1_GLEXT_H */ 00225 00226 /* Have OpenGL-ES GLES/gl.h */ 00227 /* #undef HAVE_GLES1_GL_H */ 00228 00229 /* Define to 1 if you have the <GLES2/gl2.h> header file. */ 00230 /* #undef HAVE_GLES2_GL2_H */ 00231 00232 /* Define to 1 if you have the <GLES/egl.h> header file. */ 00233 /* #undef HAVE_GLES_EGL_H */ 00234 00235 /* Has GLIB library installed */ 00236 #define HAVE_GLIB 1 00237 00238 /* Define to 1 if you have the <GL/gl.h> header file. */ 00239 /* #undef HAVE_GL_GL_H */ 00240 00241 /* Define this for GCC-visibility. */ 00242 /* #undef HAVE_GNUC_VISIBILITY */ 00243 00244 /* Define if you have the gst/app/gstappsink.h header */ 00245 #define HAVE_GST_APP_GSTAPPSINK_H 1 00246 00247 /* Define if you have the gst/gst.h header */ 00248 #define HAVE_GST_GST_H 1 00249 00250 /* Define if you have the gst/interfaces/probeprobe.h header */ 00251 #define HAVE_GST_INTERFACES_PROBEPROBE_H 1 00252 00253 /* Define if you have the gst/pbutils/install-plugins.h header */ 00254 #define HAVE_GST_PBUTILS_INSTALL_PLUGINS_H 1 00255 00256 /* Use GTK2 for windowing */ 00257 #define HAVE_GTK2 1 00258 00259 /* GTKGLExt header */ 00260 /* #undef HAVE_GTK_GTKGL_H */ 00261 00262 /* Define to 1 if you have the <gtk/gtk.h> header file. */ 00263 /* #undef HAVE_GTK_GTK_H */ 00264 00265 /* Define if you have the iconv() function and it works. */ 00266 /* #undef HAVE_ICONV */ 00267 00268 /* Define to 1 if you have the <inttypes.h> header file. */ 00269 #define HAVE_INTTYPES_H 1 00270 00271 /* Use ipc_info */ 00272 /* #undef HAVE_IPC_INFO */ 00273 00274 /* Has isfinite */ 00275 #define HAVE_ISFINITE 1 00276 00277 /* Define if you have the jpeglib.h header */ 00278 #define HAVE_JPEGLIB_H 1 00279 00280 /* Have KDE 3.x installed */ 00281 /* #undef HAVE_KDE3 */ 00282 00283 /* Have KDE 4.x installed */ 00284 #define HAVE_KDE4 1 00285 00286 /* Define to 1 if you have the <kde4/kapplication.h> header file. */ 00287 /* #undef HAVE_KDE4_KAPPLICATION_H */ 00288 00289 /* Define to 1 if you have the <kde/qxembed.h> header file. */ 00290 /* #undef HAVE_KDE_QXEMBED_H */ 00291 00292 /* Define if you have avcodec.h installed. */ 00293 #define HAVE_LIBAVCODEC_AVCODEC_H 1 00294 00295 /* Defined if libavcodec/vaapi.h is found */ 00296 /* #undef HAVE_LIBAVCODEC_VAAPI_H */ 00297 00298 /* Define if avformat.h is found */ 00299 #define HAVE_LIBAVFORMAT_AVFORMAT_H 1 00300 00301 /* Define to 1 if you have the <libgen.h> header file. */ 00302 #define HAVE_LIBGEN_H 1 00303 00304 /* Define to 1 if you have the `rt' library (-lrt). */ 00305 #define HAVE_LIBRT 1 00306 00307 /* Define if you have the libssh/libssh.h header */ 00308 /* #undef HAVE_LIBSSH_LIBSSH_H */ 00309 00310 /* Define if swscale.h is found */ 00311 #define HAVE_LIBSWSCALE_SWSCALE_H 1 00312 00313 /* Define to 1 if you have the `X11' library (-lX11). */ 00314 #define HAVE_LIBX11 1 00315 00316 /* Define to 1 if you have the `Xi' library (-lXi). */ 00317 /* #undef HAVE_LIBXI */ 00318 00319 /* Define to 1 if you have the `localtime_r' function. */ 00320 #define HAVE_LOCALTIME_R 1 00321 00322 /* Has __thread (local thread storage) support */ 00323 #define HAVE_LOCAL_THREAD_STORAGE 1 00324 00325 /* extern timezone is a long integer, not a function */ 00326 #define HAVE_LONG_TIMEZONE 1 00327 00328 /* Libtool 2.x defines this, but libtool 1.5 does not */ 00329 #define HAVE_LTDL 1 00330 00331 /* Define if you have the ltdl.h header */ 00332 #define HAVE_LTDL_H 1 00333 00334 /* Has mallinfo() */ 00335 #define HAVE_MALLINFO 1 00336 00337 /* Define to 1 if you have the <memory.h> header file. */ 00338 #define HAVE_MEMORY_H 1 00339 00340 /* Define to 1 if you have the <ming.h> header file. */ 00341 /* #undef HAVE_MING_H */ 00342 00343 /* Define to 1 if you have the `mkstemps' function. */ 00344 #define HAVE_MKSTEMPS 1 00345 00346 /* Define to 1 if you have the `mmap' function. */ 00347 #define HAVE_MMAP 1 00348 00349 /* Defined if you have MySQL installed */ 00350 #define HAVE_MYSQL 00351 00352 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 00353 /* #undef HAVE_NDIR_H */ 00354 00355 /* Define if you have the nspr.h header */ 00356 #define HAVE_NSPR_H 1 00357 00358 /* Define if you have the openssl/ssl.h header */ 00359 /* #undef HAVE_OPENSSL_SSL_H */ 00360 00361 /* Define if you have the png.h header */ 00362 #define HAVE_PNG_H 1 00363 00364 /* Define to 1 if you have the <poll.h> header file. */ 00365 #define HAVE_POLL_H 1 00366 00367 /* Define to 1 if you have the `ppoll' function. */ 00368 #define HAVE_PPOLL 1 00369 00370 /* __PRETTY_FUNCTION__ is defined */ 00371 #define HAVE_PRETTY_FUNCTION 1 00372 00373 /* Define to 1 if you have the `pselect' function. */ 00374 #define HAVE_PSELECT 1 00375 00376 /* Define if you have POSIX threads libraries and header files. */ 00377 #define HAVE_PTHREADS 1 00378 00379 /* Define to 1 if you have the <pwd.h> header file. */ 00380 #define HAVE_PWD_H 1 00381 00382 /* Define to 1 if you have the <pythonrun.h> header file. */ 00383 /* #undef HAVE_PYTHONRUN_H */ 00384 00385 /* Have QT 3.x installed */ 00386 /* #undef HAVE_QT3 */ 00387 00388 /* Have QT 4.x installed */ 00389 #define HAVE_QT4 1 00390 00391 /* Define to 1 if you have the `scandir' function. */ 00392 #define HAVE_SCANDIR 1 00393 00394 /* We have SDL support */ 00395 #define HAVE_SDL_H 1 00396 00397 /* Has the Linux sendfile() system call */ 00398 #define HAVE_SENDFILE 1 00399 00400 /* Define to 1 if you have the `shmat' function. */ 00401 #define HAVE_SHMAT 1 00402 00403 /* Define to 1 if you have the `shmdt' function. */ 00404 #define HAVE_SHMDT 1 00405 00406 /* Define to 1 if you have the `shmget' function. */ 00407 #define HAVE_SHMGET 1 00408 00409 /* Define to 1 if you have the <signal.h> header file. */ 00410 #define HAVE_SIGNAL_H 1 00411 00412 /* Define if you have the speex.h header */ 00413 #define HAVE_SPEEX_H 1 00414 00415 /* Define if you have the speex_resampler.h header */ 00416 #define HAVE_SPEEX_RESAMPLER_H 1 00417 00418 /* Define to 1 if you have the <stdint.h> header file. */ 00419 #define HAVE_STDINT_H 1 00420 00421 /* Define to 1 if you have the <stdlib.h> header file. */ 00422 #define HAVE_STDLIB_H 1 00423 00424 /* Define to 1 if you have the <strings.h> header file. */ 00425 #define HAVE_STRINGS_H 1 00426 00427 /* Define to 1 if you have the <string.h> header file. */ 00428 #define HAVE_STRING_H 1 00429 00430 /* Define if swscale.h is found */ 00431 /* #undef HAVE_SWSCALE_H */ 00432 00433 /* Define to 1 if you have the `sysconf' function. */ 00434 #define HAVE_SYSCONF 1 00435 00436 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 00437 */ 00438 /* #undef HAVE_SYS_DIR_H */ 00439 00440 /* Define to 1 if you have the <sys/epoll.h> header file. */ 00441 #define HAVE_SYS_EPOLL_H 1 00442 00443 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 00444 */ 00445 /* #undef HAVE_SYS_NDIR_H */ 00446 00447 /* Define to 1 if you have the <sys/stat.h> header file. */ 00448 #define HAVE_SYS_STAT_H 1 00449 00450 /* Define to 1 if you have the <sys/time.h> header file. */ 00451 #define HAVE_SYS_TIME_H 1 00452 00453 /* Define to 1 if you have the <sys/types.h> header file. */ 00454 #define HAVE_SYS_TYPES_H 1 00455 00456 /* Define to 1 if you have the <sys/utsname.h> header file. */ 00457 #define HAVE_SYS_UTSNAME_H 1 00458 00459 /* struct tm has member tm_gmtoff */ 00460 #define HAVE_TM_GMTOFF 1 00461 00462 /* Define if you have the tslib.h header */ 00463 /* #undef HAVE_TSLIB_H */ 00464 00465 /* Define to 1 if you have the `tzset' function. */ 00466 #define HAVE_TZSET 1 00467 00468 /* Define to 1 if you have the <unistd.h> header file. */ 00469 #define HAVE_UNISTD_H 1 00470 00471 /* Define if you have the va/va_glx.h header */ 00472 /* #undef HAVE_VA_VA_GLX_H */ 00473 00474 /* Define if you have the va/va.h header */ 00475 /* #undef HAVE_VA_VA_H */ 00476 00477 /* Define if you have the va/va_x11.h header */ 00478 /* #undef HAVE_VA_VA_X11_H */ 00479 00480 /* Have Freescale OpenVG */ 00481 /* #undef HAVE_VG_EXT_H */ 00482 00483 /* Have LibMESA OpenVG */ 00484 /* #undef HAVE_VG_VGEXT_H */ 00485 00486 /* This is defined is we are on Win32 */ 00487 /* #undef HAVE_WINSOCK */ 00488 00489 /* Define to 1 if you have the <winsock2.h> header file. */ 00490 /* #undef HAVE_WINSOCK2_H */ 00491 00492 /* Define to 1 if you have the <winsock.h> header file. */ 00493 /* #undef HAVE_WINSOCK_H */ 00494 00495 /* X11 headers and libraries */ 00496 #define HAVE_X11 1 00497 00498 /* Have the X11 X.h header file */ 00499 #define HAVE_X11_X_H 1 00500 00501 /* Define if you have the Xft.h header */ 00502 /* #undef HAVE_XFT_H */ 00503 00504 /* X Video extension header and library */ 00505 #define HAVE_XV 1 00506 00507 /* Define if you have the zlib.h header */ 00508 #define HAVE_ZLIB_H 1 00509 00510 /* __func__ is defined */ 00511 #define HAVE_func 1 00512 00513 /* Has the key field in ipc_perm */ 00514 #define IPC_PERM_KEY __key 00515 00516 /* this is a Linux platform */ 00517 #define LINUX_HOST 1 00518 00519 /* Define to the sub-directory in which libtool stores uninstalled libraries. 00520 */ 00521 #define LT_OBJDIR ".libs/" 00522 00523 /* this is a NetBSD platform */ 00524 /* #undef NETBSD_HOST */ 00525 00526 /* Is not based on the SGI GL */ 00527 /* #undef NOT_SGI_GL */ 00528 00529 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ 00530 /* #undef NO_MINUS_C_MINUS_O */ 00531 00532 /* Newer versions use const in prototypes */ 00533 /* #undef NPAPI_CONST */ 00534 00535 /* Define that we have NPAPI present in version 1.9.0 and maybe older */ 00536 /* #undef NPAPI_VERSION */ 00537 00538 /* this is an OpenBSD platform */ 00539 /* #undef OPENBSD_HOST */ 00540 00541 /* Name of package */ 00542 #define PACKAGE "gnash" 00543 00544 /* Define to the address where bug reports for this package should be sent. */ 00545 #define PACKAGE_BUGREPORT "" 00546 00547 /* Define to the full name of this package. */ 00548 #define PACKAGE_NAME "gnash" 00549 00550 /* Define to the full name and version of this package. */ 00551 #define PACKAGE_STRING "gnash 0.8.10" 00552 00553 /* Define to the one symbol short name of this package. */ 00554 #define PACKAGE_TARNAME "gnash" 00555 00556 /* Define to the home page for this package. */ 00557 #define PACKAGE_URL "" 00558 00559 /* Define to the version of this package. */ 00560 #define PACKAGE_VERSION "0.8.10" 00561 00562 /* ABGR32 pixel format */ 00563 #define PIXELFORMAT_ABGR32 1 00564 00565 /* ARGB32 pixel format */ 00566 #define PIXELFORMAT_ARGB32 1 00567 00568 /* BGR24 pixel format */ 00569 #define PIXELFORMAT_BGR24 1 00570 00571 /* BGRA32 pixel format */ 00572 #define PIXELFORMAT_BGRA32 1 00573 00574 /* RGB24 pixel format */ 00575 #define PIXELFORMAT_RGB24 1 00576 00577 /* RGB555 pixel format */ 00578 #define PIXELFORMAT_RGB555 1 00579 00580 /* RGB565 pixel format */ 00581 #define PIXELFORMAT_RGB565 1 00582 00583 /* RGBA32 pixel format */ 00584 #define PIXELFORMAT_RGBA32 1 00585 00586 /* Define to necessary symbol if this constant uses a non-standard name on 00587 your system. */ 00588 /* #undef PTHREAD_CREATE_JOINABLE */ 00589 00590 /* Use AntiGrain renderer */ 00591 #define RENDERER_AGG 1 00592 00593 /* Use cairo renderer */ 00594 #define RENDERER_CAIRO 1 00595 00596 /* Use OpenGL-ES version 1.x */ 00597 /* #undef RENDERER_GLES1 */ 00598 00599 /* Use OpenGLES v2 version 2 */ 00600 /* #undef RENDERER_GLES2 */ 00601 00602 /* Use OpenGL renderer */ 00603 /* #undef RENDERER_OPENGL */ 00604 00605 /* Use OpenVG renderer */ 00606 /* #undef RENDERER_OPENVG */ 00607 00608 /* Speex resampler available */ 00609 #define RESAMPLING_SPEEX 1 00610 00611 /* The size of `void *', as computed by sizeof. */ 00612 #define SIZEOF_VOID_P 8 00613 00614 /* this is a Solaris platform */ 00615 /* #undef SOLARIS_HOST */ 00616 00617 /* Use AmigaOS AHI for sound handling */ 00618 /* #undef SOUND_AHI */ 00619 00620 /* Use Haiku Media Kit for sound handling */ 00621 /* #undef SOUND_MKIT */ 00622 00623 /* Use SDL for sound handling */ 00624 #define SOUND_SDL 1 00625 00626 /* Define to 1 if you have the ANSI C header files. */ 00627 #define STDC_HEADERS 1 00628 00629 /* Enable cgi-bin processes for Cygnal */ 00630 #define USE_CGIBIN 1 00631 00632 /* Define this if you want to enable curl usage */ 00633 #define USE_CURL 1 00634 00635 /* Build the DBUS extension */ 00636 /* #undef USE_DBUS_EXT */ 00637 00638 /* Build the DejaGnu extension */ 00639 /* #undef USE_DEJAGNU_EXT */ 00640 00641 /* Specify that extension support is enabled. */ 00642 #define USE_EXTENSIONS 1 00643 00644 /* Build the FileIO extension */ 00645 #define USE_FILEIO_EXT 1 00646 00647 /* Define this if you want to enable freetype usage */ 00648 #define USE_FREETYPE 1 00649 00650 /* Use the GIF library */ 00651 #define USE_GIF 1 00652 00653 /* Use GtkGLExt extension */ 00654 /* #undef USE_GTKGLEXT */ 00655 00656 /* Build all the extensions */ 00657 /* #undef USE_GTK_EXT */ 00658 00659 /* Add support for a directly using Linux Input Event Devices */ 00660 /* #undef USE_INPUT_EVENTS */ 00661 00662 /* Use jemalloc instead of system malloc */ 00663 #define USE_JEMALLOC 00664 00665 /* Add support for directly using a PS/2 Keyboard */ 00666 /* #undef USE_KEYBOARD_PS2 */ 00667 00668 /* Support LocalConnection */ 00669 #define USE_LC 1 00670 00671 /* Build the LIRC extension */ 00672 #define USE_LIRC_EXT 1 00673 00674 /* GUI Menu support */ 00675 #define USE_MENUS 00676 00677 /* Add support for a directly using a PS/2 Mouse */ 00678 /* #undef USE_MOUSE_PS2 */ 00679 00680 /* Build the MySQL extension */ 00681 #define USE_MYSQL_EXT 1 00682 00683 /* Use the PNG library */ 00684 #define USE_PNG 1 00685 00686 /* Shared Objects are read-only */ 00687 /* #undef USE_SOL_READONLY */ 00688 00689 /* Use SSH for authentication */ 00690 /* #undef USE_SSH */ 00691 00692 /* Use SSL for authentication */ 00693 /* #undef USE_SSL */ 00694 00695 /* Support statistics collecting for the queue buffers */ 00696 /* #undef USE_STATS_BUFFERS */ 00697 00698 /* Support statistics collecting for the cache */ 00699 #define USE_STATS_CACHE 1 00700 00701 /* Support statistics collecting for all memory profiling */ 00702 /* #undef USE_STATS_MEMORY */ 00703 00704 /* Support statistics collecting for the queues */ 00705 /* #undef USE_STATS_QUEUE */ 00706 00707 /* View SWF information */ 00708 #define USE_SWFTREE 00709 00710 /* Testsuite support, maintainers option only */ 00711 /* #undef USE_TESTSUITE */ 00712 00713 /* Use a tslib supported touchscreen */ 00714 /* #undef USE_TSLIB */ 00715 00716 /* Version number of package */ 00717 #define VERSION "0.8.10" 00718 00719 /* this is a Win32 platform */ 00720 /* #undef WIN32_HOST */ 00721 00722 /* this is a WINCE6 platform */ 00723 /* #undef WINCE6_HOST */ 00724 00725 /* this is a WINCE platform */ 00726 /* #undef WINCE_HOST */ 00727 00728 /* Define if GConf support is enabled */ 00729 #define WITH_GCONF 1 00730 00731 /* this is a 64 platform */ 00732 /* #undef WORDSIZE */ 00733 00734 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 00735 significant byte first (like Motorola and SPARC, unlike Intel). */ 00736 #if defined AC_APPLE_UNIVERSAL_BUILD 00737 # if defined __BIG_ENDIAN__ 00738 # define WORDS_BIGENDIAN 1 00739 # endif 00740 #else 00741 # ifndef WORDS_BIGENDIAN 00742 /* # undef WORDS_BIGENDIAN */ 00743 # endif 00744 #endif 00745 00746 /* Write files while streaming */ 00747 /* #undef WRITE_FILE */ 00748 00749 /* this is a 64 bit powerpc */ 00750 /* #undef __powerpc64__ */ 00751 00752 /* Define to empty if `const' does not conform to ANSI C. */ 00753 /* #undef const */ 00754 00755 /* Define to `__inline__' or `__inline' if that's what the C compiler 00756 calls it, or to nothing if 'inline' is not supported under any name. */ 00757 #ifndef __cplusplus 00758 /* #undef inline */ 00759 #endif