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 Wed May 27 08:46:29 2015 +1000 (8 years ago)
permissions -rw-r--r--
last change Add support for extracting the ELF symbol table and printing symbol names
alongside the SH4 disassembly
file annotate diff log raw
nkeynes@1
     1
/* config.h.in.  Generated from configure.in by autoheader.  */
nkeynes@1
     2
#undef ENABLE_NLS
nkeynes@1
     3
#undef HAVE_CATGETS
nkeynes@1
     4
#undef HAVE_GETTEXT
nkeynes@1
     5
#undef GETTEXT_PACKAGE
nkeynes@1
     6
#undef HAVE_LC_MESSAGES
nkeynes@1
     7
#undef HAVE_STPCPY
nkeynes@1
     8
#undef HAVE_LIBSM
nkeynes@1
     9
nkeynes@539
    10
/* Building on an apple platform. Things are different... */
nkeynes@539
    11
#undef APPLE_BUILD
nkeynes@539
    12
nkeynes@1235
    13
/* CPP to use for build tools */
nkeynes@1235
    14
#undef BUILD_CPP_PROG
nkeynes@1235
    15
nkeynes@1225
    16
/* Enable dynamic plugin support */
nkeynes@1225
    17
#undef BUILD_PLUGINS
nkeynes@1225
    18
nkeynes@1235
    19
/* Sed to use for build tools */
nkeynes@1235
    20
#undef BUILD_SED_PROG
nkeynes@1235
    21
nkeynes@1
    22
/* always defined to indicate that i18n is enabled */
nkeynes@1
    23
#undef ENABLE_NLS
nkeynes@1
    24
nkeynes@671
    25
/* Enable SH4 statistics */
nkeynes@671
    26
#undef ENABLE_SH4STATS
nkeynes@671
    27
nkeynes@562
    28
/* Enable IO tracing */
nkeynes@562
    29
#undef ENABLE_TRACE_IO
nkeynes@562
    30
nkeynes@562
    31
/* Enable watchpoints */
nkeynes@562
    32
#undef ENABLE_WATCH
nkeynes@562
    33
nkeynes@1147
    34
/* Forcibly inline code */
nkeynes@1147
    35
#undef FORCEINLINE
nkeynes@1147
    36
nkeynes@529
    37
/* translation domain */
nkeynes@529
    38
#undef GETTEXT_PACKAGE
nkeynes@529
    39
bhaal22@643
    40
/* Have alsa support */
bhaal22@643
    41
#undef HAVE_ALSA
bhaal22@643
    42
nkeynes@1
    43
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
nkeynes@1
    44
#undef HAVE_BIND_TEXTDOMAIN_CODESET
nkeynes@1
    45
nkeynes@658
    46
/* Have Cocoa framework */
nkeynes@658
    47
#undef HAVE_COCOA
nkeynes@539
    48
nkeynes@697
    49
/* Have Apple CoreAudio support */
nkeynes@697
    50
#undef HAVE_CORE_AUDIO
nkeynes@539
    51
nkeynes@1
    52
/* Define to 1 if you have the `dcgettext' function. */
nkeynes@1
    53
#undef HAVE_DCGETTEXT
nkeynes@1
    54
nkeynes@529
    55
/* Have esound support */
nkeynes@529
    56
#undef HAVE_ESOUND
nkeynes@529
    57
nkeynes@899
    58
/* Have exception stack-frame information */
nkeynes@899
    59
#undef HAVE_EXCEPTIONS
nkeynes@899
    60
nkeynes@909
    61
/* Use fast register-passing calling conventions */
nkeynes@909
    62
#undef HAVE_FASTCALL
nkeynes@909
    63
nkeynes@927
    64
/* Define if we have a working builtin frame_address */
nkeynes@927
    65
#undef HAVE_FRAME_ADDRESS
nkeynes@927
    66
nkeynes@1
    67
