• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • Examples
  • File List
  • File Members

gnashconfig.h

Go to the documentation of this file.
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 /* Build GTK Canvas support for the GTK Widget */
00017 #define BUILD_CANVAS 
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 AVM2 code */
00054 /* #undef ENABLE_AVM2 */
00055 
00056 /* Enable double buffering */
00057 /* #undef ENABLE_DOUBLE_BUFFERING */
00058 
00059 /* Enable using a file instead of a real framebuffer */
00060 /* #undef ENABLE_FAKE_FRAMEBUFFER */
00061 
00062 /* Use FFmpeg for media decoding */
00063 #define ENABLE_FFMPEG_MEDIA 1
00064 
00065 /* Use gstreamer for media decoding */
00066 #define ENABLE_GST_MEDIA 1
00067 
00068 /* Use haiku for media decoding */
00069 /* #undef ENABLE_HAIKU_MEDIA */
00070 
00071 /* Define to 1 if translation of program messages to the user's native
00072    language is requested. */
00073 #define ENABLE_NLS 1
00074 
00075 /* Define if avcodec_decode_audio2 can be used. */
00076 #define FFMPEG_AUDIO2 1
00077 
00078 /* Define if ffmpeg can decode NELLYMOSER audio */
00079 #define FFMPEG_NELLYMOSER 1
00080 
00081 /* Define if ffmpeg can play VP6. */
00082 #define FFMPEG_VP6 1
00083 
00084 /* Define if ffmpeg can play VP6A. */
00085 #define FFMPEG_VP6A 1
00086 
00087 /* Fix i810 LOD bias problem */
00088 /* #undef FIX_I810_LOD_BIAS */
00089 
00090 /* this is a FreeBSD platform */
00091 /* #undef FREEBSD_HOST */
00092 
00093 /* Enable FPS debugging code */
00094 /* #undef GNASH_FPS_DEBUG */
00095 
00096 /* this is a GNU platform */
00097 /* #undef GNU_HOST */
00098 
00099 /* this is a Haiku platform */
00100 /* #undef HAIKU_HOST */
00101 
00102 /* "Has the Gstreamer Plugin Dev package installed." */
00103 #define HAS_GSTREAMER_PLUGINS_BASE 1
00104 
00105 /* Define this if you want to enable python usage */
00106 #define HAS_PYTHON 1
00107 
00108 /* Access Linux Platform framework */
00109 /* #undef HAVE_ALP */
00110 
00111 /* Define to 1 if you have the `argz_add' function. */
00112 #define HAVE_ARGZ_ADD 1
00113 
00114 /* Define to 1 if you have the `argz_append' function. */
00115 #define HAVE_ARGZ_APPEND 1
00116 
00117 /* Define to 1 if you have the `argz_count' function. */
00118 #define HAVE_ARGZ_COUNT 1
00119 
00120 /* Define to 1 if you have the `argz_create_sep' function. */
00121 #define HAVE_ARGZ_CREATE_SEP 1
00122 
00123 /* Define to 1 if you have the <argz.h> header file. */
00124 #define HAVE_ARGZ_H 1
00125 
00126 /* Define to 1 if you have the `argz_insert' function. */
00127 #define HAVE_ARGZ_INSERT 1
00128 
00129 /* Define to 1 if you have the `argz_next' function. */
00130 #define HAVE_ARGZ_NEXT 1
00131 
00132 /* Define to 1 if you have the `argz_stringify' function. */
00133 #define HAVE_ARGZ_STRINGIFY 1
00134 
00135 /* Define if you have the atk/atk.h header */
00136 #define HAVE_ATK_ATK_H 1
00137 
00138 /* Has broken float support */
00139 /* #undef HAVE_BROKEN_FLOAT */
00140 
00141 /* Define if you have the cairo.h header */
00142 #define HAVE_CAIRO_H 1
00143 
00144 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
00145    CoreFoundation framework. */
00146 /* #undef HAVE_CFLOCALECOPYCURRENT */
00147 
00148 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
00149    the CoreFoundation framework. */
00150 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
00151 
00152 /* Has clock_gettime() */
00153 #define HAVE_CLOCK_GETTIME 1
00154 
00155 /* Define to 1 if you have the `closedir' function. */
00156 #define HAVE_CLOSEDIR 1
00157 
00158 /* Define to 1 if you have the `CreateFileMappingA' function. */
00159 /* #undef HAVE_CREATEFILEMAPPINGA */
00160 
00161 /* Define to 1 if you have the <curl/curl.h> header file. */
00162 #define HAVE_CURL_CURL_H 1
00163 
00164 /* Define if the GNU dcgettext() function is already present or preinstalled.
00165    */
00166 #define HAVE_DCGETTEXT 1
00167 
00168 /* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
00169    you don't. */
00170 /* #undef HAVE_DECL_CYGWIN_CONV_PATH */
00171 
00172 /* Define if you have the dejagnu.h header */
00173 /* #undef HAVE_DEJAGNU_H */
00174 
00175 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
00176    */
00177 #define HAVE_DIRENT_H 1
00178 
00179 /* Define if you have the GNU dld library. */
00180 /* #undef HAVE_DLD */
00181 
00182 /* Define to 1 if you have the <dld.h> header file. */
00183 /* #undef HAVE_DLD_H */
00184 
00185 /* Define to 1 if you have the `dlerror' function. */
00186 #define HAVE_DLERROR 1
00187 
00188 /* Define to 1 if you have the <dlfcn.h> header file. */
00189 #define HAVE_DLFCN_H 1
00190 
00191 /* Define to 1 if you have the <dl.h> header file. */
00192 /* #undef HAVE_DL_H */
00193 
00194 /* Define if you have the _dyld_func_lookup function. */
00195 /* #undef HAVE_DYLD */
00196 
00197 /* Define if you have the EGL/egl.h header */
00198 /* #undef HAVE_EGL_EGL_H */
00199 
00200 /* Define to 1 if you have the <endian.h> header file. */
00201 #define HAVE_ENDIAN_H 1
00202 
00203 /* Define to 1 if the system has the type `error_t'. */
00204 #define HAVE_ERROR_T 1
00205 
00206 /* Define if you have the expat.h header */
00207 #define HAVE_EXPAT_H 1
00208 
00209 /* Has the Linux splice() system call */
00210 /* #undef HAVE_FCNTL_SPLICE */
00211 
00212 /* Has the Linux tee() system call */
00213 /* #undef HAVE_FCNTL_TEE */
00214 
00215 /* Define if you have avcodec.h installed. */
00216 /* #undef HAVE_FFMPEG_AVCODEC_H */
00217 
00218 /* Define if avformat.h is found */
00219 /* #undef HAVE_FFMPEG_AVFORMAT_H */
00220 
00221 /* Define if swscale.h is found */
00222 /* #undef HAVE_FFMPEG_SWSCALE_H */
00223 
00224 /* Defined if ffmpeg/vaapi.h is found */
00225 /* #undef HAVE_FFMPEG_VAAPI_H */
00226 
00227 /* Has finite */
00228 #define HAVE_FINITE 1
00229 
00230 /* Define if you have the fltk/FL_API.h header */
00231 /* #undef HAVE_FLTK_FL_API_H */
00232 
00233 /* Define if you have the fontconfig/fontconfig.h header */
00234 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
00235 
00236 /* Define to 1 if you have the <freetype2/freetype/freetype.h> header file. */
00237 /* #undef HAVE_FREETYPE2_FREETYPE_FREETYPE_H */
00238 
00239 /* Define to 1 if you have the `ftime' function. */
00240 #define HAVE_FTIME 1
00241 
00242 /* __FUNCTION__ is defined */
00243 #define HAVE_FUNCTION 1
00244 
00245 /* Define to 1 if you have the `getopt' function. */
00246 #define HAVE_GETOPT 1
00247 
00248 /* Define to 1 if you have the <getopt.h> header file. */
00249 #define HAVE_GETOPT_H 1
00250 
00251 /* Has getpwnam */
00252 #define HAVE_GETPWNAM 1
00253 
00254 /* Define if the GNU gettext() function is already present or preinstalled. */
00255 #define HAVE_GETTEXT 1
00256 
00257 /* Define to 1 if you have the `gettimeofday' function. */
00258 #define HAVE_GETTIMEOFDAY 1
00259 
00260 /* Define if you have the gif_lib.h header */
00261 #define HAVE_GIF_LIB_H 1
00262 
00263 /* Define to 1 if you have the <GLES2/gl2.h> header file. */
00264 /* #undef HAVE_GLES2_GL2_H */
00265 
00266 /* Define to 1 if you have the <GLES/egl.h> header file. */
00267 /* #undef HAVE_GLES_EGL_H */
00268 
00269 /* Have OpenGL-ES GLES/glext.h */
00270 /* #undef HAVE_GLES_GLEXT_H */
00271 
00272 /* Have OpenGL-ES GLES/gl.h */
00273 /* #undef HAVE_GLES_GL_H */
00274 
00275 /* Has GLIB library installed */
00276 #define HAVE_GLIB 1
00277 
00278 /* Define to 1 if you have the <GL/gl.h> header file. */
00279 /* #undef HAVE_GL_GL_H */
00280 
00281 /* Define this for GCC-visibility. */
00282 /* #undef HAVE_GNUC_VISIBILITY */
00283 
00284 /* Define if you have the gst/app/gstappsink.h header */
00285 #define HAVE_GST_APP_GSTAPPSINK_H 1
00286 
00287 /* Define if you have the gst/gst.h header */
00288 #define HAVE_GST_GST_H 1
00289 
00290 /* Define if you have the gst/interfaces/probeprobe.h header */
00291 #define HAVE_GST_INTERFACES_PROBEPROBE_H 1
00292 
00293 /* Define if you have the gst/pbutils/install-plugins.h header */
00294 /* #undef HAVE_GST_PBUTILS_INSTALL_PLUGINS_H */
00295 
00296 /* Use GTK2 for windowing */
00297 #define HAVE_GTK2 1
00298 
00299 /* GTKGLExt header */
00300 #define HAVE_GTK_GTKGL_H 1
00301 
00302 /* Define to 1 if you have the <gtk/gtk.h> header file. */
00303 /* #undef HAVE_GTK_GTK_H */
00304 
00305 /* has the Hildon mobile framework */
00306 /* #undef HAVE_HILDON */
00307 
00308 /* Define if you have the iconv() function. */
00309 /* #undef HAVE_ICONV */
00310 
00311 /* Define to 1 if you have the <ieeefp.h> header file. */
00312 /* #undef HAVE_IEEEFP_H */
00313 
00314 /* Define to 1 if you have the <inttypes.h> header file. */
00315 #define HAVE_INTTYPES_H 1
00316 
00317 /* Use shm_info */
00318 /* #undef HAVE_IPC_INFO */
00319 
00320 /* Has isfinite */
00321 #define HAVE_ISFINITE 1
00322 
00323 /* Define if you have the jpeglib.h header */
00324 #define HAVE_JPEGLIB_H 1
00325 
00326 /* Have KDE 3.x installed */
00327 /* #undef HAVE_KDE3 */
00328 
00329 /* Have KDE 4.x installed */
00330 #define HAVE_KDE4 1
00331 
00332 /* Define to 1 if you have the <kde4/kapplication.h> header file. */
00333 /* #undef HAVE_KDE4_KAPPLICATION_H */
00334 
00335 /* Define to 1 if you have the <kde/kapplication.h> header file. */
00336 /* #undef HAVE_KDE_KAPPLICATION_H */
00337 
00338 /* Define if you have avcodec.h installed. */
00339 #define HAVE_LIBAVCODEC_AVCODEC_H 1
00340 
00341 /* Defined if libavcodec/vaapi.h is found */
00342 /* #undef HAVE_LIBAVCODEC_VAAPI_H */
00343 
00344 /* Define if avformat.h is found */
00345 #define HAVE_LIBAVFORMAT_AVFORMAT_H 1
00346 
00347 /* Define to 1 if you have the `bz2' library (-lbz2). */
00348 /* #undef HAVE_LIBBZ2 */
00349 
00350 /* Define to 1 if you have the `c' library (-lc). */
00351 #define HAVE_LIBC 1
00352 
00353 /* Define if you have the libdl library or equivalent. */
00354 #define HAVE_LIBDL 1
00355 
00356 /* Define if libdlloader will be built on this platform */
00357 #define HAVE_LIBDLLOADER 1
00358 
00359 /* Define to 1 if you have the <libgen.h> header file. */
00360 #define HAVE_LIBGEN_H 1
00361 
00362 /* Define to 1 if you have the `lber' library (-llber). */
00363 #define HAVE_LIBLBER 1
00364 
00365 /* Define to 1 if you have the `rt' library (-lrt). */
00366 #define HAVE_LIBRT 1
00367 
00368 /* Define if you have the libssh/libssh.h header */
00369 /* #undef HAVE_LIBSSH_LIBSSH_H */
00370 
00371 /* Define if swscale.h is found */
00372 #define HAVE_LIBSWSCALE_SWSCALE_H 1
00373 
00374 /* Define to 1 if you have the `X11' library (-lX11). */
00375 #define HAVE_LIBX11 1
00376 
00377 /* Define to 1 if you have the `Xi' library (-lXi). */
00378 /* #undef HAVE_LIBXI */
00379 
00380 /* Define to 1 if you have the `localtime_r' function. */
00381 #define HAVE_LOCALTIME_R 1
00382 
00383 /* Has __thread (local thread storage) support */
00384 #define HAVE_LOCAL_THREAD_STORAGE 1
00385 
00386 /* extern timezone is a long integer, not a function */
00387 #define HAVE_LONG_TIMEZONE 1
00388 
00389 /* Define this if a modern libltdl is already installed */
00390 #define HAVE_LTDL 1
00391 
00392 /* Define to 1 if you have the <machine/endian.h> header file. */
00393 /* #undef HAVE_MACHINE_ENDIAN_H */
00394 
00395 /* Define to 1 if you have the <mach-o/dyld.h> header file. */
00396 /* #undef HAVE_MACH_O_DYLD_H */
00397 
00398 /* Has mallinfo() */
00399 #define HAVE_MALLINFO 1
00400 
00401 /* Define to 1 if you have the <malloc.h> header file. */
00402 #define HAVE_MALLOC_H 1
00403 
00404 /* Define to 1 if you have the <malloc/malloc.h> header file. */
00405 /* #undef HAVE_MALLOC_MALLOC_H */
00406 
00407 /* Define to 1 if you have the `memmove' function. */
00408 #define HAVE_MEMMOVE 1
00409 
00410 /* Define to 1 if you have the <memory.h> header file. */
00411 #define HAVE_MEMORY_H 1
00412 
00413 /* Define to 1 if you have the <ming.h> header file. */
00414 /* #undef HAVE_MING_H */
00415 
00416 /* Define to 1 if you have the `mmap' function. */
00417 #define HAVE_MMAP 1
00418 
00419 /* Defined if you have MySQL installed */
00420 /* #undef HAVE_MYSQL */
00421 
00422 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
00423 /* #undef HAVE_NDIR_H */
00424 
00425 /* Define if you have the nspr.h header */
00426 /* #undef HAVE_NSPR_H */
00427 
00428 /* Define to 1 if you have the `opendir' function. */
00429 #define HAVE_OPENDIR 1
00430 
00431 /* Define if you have the openssl/ssl.h header */
00432 /* #undef HAVE_OPENSSL_SSL_H */
00433 
00434 /* Define if you have the png.h header */
00435 #define HAVE_PNG_H 1
00436 
00437 /* Define to 1 if you have the <poll.h> header file. */
00438 #define HAVE_POLL_H 1
00439 
00440 /* Define to 1 if you have the `ppoll' function. */
00441 #define HAVE_PPOLL 1
00442 
00443 /* Define if libtool can extract symbol lists from object files. */
00444 #define HAVE_PRELOADED_SYMBOLS 1
00445 
00446 /* __PRETTY_FUNCTION__ is defined */
00447 #define HAVE_PRETTY_FUNCTION 1
00448 
00449 /* Define to 1 if you have the `pselect' function. */
00450 #define HAVE_PSELECT 1
00451 
00452 /* Define if you have POSIX threads libraries and header files. */
00453 #define HAVE_PTHREADS 1
00454 
00455 /* Define to 1 if you have the <pwd.h> header file. */
00456 #define HAVE_PWD_H 1
00457 
00458 /* Define to 1 if you have the <pythonrun.h> header file. */
00459 /* #undef HAVE_PYTHONRUN_H */
00460 
00461 /* Have QT 3.x installed */
00462 /* #undef HAVE_QT3 */
00463 
00464 /* Have QT 4.x installed */
00465 #define HAVE_QT4 1
00466 
00467 /* Define to 1 if you have the `readdir' function. */
00468 #define HAVE_READDIR 1
00469 
00470 /* Define to 1 if you have the `scandir' function. */
00471 #define HAVE_SCANDIR 1
00472 
00473 /* We have SDL support */
00474 #define HAVE_SDL_H 1
00475 
00476 /* Has the Linux sendfile() system call */
00477 #define HAVE_SENDFILE 1
00478 
00479 /* Define if you have the shl_load function. */
00480 /* #undef HAVE_SHL_LOAD */
00481 
00482 /* Define to 1 if you have the `shmat' function. */
00483 #define HAVE_SHMAT 1
00484 
00485 /* Define to 1 if you have the `shmdt' function. */
00486 #define HAVE_SHMDT 1
00487 
00488 /* Define to 1 if you have the `shmget' function. */
00489 #define HAVE_SHMGET 1
00490 
00491 /* Define to 1 if you have the `shm_open' function. */
00492 #define HAVE_SHM_OPEN 1
00493 
00494 /* Define to 1 if you have the `shm_unlink' function. */
00495 #define HAVE_SHM_UNLINK 1
00496 
00497 /* Define to 1 if you have the <signal.h> header file. */
00498 #define HAVE_SIGNAL_H 1
00499 
00500 /* Define to 1 if you have the `socket' function. */
00501 #define HAVE_SOCKET 1
00502 
00503 /* Define if you have the speex.h header */
00504 #define HAVE_SPEEX_H 1
00505 
00506 /* Define if you have the speex_resampler.h header */
00507 /* #undef HAVE_SPEEX_RESAMPLER_H */
00508 
00509 /* Define to 1 if you have the <stdint.h> header file. */
00510 #define HAVE_STDINT_H 1
00511 
00512 /* Define to 1 if you have the <stdlib.h> header file. */
00513 #define HAVE_STDLIB_H 1
00514 
00515 /* Has strcasecmp */
00516 #define HAVE_STRINGCASECMP 1
00517 
00518 /* Define to 1 if you have the <strings.h> header file. */
00519 #define HAVE_STRINGS_H 1
00520 
00521 /* Define to 1 if you have the <string.h> header file. */
00522 #define HAVE_STRING_H 1
00523 
00524 /* Define to 1 if you have the `strlcat' function. */
00525 /* #undef HAVE_STRLCAT */
00526 
00527 /* Define to 1 if you have the `strlcpy' function. */
00528 /* #undef HAVE_STRLCPY */
00529 
00530 /* Define if swscale.h is found */
00531 /* #undef HAVE_SWSCALE_H */
00532 
00533 /* Define to 1 if you have the `sysconf' function. */
00534 #define HAVE_SYSCONF 1
00535 
00536 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
00537    */
00538 /* #undef HAVE_SYS_DIR_H */
00539 
00540 /* Define to 1 if you have the <sys/dl.h> header file. */
00541 /* #undef HAVE_SYS_DL_H */
00542 
00543 /* Define to 1 if you have the <sys/epoll.h> header file. */
00544 #define HAVE_SYS_EPOLL_H 1
00545 
00546 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
00547    */
00548 /* #undef HAVE_SYS_NDIR_H */
00549 
00550 /* Define to 1 if you have the <sys/stat.h> header file. */
00551 #define HAVE_SYS_STAT_H 1
00552 
00553 /* Define to 1 if you have the <sys/time.h> header file. */
00554 #define HAVE_SYS_TIME_H 1
00555 
00556 /* Define to 1 if you have the <sys/types.h> header file. */
00557 #define HAVE_SYS_TYPES_H 1
00558 
00559 /* Define to 1 if you have the <sys/utsname.h> header file. */
00560 #define HAVE_SYS_UTSNAME_H 1
00561 
00562 /* struct tm has member tm_gmtoff */
00563 #define HAVE_TM_GMTOFF 1
00564 
00565 /* Define if you have the tslib.h header */
00566 /* #undef HAVE_TSLIB_H */
00567 
00568 /* Define to 1 if you have the `tzset' function. */
00569 #define HAVE_TZSET 1
00570 
00571 /* Define to 1 if you have the <unistd.h> header file. */
00572 #define HAVE_UNISTD_H 1
00573 
00574 /* Define if you have the va/va_glx.h header */
00575 /* #undef HAVE_VA_VA_GLX_H */
00576 
00577 /* Define if you have the va/va.h header */
00578 /* #undef HAVE_VA_VA_H */
00579 
00580 /* Define if you have the va/va_x11.h header */
00581 /* #undef HAVE_VA_VA_X11_H */
00582 
00583 /* Define if you have the vg/openvg.h header */
00584 /* #undef HAVE_VG_OPENVG_H */
00585 
00586 /* This is defined is we are on Win32 */
00587 /* #undef HAVE_WINSOCK */
00588 
00589 /* Define to 1 if you have the <winsock2.h> header file. */
00590 /* #undef HAVE_WINSOCK2_H */
00591 
00592 /* Define to 1 if you have the <winsock.h> header file. */
00593 /* #undef HAVE_WINSOCK_H */
00594 
00595 /* This value is set to 1 to indicate that the system argz facility works */
00596 #define HAVE_WORKING_ARGZ 1
00597 
00598 /* X11 headers and libraries */
00599 /* #undef HAVE_X11 */
00600 
00601 /* Define to 1 if you have the <X11/X.h> header file. */
00602 /* #undef HAVE_X11_X_H */
00603 
00604 /* Define if you have the Xft.h header */
00605 /* #undef HAVE_XFT_H */
00606 
00607 /* X Video extension header and library */
00608 /* #undef HAVE_XV */
00609 
00610 /* Define if you have the zlib.h header */
00611 #define HAVE_ZLIB_H 1
00612 
00613 /* __func__ is defined */
00614 #define HAVE_func 1
00615 
00616 /* Has the key field in ipc_perm */
00617 #define IPC_PERM_KEY __key
00618 
00619 /* this is a Linux platform */
00620 #define LINUX_HOST 1
00621 
00622 /* Define if the OS needs help to load dependent libraries for dlopen(). */
00623 /* #undef LTDL_DLOPEN_DEPLIBS */
00624 
00625 /* Define to the system default library search path. */
00626 #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/local/lib:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu"
00627 
00628 /* The archive extension */
00629 #define LT_LIBEXT "a"
00630 
00631 /* Define to the extension used for runtime loadable modules, say, ".so". */
00632 #define LT_MODULE_EXT ".so"
00633 
00634 /* Define to the name of the environment variable that determines the run-time
00635    module search path. */
00636 #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
00637 
00638 /* Define to the sub-directory in which libtool stores uninstalled libraries.
00639    */
00640 #define LT_OBJDIR ".libs/"
00641 
00642 /* Define if dlsym() requires a leading underscore in symbol names. */
00643 /* #undef NEED_USCORE */
00644 
00645 /* this is a NetBSD platform */
00646 /* #undef NETBSD_HOST */
00647 
00648 /* Is not based on the SGI GL */
00649 /* #undef NOT_SGI_GL */
00650 
00651 /* this is an OpenBSD platform */
00652 /* #undef OPENBSD_HOST */
00653 
00654 /* Name of package */
00655 #define PACKAGE "gnash"
00656 
00657 /* Define to the address where bug reports for this package should be sent. */
00658 #define PACKAGE_BUGREPORT ""
00659 
00660 /* Define to the full name of this package. */
00661 #define PACKAGE_NAME "gnash"
00662 
00663 /* Define to the full name and version of this package. */
00664 #define PACKAGE_STRING "gnash 0.8.8"
00665 
00666 /* Define to the one symbol short name of this package. */
00667 #define PACKAGE_TARNAME "gnash"
00668 
00669 /* Define to the home page for this package. */
00670 #define PACKAGE_URL ""
00671 
00672 /* Define to the version of this package. */
00673 #define PACKAGE_VERSION "0.8.8"
00674 
00675 /* ABGR32 pixel format */
00676 #define PIXELFORMAT_ABGR32 1
00677 
00678 /* ARGB32 pixel format */
00679 #define PIXELFORMAT_ARGB32 1
00680 
00681 /* BGR24 pixel format */
00682 #define PIXELFORMAT_BGR24 1
00683 
00684 /* BGRA32 pixel format */
00685 #define PIXELFORMAT_BGRA32 1
00686 
00687 /* RGB24 pixel format */
00688 #define PIXELFORMAT_RGB24 1
00689 
00690 /* RGB555 pixel format */
00691 #define PIXELFORMAT_RGB555 1
00692 
00693 /* RGB565 pixel format */
00694 #define PIXELFORMAT_RGB565 1
00695 
00696 /* RGBA32 pixel format */
00697 #define PIXELFORMAT_RGBA32 1
00698 
00699 /* Define to necessary symbol if this constant uses a non-standard name on
00700    your system. */
00701 /* #undef PTHREAD_CREATE_JOINABLE */
00702 
00703 /* Use AntiGrain renderer */
00704 #define RENDERER_AGG 
00705 
00706 /* Use cairo renderer */
00707 #define RENDERER_CAIRO 
00708 
00709 /* Use OpenGL-ES version 1.3 */
00710 /* #undef RENDERER_EGL */
00711 
00712 /* Use OpenGL-ES version 1.x */
00713 /* #undef RENDERER_GLES */
00714 
00715 /* Use OpenGL-ES v2 version 2 */
00716 /* #undef RENDERER_GLES2 */
00717 
00718 /* Use OpenGL renderer */
00719 #define RENDERER_OPENGL 
00720 
00721 /* Speex resampler available */
00722 /* #undef RESAMPLING_SPEEX */
00723 
00724 /* this is a Solaris platform */
00725 /* #undef SOLARIS_HOST */
00726 
00727 /* Use AmigaOS AHI for sound handling */
00728 /* #undef SOUND_AHI */
00729 
00730 /* Use Haiku's Media Kit for sound handling */
00731 /* #undef SOUND_MKIT */
00732 
00733 /* Use SDL for sound handling */
00734 #define SOUND_SDL 1
00735 
00736 /* Define to 1 if you have the ANSI C header files. */
00737 #define STDC_HEADERS 1
00738 
00739 /* Enable cgi-bin processes for Cygnal */
00740 #define USE_CGIBIN 1
00741 
00742 /* Define this if you want to enable curl usage */
00743 #define USE_CURL 1
00744 
00745 /* Build the DBUS extension */
00746 /* #undef USE_DBUS_EXT */
00747 
00748 /* Flash Debugger support */
00749 /* #undef USE_DEBUGGER */
00750 
00751 /* Build the DejaGnu extension */
00752 /* #undef USE_DEJAGNU_EXT */
00753 
00754 /* Build the FileIO extension */
00755 /* #undef USE_FILEIO_EXT */
00756 
00757 /* Define this if you want to enable freetype usage */
00758 #define USE_FREETYPE 1
00759 
00760 /* Use the GIF library */
00761 #define USE_GIF 1
00762 
00763 /* Use GtkGLExt extension */
00764 #define USE_GTKGLEXT 1
00765 
00766 /* Build all the extensions */
00767 /* #undef USE_GTK_EXT */
00768 
00769 /* Use the Hildon mobile framework */
00770 /* #undef USE_HILDON */
00771 
00772 /* Add support for a directly using Linux Input Event Devices */
00773 /* #undef USE_INPUT_EVENTS */
00774 
00775 /* Use jemalloc instead of system malloc */
00776 #define USE_JEMALLOC 
00777 
00778 /* Add support for directly using a PS/2 Keyboard */
00779 /* #undef USE_KEYBOARD_PS2 */
00780 
00781 /* Build the Launcher extension */
00782 /* #undef USE_LAUNCHER_EXT */
00783 
00784 /* Support LocalConnection */
00785 #define USE_LC 1
00786 
00787 /* Support LocalConnection */
00788 /* #undef USE_LC_TRACE */
00789 
00790 /* LIRC daemon support */
00791 /* #undef USE_LIRC */
00792 
00793 /* Build the LIRC extension */
00794 /* #undef USE_LIRC_EXT */
00795 
00796 /* GUI Menu support */
00797 #define USE_MENUS 
00798 
00799 /* Add support for a directly using a PS/2 Mouse */
00800 /* #undef USE_MOUSE_PS2 */
00801 
00802 /* Build the MySQL extension */
00803 /* #undef USE_MYSQL_EXT */
00804 
00805 /* Use the PNG library */
00806 #define USE_PNG 1
00807 
00808 /* Use POSIX shared memory */
00809 /* #undef USE_POSIX_SHM */
00810 
00811 /* Shared Objects are read-only */
00812 /* #undef USE_SOL_READONLY */
00813 
00814 /* Use SSH for authentication */
00815 /* #undef USE_SSH */
00816 
00817 /* Use SSL for authentication */
00818 /* #undef USE_SSL */
00819 
00820 /* Support statistics collecting for the queue buffers */
00821 /* #undef USE_STATS_BUFFERS */
00822 
00823 /* Support statistics collecting for the cache */
00824 #define USE_STATS_CACHE 1
00825 
00826 /* Support statistics collecting for all memory profiling */
00827 /* #undef USE_STATS_MEMORY */
00828 
00829 /* Support statistics collecting for the queues */
00830 /* #undef USE_STATS_QUEUE */
00831 
00832 /* View SWF information */
00833 #define USE_SWFTREE 
00834 
00835 /* Use SYSV shared memory for compatability */
00836 #define USE_SYSV_SHM 1
00837 
00838 /* Testsuite support, maintainers option only */
00839 /* #undef USE_TESTSUITE */
00840 
00841 /* Use a tslib supported touchscreen */
00842 /* #undef USE_TSLIB */
00843 
00844 /* Version number of package */
00845 #define VERSION "0.8.8"
00846 
00847 /* this is a Win32 platform */
00848 /* #undef WIN32_HOST */
00849 
00850 /* this is a 64 platform */
00851 /* #undef WORDSIZE */
00852 
00853 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
00854    significant byte first (like Motorola and SPARC, unlike Intel). */
00855 #if defined AC_APPLE_UNIVERSAL_BUILD
00856 # if defined __BIG_ENDIAN__
00857 #  define WORDS_BIGENDIAN 1
00858 # endif
00859 #else
00860 # ifndef WORDS_BIGENDIAN
00861 /* #  undef WORDS_BIGENDIAN */
00862 # endif
00863 #endif
00864 
00865 /* Write files while streaming */
00866 /* #undef WRITE_FILE */
00867 
00868 /* Define so that glibc/gnulib argp.h does not typedef error_t. */
00869 /* #undef __error_t_defined */
00870 
00871 /* this is a 64 bit powerpc */
00872 /* #undef __powerpc64__ */
00873 
00874 /* Define to empty if `const' does not conform to ANSI C. */
00875 /* #undef const */
00876 
00877 /* Define to a type to use for `error_t' if it is not otherwise available. */
00878 /* #undef error_t */
00879 
00880 /* Define to `__inline__' or `__inline' if that's what the C compiler
00881    calls it, or to nothing if 'inline' is not supported under any name.  */
00882 #ifndef __cplusplus
00883 /* #undef inline */
00884 #endif

Generated on Fri Mar 16 2012 15:46:10 for Gnash by  doxygen 1.7.1