Search
lxdream.org :: lxdream/config.h.in
lxdream 0.9.1
released Jun 29
Download Now
filename config.h.in
changeset 989:7baf5ecd8e98
prev927:17b6b9e245d8
next1024:c67f2d61ab97
author nkeynes
date Tue Mar 24 11:15:57 2009 +0000 (15 years ago)
permissions -rw-r--r--
last change Add preliminary implementation of the GDB remote debugging server - attaches to
either or both the SH4 and ARM
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 /* Have exception stack-frame information */
    47 #undef HAVE_EXCEPTIONS
    49 /* Use fast register-passing calling conventions */
    50 #undef HAVE_FASTCALL
    52 /* Define if we have a working builtin frame_address */
    53 #undef HAVE_FRAME_ADDRESS
    55 /* Define if the GNU gettext() function is already present or preinstalled. */
    56 #undef HAVE_GETTEXT
    58 /* Have GLX support */
    59 #undef HAVE_GLX
    61 /* Have GTK libraries */
    62 #undef HAVE_GTK
    64 /* Building with GTK+Cocoa */
    65 #undef HAVE_GTK_OSX
    67 /* Building with GTK+X11 */
    68 #undef HAVE_GTK_X11
    70 /* Define to 1 if you have the <inttypes.h> header file. */
    71 #undef HAVE_INTTYPES_H
    73 /* Define if your <locale.h> file defines LC_MESSAGES. */
    74 #undef HAVE_LC_MESSAGES
    76 /* Define to 1 if you have the `GL' library (-lGL). */
    77 #undef HAVE_LIBGL
    79 /* Define to 1 if you have the `OSMesa' library (-lOSMesa). */
    80 #undef HAVE_LIBOSMESA
    82 /* Define to 1 if you have the `z' library (-lz). */
    83 #undef HAVE_LIBZ
    85 /* Have linux joystick support */
    86 #undef HAVE_LINUX_JOYSTICK
    88 /* Define to 1 if you have the <locale.h> header file. */
    89 #undef HAVE_LOCALE_H
    91 /* Define to 1 if you have the <memory.h> header file. */
    92 #undef HAVE_MEMORY_H
    94 /* Have NSOpenGL support */
    95 #undef HAVE_NSGL
    97 /* Have Color Clamp */
    98 #undef HAVE_OPENGL_CLAMP_COLOR
   100 /* Have EXT_framebuffer_object support */
   101 #undef HAVE_OPENGL_FBO
   103 /* Have 2.0 shader support */
   104 #undef HAVE_OPENGL_SHADER
   106 /* Have ARB shader support */
   107 #undef HAVE_OPENGL_SHADER_ARB
   109 /* Building with the OSMesa video driver */
   110 #undef HAVE_OSMESA
   112 /* Have pulseaudio support */
   113 #undef HAVE_PULSE
   115 /* Have SDL support */
   116 #undef HAVE_SDL
   118 /* Define to 1 if you have the <stdint.h> header file. */
   119 #undef HAVE_STDINT_H
   121 /* Define to 1 if you have the <stdlib.h> header file. */
   122 #undef HAVE_STDLIB_H
   124 /* Define to 1 if you have the <strings.h> header file. */
   125 #undef HAVE_STRINGS_H
   127 /* Define to 1 if you have the <string.h> header file. */
   128 #undef HAVE_STRING_H
   130 /* Define to 1 if you have the <sys/stat.h> header file. */
   131 #undef HAVE_SYS_STAT_H
   133 /* Define to 1 if you have the <sys/types.h> header file. */
   134 #undef HAVE_SYS_TYPES_H
   136 /* Define to 1 if you have the <unistd.h> header file. */
   137 #undef HAVE_UNISTD_H
   139 /* Generating a bundled application */
   140 #undef OSX_BUNDLE
   142 /* Name of package */
   143 #undef PACKAGE
   145 /* Define to the address where bug reports for this package should be sent. */
   146 #undef PACKAGE_BUGREPORT
   148 /* Define to the full name of this package. */
   149 #undef PACKAGE_NAME
   151 /* Define to the full name and version of this package. */
   152 #undef PACKAGE_STRING
   154 /* Define to the one symbol short name of this package. */
   155 #undef PACKAGE_TARNAME
   157 /* Define to the version of this package. */
   158 #undef PACKAGE_VERSION
   160 /* SH4 Translator to use (if any) */
   161 #undef SH4_TRANSLATOR
   163 /* The size of `void *', as computed by sizeof. */
   164 #undef SIZEOF_VOID_P
   166 /* Define to 1 if you have the ANSI C header files. */
   167 #undef STDC_HEADERS
   169 /* Version number of package */
   170 #undef VERSION
.