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