Search
lxdream.org :: lxdream/config.h.in
lxdream 0.9.1
released Jun 29
Download Now
filename config.h.in
changeset 866:86cd01c2b2d3
prev697:479b8c213f61
next899:18e0cdea76aa
author nkeynes
date Mon Oct 06 01:05:12 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Move bundle/system paths into paths.c, install lxdreamrc into the bundle
(Fix OSX bundle missing default configuration)
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 /* always defined to indicate that i18n is enabled */
    14 #undef ENABLE_NLS
    16 /* Enable SH4 statistics */
    17 #undef ENABLE_SH4STATS
    19 /* Enable IO tracing */
    20 #undef ENABLE_TRACE_IO
    22 /* Enable watchpoints */
    23 #undef ENABLE_WATCH
    25 /* translation domain */
    26 #undef GETTEXT_PACKAGE
    28 /* Have alsa support */
    29 #undef HAVE_ALSA
    31 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
    32 #undef HAVE_BIND_TEXTDOMAIN_CODESET
    34 /* Have Cocoa framework */
    35 #undef HAVE_COCOA
    37 /* Have Apple CoreAudio support */
    38 #undef HAVE_CORE_AUDIO
    40 /* Define to 1 if you have the `dcgettext' function. */
    41 #undef HAVE_DCGETTEXT
    43 /* Have esound support */
    44 #undef HAVE_ESOUND
    46 /* Define if the GNU gettext() function is already present or preinstalled. */
    47 #undef HAVE_GETTEXT
    49 /* Have GLX support */
    50 #undef HAVE_GLX
    52 /* Have GTK libraries */
    53 #undef HAVE_GTK
    55 /* Building with GTK+Cocoa */
    56 #undef HAVE_GTK_OSX
    58 /* Building with GTK+X11 */
    59 #undef HAVE_GTK_X11
    61 /* Define to 1 if you have the <inttypes.h> header file. */
    62 #undef HAVE_INTTYPES_H
    64 /* Define if your <locale.h> file defines LC_MESSAGES. */
    65 #undef HAVE_LC_MESSAGES
    67 /* Define to 1 if you have the `GL' library (-lGL). */
    68 #undef HAVE_LIBGL
    70 /* Define to 1 if you have the `OSMesa' library (-lOSMesa). */
    71 #undef HAVE_LIBOSMESA
    73 /* Define to 1 if you have the `z' library (-lz). */
    74 #undef HAVE_LIBZ
    76 /* Have linux joystick support */
    77 #undef HAVE_LINUX_JOYSTICK
    79 /* Define to 1 if you have the <locale.h> header file. */
    80 #undef HAVE_LOCALE_H
    82 /* Define to 1 if you have the <memory.h> header file. */
    83 #undef HAVE_MEMORY_H
    85 /* Have NSOpenGL support */
    86 #undef HAVE_NSGL
    88 /* Have Color Clamp */
    89 #undef HAVE_OPENGL_CLAMP_COLOR
    91 /* Have EXT_framebuffer_object support */
    92 #undef HAVE_OPENGL_FBO
    94 /* Have 2.0 shader support */
    95 #undef HAVE_OPENGL_SHADER
    97 /* Have ARB shader support */
    98 #undef HAVE_OPENGL_SHADER_ARB
   100 /* Building with the OSMesa video driver */
   101 #undef HAVE_OSMESA
   103 /* Have pulseaudio support */
   104 #undef HAVE_PULSE
   106 /* Define to 1 if you have the <stdint.h> header file. */
   107 #undef HAVE_STDINT_H
   109 /* Define to 1 if you have the <stdlib.h> header file. */
   110 #undef HAVE_STDLIB_H
   112 /* Define to 1 if you have the <strings.h> header file. */
   113 #undef HAVE_STRINGS_H
   115 /* Define to 1 if you have the <string.h> header file. */
   116 #undef HAVE_STRING_H
   118 /* Define to 1 if you have the <sys/stat.h> header file. */
   119 #undef HAVE_SYS_STAT_H
   121 /* Define to 1 if you have the <sys/types.h> header file. */
   122 #undef HAVE_SYS_TYPES_H
   124 /* Define to 1 if you have the <unistd.h> header file. */
   125 #undef HAVE_UNISTD_H
   127 /* Generating a bundled application */
   128 #undef OSX_BUNDLE
   130 /* Name of package */
   131 #undef PACKAGE
   133 /* Define to the address where bug reports for this package should be sent. */
   134 #undef PACKAGE_BUGREPORT
   136 /* Define to the full name of this package. */
   137 #undef PACKAGE_NAME
   139 /* Define to the full name and version of this package. */
   140 #undef PACKAGE_STRING
   142 /* Define to the one symbol short name of this package. */
   143 #undef PACKAGE_TARNAME
   145 /* Define to the version of this package. */
   146 #undef PACKAGE_VERSION
   148 /* SH4 Translator to use (if any) */
   149 #undef SH4_TRANSLATOR
   151 /* The size of `void *', as computed by sizeof. */
   152 #undef SIZEOF_VOID_P
   154 /* Define to 1 if you have the ANSI C header files. */
   155 #undef STDC_HEADERS
   157 /* Version number of package */
   158 #undef VERSION
.