Search
lxdream.org :: lxdream/config.h.in
lxdream 0.9.1
released Jun 29
Download Now
filename config.h.in
changeset 1147:e04e4af64626
prev1097:d4807997e450
next1210:79bbd30363f4
author nkeynes
date Mon Jan 30 17:47:29 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Add include sys/socket.h to provide type definitions (needed on some
platforms)
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 shared-library plugins */
    20 #undef ENABLE_SHARED
    22 /* Enable IO tracing */
    23 #undef ENABLE_TRACE_IO
    25 /* Enable watchpoints */
    26 #undef ENABLE_WATCH
    28 /* Forcibly inline code */
    29 #undef FORCEINLINE
    31 /* translation domain */
    32 #undef GETTEXT_PACKAGE
    34 /* Have alsa support */
    35 #undef HAVE_ALSA
    37 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
    38 #undef HAVE_BIND_TEXTDOMAIN_CODESET
    40 /* Have Cocoa framework */
    41 #undef HAVE_COCOA
    43 /* Have Apple CoreAudio support */
    44 #undef HAVE_CORE_AUDIO
    46 /* Define to 1 if you have the `dcgettext' function. */
    47 #undef HAVE_DCGETTEXT
    49 /* Have esound support */
    50 #undef HAVE_ESOUND
    52 /* Have exception stack-frame information */
    53 #undef HAVE_EXCEPTIONS
    55 /* Use fast register-passing calling conventions */
    56 #undef HAVE_FASTCALL
    58 /* Define if we have a working builtin frame_address */
    59 #undef HAVE_FRAME_ADDRESS
    61 /* Define if the GNU gettext() function is already present or preinstalled. */
    62 #undef HAVE_GETTEXT
    64 /* Have GLX support */
    65 #undef HAVE_GLX
    67 /* Have GTK libraries */
    68 #undef HAVE_GTK
    70 /* Building with GTK+Cocoa */
    71 #undef HAVE_GTK_OSX
    73 /* Building with GTK+X11 */
    74 #undef HAVE_GTK_X11
    76 /* Define to 1 if you have the <inttypes.h> header file. */
    77 #undef HAVE_INTTYPES_H
    79 /* Define if your <locale.h> file defines LC_MESSAGES. */
    80 #undef HAVE_LC_MESSAGES
    82 /* Define to 1 if you have the `OSMesa' library (-lOSMesa). */
    83 #undef HAVE_LIBOSMESA
    85 /* Define to 1 if you have the `z' library (-lz). */
    86 #undef HAVE_LIBZ
    88 /* Using the linux native CDROM driver */
    89 #undef HAVE_LINUX_CDROM
    91 /* Have linux joystick support */
    92 #undef HAVE_LINUX_JOYSTICK
    94 /* Have LIRC support */
    95 #undef HAVE_LIRC
    97 /* Define to 1 if you have the <locale.h> header file. */
    98 #undef HAVE_LOCALE_H
   100 /* Define to 1 if you have the <memory.h> header file. */
   101 #undef HAVE_MEMORY_H
   103 /* Have NSOpenGL support */
   104 #undef HAVE_NSGL
   106 /* Have Color Clamp */
   107 #undef HAVE_OPENGL_CLAMP_COLOR
   109 /* Have EXT_framebuffer_object support */
   110 #undef HAVE_OPENGL_FBO
   112 /* Have 2.0 shader support */
   113 #undef HAVE_OPENGL_SHADER
   115 /* Have ARB shader support */
   116 #undef HAVE_OPENGL_SHADER_ARB
   118 /* Building with the OSMesa video driver */
   119 #undef HAVE_OSMESA
   121 /* Have pulseaudio support */
   122 #undef HAVE_PULSE
   124 /* Have SDL support */
   125 #undef HAVE_SDL
   127 /* Define to 1 if you have the <stdint.h> header file. */
   128 #undef HAVE_STDINT_H
   130 /* Define to 1 if you have the <stdlib.h> header file. */
   131 #undef HAVE_STDLIB_H
   133 /* Define to 1 if you have the <strings.h> header file. */
   134 #undef HAVE_STRINGS_H
   136 /* Define to 1 if you have the <string.h> header file. */
   137 #undef HAVE_STRING_H
   139 /* Define to 1 if you have the <sys/stat.h> header file. */
   140 #undef HAVE_SYS_STAT_H
   142 /* Define to 1 if you have the <sys/types.h> header file. */
   143 #undef HAVE_SYS_TYPES_H
   145 /* Define to 1 if you have the <unistd.h> header file. */
   146 #undef HAVE_UNISTD_H
   148 /* Generating a bundled application */
   149 #undef OSX_BUNDLE
   151 /* Name of package */
   152 #undef PACKAGE
   154 /* Define to the address where bug reports for this package should be sent. */
   155 #undef PACKAGE_BUGREPORT
   157 /* Define to the full name of this package. */
   158 #undef PACKAGE_NAME
   160 /* Define to the full name and version of this package. */
   161 #undef PACKAGE_STRING
   163 /* Define to the one symbol short name of this package. */
   164 #undef PACKAGE_TARNAME
   166 /* Define to the version of this package. */
   167 #undef PACKAGE_VERSION
   169 /* SH4 Translator to use (if any) */
   170 #undef SH4_TRANSLATOR
   172 /* The size of `void *', as computed by sizeof. */
   173 #undef SIZEOF_VOID_P
   175 /* Define to 1 if you have the ANSI C header files. */
   176 #undef STDC_HEADERS
   178 /* Version number of package */
   179 #undef VERSION
.