Search
lxdream.org :: lxdream/config.h.in
lxdream 0.9.1
released Jun 29
Download Now
filename config.h.in
changeset 1097:d4807997e450
prev1066:ddffe9d2b332
next1147:e04e4af64626
author nkeynes
date Fri Sep 17 20:08:50 2010 +1000 (13 years ago)
permissions -rw-r--r--
last change Refactor shader management to support multiple programs, which are all
defined in the shaders.glsl, rather than split up into one file per
fragment.
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@1
    13
/* always defined to indicate that i18n is enabled */
nkeynes@1
    14
#undef ENABLE_NLS
nkeynes@1
    15
nkeynes@671
    16
/* Enable SH4 statistics */
nkeynes@671
    17
#undef ENABLE_SH4STATS
nkeynes@671
    18
nkeynes@1097
    19
/* Enable shared-library plugins */
nkeynes@1024
    20
#undef ENABLE_SHARED
nkeynes@1024
    21
nkeynes@562
    22
/* Enable IO tracing */
nkeynes@562
    23
#undef ENABLE_TRACE_IO
nkeynes@562
    24
nkeynes@562
    25
/* Enable watchpoints */
nkeynes@562
    26
#undef ENABLE_WATCH
nkeynes@562
    27
nkeynes@529
    28
/* translation domain */
nkeynes@529
    29
#undef GETTEXT_PACKAGE
nkeynes@529
    30
bhaal22@643
    31
/* Have alsa support */
bhaal22@643
    32
#undef HAVE_ALSA
bhaal22@643
    33
nkeynes@1
    34
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
nkeynes@1
    35
#undef HAVE_BIND_TEXTDOMAIN_CODESET
nkeynes@1
    36
nkeynes@658
    37
/* Have Cocoa framework */
nkeynes@658
    38
#undef HAVE_COCOA
nkeynes@539
    39
nkeynes@697
    40
/* Have Apple CoreAudio support */
nkeynes@697
    41
#undef HAVE_CORE_AUDIO
nkeynes@539
    42
nkeynes@1
    43
/* Define to 1 if you have the `dcgettext' function. */
nkeynes@1
    44
#undef HAVE_DCGETTEXT
nkeynes@1
    45
nkeynes@529
    46
/* Have esound support */
nkeynes@529
    47
#undef HAVE_ESOUND
nkeynes@529
    48
nkeynes@899
    49
/* Have exception stack-frame information */
nkeynes@899
    50
#undef HAVE_EXCEPTIONS
nkeynes@899
    51
nkeynes@909
    52
/* Use fast register-passing calling conventions */
nkeynes@909
    53
#undef HAVE_FASTCALL
nkeynes@909
    54
nkeynes@927
    55
/* Define if we have a working builtin frame_address */
nkeynes@927
    56
#undef HAVE_FRAME_ADDRESS
nkeynes@927
    57
nkeynes@1
    58
/* Define if the GNU gettext() function is already present or preinstalled. */
nkeynes@1
    59
#undef HAVE_GETTEXT
nkeynes@1
    60
nkeynes@658
    61
/* Have GLX support */
nkeynes@658
    62
#undef HAVE_GLX
nkeynes@658
    63
nkeynes@539
    64
/* Have GTK libraries */
nkeynes@539
    65
#undef HAVE_GTK
nkeynes@539
    66
nkeynes@658
    67
/* Building with GTK+Cocoa */
nkeynes@658
    68
#undef HAVE_GTK_OSX
nkeynes@658
    69
nkeynes@658
    70
/* Building with GTK+X11 */
nkeynes@658
    71
#undef HAVE_GTK_X11
nkeynes@658
    72
nkeynes@1
    73
/* Define to 1 if you have the <inttypes.h> header file. */
nkeynes@1
    74
#undef HAVE_INTTYPES_H
nkeynes@1
    75
nkeynes@1
    76
/* Define if your <locale.h> file defines LC_MESSAGES. */
nkeynes@1
    77
#undef HAVE_LC_MESSAGES
nkeynes@1
    78
nkeynes@174
    79
/* Define to 1 if you have the `GL' library (-lGL). */
nkeynes@174
    80
#undef HAVE_LIBGL
nkeynes@174
    81
nkeynes@635
    82
/* Define to 1 if you have the `OSMesa' library (-lOSMesa). */
nkeynes@635
    83
#undef HAVE_LIBOSMESA
nkeynes@635
    84
nkeynes@526
    85
/* Define to 1 if you have the `z' library (-lz). */
nkeynes@526
    86
#undef HAVE_LIBZ
nkeynes@526
    87
nkeynes@1097
    88
/* Using the linux native CDROM driver */
nkeynes@1097
    89
#undef HAVE_LINUX_CDROM
nkeynes@1097
    90
nkeynes@614
    91
/* Have linux joystick support */
nkeynes@614
    92