/* Define if the GNU gettext() function is already present or preinstalled. */
nkeynes@1
    68
#undef HAVE_GETTEXT
nkeynes@1
    69
nkeynes@1239
    70
/* Using GLESv2 */
nkeynes@1239
    71
#undef HAVE_GLES2
nkeynes@1239
    72
nkeynes@658
    73
/* Have GLX support */
nkeynes@658
    74
#undef HAVE_GLX
nkeynes@658
    75
nkeynes@539
    76
/* Have GTK libraries */
nkeynes@539
    77
#undef HAVE_GTK
nkeynes@539
    78
nkeynes@658
    79
/* Building with GTK+Cocoa */
nkeynes@658
    80
#undef HAVE_GTK_OSX
nkeynes@658
    81
nkeynes@658
    82
/* Building with GTK+X11 */
nkeynes@658
    83
#undef HAVE_GTK_X11
nkeynes@658
    84
nkeynes@1
    85
/* Define to 1 if you have the <inttypes.h> header file. */
nkeynes@1
    86
#undef HAVE_INTTYPES_H
nkeynes@1
    87
nkeynes@1
    88
/* Define if your <locale.h> file defines LC_MESSAGES. */
nkeynes@1
    89
#undef HAVE_LC_MESSAGES
nkeynes@1
    90
nkeynes@635
    91
/* Define to 1 if you have the `OSMesa' library (-lOSMesa). */
nkeynes@635
    92
#undef HAVE_LIBOSMESA
nkeynes@635
    93
nkeynes@526
    94
/* Define to 1 if you have the `z' library (-lz). */
nkeynes@526
    95
#undef HAVE_LIBZ
nkeynes@526
    96
nkeynes@1097
    97
/* Using the linux native CDROM driver */
nkeynes@1097
    98
#undef HAVE_LINUX_CDROM
nkeynes@1097
    99
nkeynes@614
   100
/* Have linux joystick support */
nkeynes@614
   101
#undef HAVE_LINUX_JOYSTICK
nkeynes@614
   102
nkeynes@1024
   103
/* Have LIRC support */
nkeynes@1024
   104
#undef HAVE_LIRC
nkeynes@1024
   105
nkeynes@1
   106
/* Define to 1 if you have the <locale.h> header file. */
nkeynes@1
   107
#undef HAVE_LOCALE_H
nkeynes@1
   108
nkeynes@1
   109
/* Define to 1 if you have the <memory.h> header file. */
nkeynes@1
   110
#undef HAVE_MEMORY_H
nkeynes@1
   111
nkeynes@658
   112
/* Have NSOpenGL support */
nkeynes@658
   113
#undef HAVE_NSGL
nkeynes@658
   114
nkeynes@687
   115
/* Have Color Clamp */
nkeynes@687
   116
#undef HAVE_OPENGL_CLAMP_COLOR
nkeynes@687
   117
nkeynes@1211
   118
/* Have glClearDepthf function */
nkeynes@1211
   119
#undef HAVE_OPENGL_CLEAR_DEPTHF
nkeynes@1211
   120
nkeynes@1228
   121
/* Have glDrawBuffer function */
nkeynes@1228
   122
#undef HAVE_OPENGL_DRAW_BUFFER
nkeynes@1228
   123
nkeynes@1210
   124
/* Have 2.0 framebuffer_object support */
nkeynes@1210
   125
#undef HAVE_OPENGL_FBO
nkeynes@1210
   126
nkeynes@656
   127
/* Have EXT_framebuffer_object support */
nkeynes@1210
   128
#undef HAVE_OPENGL_FBO_EXT
nkeynes@656
   129
nkeynes@1211
   130
/* Have OpenGL fixed-functionality */
nkeynes@1211
   131
#undef HAVE_OPENGL_FIXEDFUNC
nkeynes@1211
   132
nkeynes@656
   133
/* Have 2.0 shader support */
nkeynes@656
   134
