Search
lxdream.org :: lxdream/config.h.in
lxdream 0.9.1
released Jun 29
Download Now
filename config.h.in
changeset 909:b4a21af8ce8c
prev899:18e0cdea76aa
next927:17b6b9e245d8
author nkeynes
date Wed Nov 05 10:05:08 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Fix (extremely boneheaded) failure to convert pc to physical address before
storing in the translation cache (in other words, the translation cache was
effectively disabled for MMU code). MMU code is now about 3 times faster...
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 the GNU gettext() function is already present or preinstalled. */
    53 #undef HAVE_GETTEXT
    55 /* Have GLX support */
    56 #undef HAVE_GLX
    58 /* Have GTK libraries */
    59 #undef HAVE_GTK
    61 /* Building with GTK+Cocoa */
    62 #undef HAVE_GTK_OSX
    64 /* Building with GTK+X11 */
    65 #undef HAVE_GTK_X11
    67 /* Define to 1 if you have the <inttypes.h> header file. */
    68 #undef HAVE_INTTYPES_H
    70 /* Define if your <locale.h> file defines LC_MESSAGES. */
    71 #undef HAVE_LC_MESSAGES
    73 /* Define to 1 if you have the `GL' library (-lGL). */
    74 #undef HAVE_LIBGL
    76 /* Define to 1 if you have the `OSMesa' library (-lOSMesa). */
    77 #undef HAVE_LIBOSMESA
    79 /* Define to 1 if you have the `z' library (-lz). */
    80 #undef HAVE_LIBZ
    82 /* Have linux joystick support */
    83 #undef HAVE_LINUX_JOYSTICK
    85 /* Define to 1 if you have the <locale.h> header file. */
    86 #undef HAVE_LOCALE_H
    88 /* Define to 1 if you have the <memory.h> header file. */
    89 #undef HAVE_MEMORY_H
    91 /* Have NSOpenGL support */
    92 #undef HAVE_NSGL
    94 /* Have Color Clamp */
    95 #undef HAVE_OPENGL_CLAMP_COLOR
    97 /* Have EXT_framebuffer_object support */
    98 #undef HAVE_OPENGL_FBO
   100 /* Have 2.0 shader support */
   101 #undef HAVE_OPENGL_SHADER
   103 /* Have ARB shader support */
   104 #undef HAVE_OPENGL_SHADER_ARB
   106 /* Building with the OSMesa video driver */
   107 #undef HAVE_OSMESA
   109 /* Have pulseaudio support */
   110 #undef HAVE_PULSE
   112 /* Define to 1 if you have the <stdint.h> header file. */
   113 #undef HAVE_STDINT_H
   115 /* Define to 1 if you have the <stdlib.h> header file. */
   116 #undef HAVE_STDLIB_H
   118 /* Define to 1 if you have the <strings.h> header file. */
   119 #undef HAVE_STRINGS_H
   121 /* Define to 1 if you have the <string.h> header file. */
   122 #undef HAVE_STRING_H
   124 /* Define to 1 if you have the <sys/stat.h> header file. */
   125 #undef HAVE_SYS_STAT_H
   127 /* Define to 1 if you have the <sys/types.h> header file. */
   128 #undef HAVE_SYS_TYPES_H
   130 /* Define to 1 if you have the <unistd.h> header file. */
   131 #undef HAVE_UNISTD_H
   133 /* Generating a bundled application */
   134 #undef OSX_BUNDLE
   136 /* Name of package */
   137 #undef PACKAGE
   139 /* Define to the address where bug reports for this package should be sent. */
   140 #undef PACKAGE_BUGREPORT
   142 /* Define to the full name of this package. */
   143 #undef PACKAGE_NAME
   145 /* Define to the full name and version of this package. */
   146 #undef PACKAGE_STRING
   148 /* Define to the one symbol short name of this package. */
   149 #undef PACKAGE_TARNAME
   151 /* Define to the version of this package. */
   152 #undef PACKAGE_VERSION
   154 /* SH4 Translator to use (if any) */
   155 #undef SH4_TRANSLATOR
   157 /* The size of `void *', as computed by sizeof. */
   158 #undef SIZEOF_VOID_P
   160 /* Define to 1 if you have the ANSI C header files. */
   161 #undef STDC_HEADERS
   163 /* Version number of package */
   164 #undef VERSION
.