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