Search
lxdream.org :: lxdream/config.h.in
lxdream 0.9.1
released Jun 29
Download Now
filename config.h.in
changeset 1239:be3121267597
prev1235:8da2f3dad9c0
author nkeynes
date Tue Mar 27 17:39:05 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Treat quotes as entering a double-quoted string (mostly redundant, but we
generate them in the path escaping for some reason)
view annotate diff log raw
     1 /* config.h.in.  Generated from configure.in by autoheader.  */
     2 #undef ENABLE_NLS
     3 #undef HAVE_CATGETS
     4 #undef HAVE_GETTEXT
     5 #undef GETTEXT_PACKAGE
     6 #undef HAVE_LC_MESSAGES
     7 #undef HAVE_STPCPY
     8 #undef HAVE_LIBSM
    10 /* Building on an apple platform. Things are different... */
    11 #undef APPLE_BUILD
    13 /* CPP to use for build tools */
    14 #undef BUILD_CPP_PROG
    16 /* Enable dynamic plugin support */
    17 #undef BUILD_PLUGINS
    19 /* Sed to use for build tools */
    20 #undef BUILD_SED_PROG
    22 /* always defined to indicate that i18n is enabled */
    23 #undef ENABLE_NLS
    25 /* Enable SH4 statistics */
    26 #undef ENABLE_SH4STATS
    28 /* Enable IO tracing */
    29 #undef ENABLE_TRACE_IO
    31 /* Enable watchpoints */
    32 #undef ENABLE_WATCH
    34 /* Forcibly inline code */
    35 #undef FORCEINLINE
    37 /* translation domain */
    38 #undef GETTEXT_PACKAGE
    40 /* Have alsa support */
    41 #undef HAVE_ALSA
    43 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
    44 #undef HAVE_BIND_TEXTDOMAIN_CODESET
    46 /* Have Cocoa framework */
    47 #undef HAVE_COCOA
    49 /* Have Apple CoreAudio support */
    50 #undef HAVE_CORE_AUDIO
    52 /* Define to 1 if you have the `dcgettext' function. */
    53 #undef HAVE_DCGETTEXT
    55 /* Have esound support */
    56 #undef HAVE_ESOUND
    58 /* Have exception stack-frame information */
    59 #undef HAVE_EXCEPTIONS
    61 /* Use fast register-passing calling conventions */
    62 #undef HAVE_FASTCALL
    64 /* Define if we have a working builtin frame_address */
    65 #undef HAVE_FRAME_ADDRESS
    67 /* Define if the GNU gettext() function is already present or preinstalled. */
    68 #undef HAVE_GETTEXT
    70 /* Using GLESv2 */
    71 #undef HAVE_GLES2
    73 /* Have GLX support */
    74 #undef HAVE_GLX
    76 /* Have GTK libraries */
    77 #undef HAVE_GTK
    79 /* Building with GTK+Cocoa */
    80 #undef HAVE_GTK_OSX
    82 /* Building with GTK+X11 */
    83 #undef HAVE_GTK_X11
    85 /* Define to 1 if you have the <inttypes.h> header file. */
    86 #undef HAVE_INTTYPES_H
    88 /* Define if your <locale.h> file defines LC_MESSAGES. */
    89 #undef HAVE_LC_MESSAGES
    91 /* Define to 1 if you have the `OSMesa' library (-lOSMesa). */
    92 #undef HAVE_LIBOSMESA
    94 /* Define to 1 if you have the `z' library (-lz). */
    95 #undef HAVE_LIBZ
    97 /* Using the linux native CDROM driver */
    98 #undef HAVE_LINUX_CDROM
   100 /* Have linux joystick support */
   101 #undef HAVE_LINUX_JOYSTICK
   103 /* Have LIRC support */
   104 #undef HAVE_LIRC
   106 /* Define to 1 if you have the <locale.h> header file. */
   107 #undef HAVE_LOCALE_H
   109 /* Define to 1 if you have the <memory.h> header file. */
   110 #undef HAVE_MEMORY_H
   112 /* Have NSOpenGL support */
   113 #undef HAVE_NSGL
   115 /* Have Color Clamp */
   116 #undef HAVE_OPENGL_CLAMP_COLOR
   118 /* Have glClearDepthf function */
   119 #undef HAVE_OPENGL_CLEAR_DEPTHF
   121 /* Have glDrawBuffer function */
   122 #undef HAVE_OPENGL_DRAW_BUFFER
   124 /* Have 2.0 framebuffer_object support */
   125 #undef HAVE_OPENGL_FBO
   127 /* Have EXT_framebuffer_object support */
   128 #undef HAVE_OPENGL_FBO_EXT
   130 /* Have OpenGL fixed-functionality */
   131 #undef HAVE_OPENGL_FIXEDFUNC
   133 /* Have 2.0 shader support */
   134 #undef HAVE_OPENGL_SHADER
   136 /* Have ARB shader support */
   137 #undef HAVE_OPENGL_SHADER_ARB
   139 /* Have glAreTexturesResident function */
   140 #undef HAVE_OPENGL_TEX_RESIDENT
   142 /* Building with the OSMesa video driver */
   143 #undef HAVE_OSMESA
   145 /* Have pulseaudio support */
   146 #undef HAVE_PULSE
   148 /* Have SDL support */
   149 #undef HAVE_SDL
   151 /* Define to 1 if you have the <stdint.h> header file. */
   152 #undef HAVE_STDINT_H
   154 /* Define to 1 if you have the <stdlib.h> header file. */
   155 #undef HAVE_STDLIB_H
   157 /* Define to 1 if you have the <strings.h> header file. */
   158 #undef HAVE_STRINGS_H
   160 /* Define to 1 if you have the <string.h> header file. */
   161 #undef HAVE_STRING_H
   163 /* Define to 1 if you have the <sys/stat.h> header file. */
   164 #undef HAVE_SYS_STAT_H
   166 /* Define to 1 if you have the <sys/types.h> header file. */
   167 #undef HAVE_SYS_TYPES_H
   169 /* Define to 1 if you have the <unistd.h> header file. */
   170 #undef HAVE_UNISTD_H
   172 /* Generating a bundled application */
   173 #undef OSX_BUNDLE
   175 /* Name of package */
   176 #undef PACKAGE
   178 /* Define to the address where bug reports for this package should be sent. */
   179 #undef PACKAGE_BUGREPORT
   181 /* Define to the full name of this package. */
   182 #undef PACKAGE_NAME
   184 /* Define to the full name and version of this package. */
   185 #undef PACKAGE_STRING
   187 /* Define to the one symbol short name of this package. */
   188 #undef PACKAGE_TARNAME
   190 /* Define to the version of this package. */
   191 #undef PACKAGE_VERSION
   193 /* SH4 Translator to use (if any) */
   194 #undef SH4_TRANSLATOR
   196 /* The size of `void *', as computed by sizeof. */
   197 #undef SIZEOF_VOID_P
   199 /* Define to 1 if you have the ANSI C header files. */
   200 #undef STDC_HEADERS
   202 /* Version number of package */
   203 #undef VERSION
.