#undef HAVE_OPENGL_SHADER
nkeynes@656
   135
nkeynes@656
   136
/* Have ARB shader support */
nkeynes@656
   137
#undef HAVE_OPENGL_SHADER_ARB
nkeynes@656
   138
nkeynes@1228
   139
/* Have glAreTexturesResident function */
nkeynes@1211
   140
#undef HAVE_OPENGL_TEX_RESIDENT
nkeynes@1211
   141
nkeynes@658
   142
/* Building with the OSMesa video driver */
nkeynes@658
   143
#undef HAVE_OSMESA
nkeynes@658
   144
nkeynes@657
   145
/* Have pulseaudio support */
nkeynes@657
   146
#undef HAVE_PULSE
nkeynes@657
   147
nkeynes@989
   148
/* Have SDL support */
nkeynes@989
   149
#undef HAVE_SDL
nkeynes@989
   150
nkeynes@1
   151
/* Define to 1 if you have the <stdint.h> header file. */
nkeynes@1
   152
#undef HAVE_STDINT_H
nkeynes@1
   153
nkeynes@1
   154
/* Define to 1 if you have the <stdlib.h> header file. */
nkeynes@1
   155
#undef HAVE_STDLIB_H
nkeynes@1
   156
nkeynes@1
   157
/* Define to 1 if you have the <strings.h> header file. */
nkeynes@1
   158
#undef HAVE_STRINGS_H
nkeynes@1
   159
nkeynes@1
   160
/* Define to 1 if you have the <string.h> header file. */
nkeynes@1
   161
#undef HAVE_STRING_H
nkeynes@1
   162
nkeynes@1
   163
/* Define to 1 if you have the <sys/stat.h> header file. */
nkeynes@1
   164
#undef HAVE_SYS_STAT_H
nkeynes@1
   165
nkeynes@1
   166
/* Define to 1 if you have the <sys/types.h> header file. */
nkeynes@1
   167
#undef HAVE_SYS_TYPES_H
nkeynes@1
   168
nkeynes@1
   169
/* Define to 1 if you have the <unistd.h> header file. */
nkeynes@1
   170
#undef HAVE_UNISTD_H
nkeynes@1
   171
nkeynes@866
   172
/* Generating a bundled application */
nkeynes@866
   173
#undef OSX_BUNDLE
nkeynes@866
   174
nkeynes@1
   175
/* Name of package */
nkeynes@1
   176
#undef PACKAGE
nkeynes@1
   177
nkeynes@1
   178
/* Define to the address where bug reports for this package should be sent. */
nkeynes@1
   179
#undef PACKAGE_BUGREPORT
nkeynes@1
   180
nkeynes@1
   181
/* Define to the full name of this package. */
nkeynes@1
   182
#undef PACKAGE_NAME
nkeynes@1
   183
nkeynes@1
   184
/* Define to the full name and version of this package. */
nkeynes@1
   185
#undef PACKAGE_STRING
nkeynes@1
   186
nkeynes@1
   187
/* Define to the one symbol short name of this package. */
nkeynes@1
   188
#undef PACKAGE_TARNAME
nkeynes@1
   189
nkeynes@1
   190
/* Define to the version of this package. */
nkeynes@1
   191
#undef PACKAGE_VERSION
nkeynes@1
   192
nkeynes@526
   193
/* SH4 Translator to use (if any) */
nkeynes@526
   194
#undef SH4_TRANSLATOR
nkeynes@526
   195
nkeynes@675
   196
/* The size of `void *', as computed by sizeof. */
nkeynes@675
   197
#undef SIZEOF_VOID_P
nkeynes@675
   198
nkeynes@1
   199
/* Define to 1 if you have the ANSI C header files. */
nkeynes@1
   200
#undef STDC_HEADERS
nkeynes@1
   201
nkeynes@1
   202
/* Version number of package */
nkeynes@1
   203
#undef VERSION
.