#undef HAVE_LINUX_JOYSTICK
nkeynes@614
    93
nkeynes@1024
    94
/* Have LIRC support */
nkeynes@1024
    95
#undef HAVE_LIRC
nkeynes@1024
    96
nkeynes@1
    97
/* Define to 1 if you have the <locale.h> header file. */
nkeynes@1
    98
#undef HAVE_LOCALE_H
nkeynes@1
    99
nkeynes@1
   100
/* Define to 1 if you have the <memory.h> header file. */
nkeynes@1
   101
#undef HAVE_MEMORY_H
nkeynes@1
   102
nkeynes@658
   103
/* Have NSOpenGL support */
nkeynes@658
   104
#undef HAVE_NSGL
nkeynes@658
   105
nkeynes@687
   106
/* Have Color Clamp */
nkeynes@687
   107
#undef HAVE_OPENGL_CLAMP_COLOR
nkeynes@687
   108
nkeynes@656
   109
/* Have EXT_framebuffer_object support */
nkeynes@656
   110
#undef HAVE_OPENGL_FBO
nkeynes@656
   111
nkeynes@656
   112
/* Have 2.0 shader support */
nkeynes@656
   113
#undef HAVE_OPENGL_SHADER
nkeynes@656
   114
nkeynes@656
   115
/* Have ARB shader support */
nkeynes@656
   116
#undef HAVE_OPENGL_SHADER_ARB
nkeynes@656
   117
nkeynes@658
   118
/* Building with the OSMesa video driver */
nkeynes@658
   119
#undef HAVE_OSMESA
nkeynes@658
   120
nkeynes@657
   121
/* Have pulseaudio support */
nkeynes@657
   122
#undef HAVE_PULSE
nkeynes@657
   123
nkeynes@989
   124
/* Have SDL support */
nkeynes@989
   125
#undef HAVE_SDL
nkeynes@989
   126
nkeynes@1
   127
/* Define to 1 if you have the <stdint.h> header file. */
nkeynes@1
   128
#undef HAVE_STDINT_H
nkeynes@1
   129
nkeynes@1
   130
/* Define to 1 if you have the <stdlib.h> header file. */
nkeynes@1
   131
#undef HAVE_STDLIB_H
nkeynes@1
   132
nkeynes@1
   133
/* Define to 1 if you have the <strings.h> header file. */
nkeynes@1
   134
#undef HAVE_STRINGS_H
nkeynes@1
   135
nkeynes@1
   136
/* Define to 1 if you have the <string.h> header file. */
nkeynes@1
   137
#undef HAVE_STRING_H
nkeynes@1
   138
nkeynes@1
   139
/* Define to 1 if you have the <sys/stat.h> header file. */
nkeynes@1
   140
#undef HAVE_SYS_STAT_H
nkeynes@1
   141
nkeynes@1
   142
/* Define to 1 if you have the <sys/types.h> header file. */
nkeynes@1
   143
#undef HAVE_SYS_TYPES_H
nkeynes@1
   144
nkeynes@1
   145
/* Define to 1 if you have the <unistd.h> header file. */
nkeynes@1
   146
#undef HAVE_UNISTD_H
nkeynes@1
   147
nkeynes@866
   148
/* Generating a bundled application */
nkeynes@866
   149
#undef OSX_BUNDLE
nkeynes@866
   150
nkeynes@1
   151
/* Name of package */
nkeynes@1
   152
#undef PACKAGE
nkeynes@1
   153
nkeynes@1
   154
/* Define to the address where bug reports for this package should be sent. */
nkeynes@1
   155
#undef PACKAGE_BUGREPORT
nkeynes@1
   156
nkeynes@1
   157
/* Define to the full name of this package. */
nkeynes@1
   158
#undef PACKAGE_NAME
nkeynes@1
   159
nkeynes@1
   160
/* Define to the full name and version of this package. */
nkeynes@1
   161
#undef PACKAGE_STRING
nkeynes@1
   162
nkeynes@1
   163
/* Define to the one symbol short name of this package. */
nkeynes@1
   164
#undef PACKAGE_TARNAME
nkeynes@1
   165
nkeynes@1
   166
/* Define to the version of this package. */
nkeynes@1
   167
#undef PACKAGE_VERSION
nkeynes@1
   168
nkeynes@526
   169
/* SH4 Translator to use (if any) */
nkeynes@526
   170
#undef SH4_TRANSLATOR
nkeynes@526
   171
nkeynes@675
   172
/* The size of `void *', as computed by sizeof. */
nkeynes@675
   173
#undef SIZEOF_VOID_P
nkeynes@675
   174
nkeynes@1
   175
/* Define to 1 if you have the ANSI C header files. */
nkeynes@1
   176
#undef STDC_HEADERS
nkeynes@1
   177
nkeynes@1
   178
/* Version number of package */
nkeynes@1
   179
#undef VERSION
.