filename | config.h.in |
changeset | 675:b97020f9af1c |
prev | 671:a530ea88eebd |
next | 687:6bdc2b7032ea |
author | nkeynes |
date | Mon May 26 11:01:42 2008 +0000 (15 years ago) |
permissions | -rw-r--r-- |
last change | hange 64-bit configuration to use sizeof(void *) rather than the system id returned by config.guess - config.guess gets it wrong in some situations. |
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 /* Define to 1 if you have the `dcgettext' function. */
38 #undef HAVE_DCGETTEXT
40 /* Have esound support */
41 #undef HAVE_ESOUND
43 /* Define if the GNU gettext() function is already present or preinstalled. */
44 #undef HAVE_GETTEXT
46 /* Have GLX support */
47 #undef HAVE_GLX
49 /* Have GTK libraries */
50 #undef HAVE_GTK
52 /* Building with GTK+Cocoa */
53 #undef HAVE_GTK_OSX
55 /* Building with GTK+X11 */
56 #undef HAVE_GTK_X11
58 /* Define to 1 if you have the <inttypes.h> header file. */
59 #undef HAVE_INTTYPES_H
61 /* Define if your <locale.h> file defines LC_MESSAGES. */
62 #undef HAVE_LC_MESSAGES
64 /* Define to 1 if you have the `GL' library (-lGL). */
65 #undef HAVE_LIBGL
67 /* Define to 1 if you have the `OSMesa' library (-lOSMesa). */
68 #undef HAVE_LIBOSMESA
70 /* Define to 1 if you have the `z' library (-lz). */
71 #undef HAVE_LIBZ
73 /* Have linux joystick support */
74 #undef HAVE_LINUX_JOYSTICK
76 /* Define to 1 if you have the <locale.h> header file. */
77 #undef HAVE_LOCALE_H
79 /* Define to 1 if you have the <memory.h> header file. */
80 #undef HAVE_MEMORY_H
82 /* Have NSOpenGL support */
83 #undef HAVE_NSGL
85 /* Have EXT_framebuffer_object support */
86 #undef HAVE_OPENGL_FBO
88 /* Have 2.0 shader support */
89 #undef HAVE_OPENGL_SHADER
91 /* Have ARB shader support */
92 #undef HAVE_OPENGL_SHADER_ARB
94 /* Building with the OSMesa video driver */
95 #undef HAVE_OSMESA
97 /* Have pulseaudio support */
98 #undef HAVE_PULSE
100 /* Define to 1 if you have the <stdint.h> header file. */
101 #undef HAVE_STDINT_H
103 /* Define to 1 if you have the <stdlib.h> header file. */
104 #undef HAVE_STDLIB_H
106 /* Define to 1 if you have the <strings.h> header file. */
107 #undef HAVE_STRINGS_H
109 /* Define to 1 if you have the <string.h> header file. */
110 #undef HAVE_STRING_H
112 /* Define to 1 if you have the <sys/stat.h> header file. */
113 #undef HAVE_SYS_STAT_H
115 /* Define to 1 if you have the <sys/types.h> header file. */
116 #undef HAVE_SYS_TYPES_H
118 /* Define to 1 if you have the <unistd.h> header file. */
119 #undef HAVE_UNISTD_H
121 /* Name of package */
122 #undef PACKAGE
124 /* Define to the address where bug reports for this package should be sent. */
125 #undef PACKAGE_BUGREPORT
127 /* Define to the full name of this package. */
128 #undef PACKAGE_NAME
130 /* Define to the full name and version of this package. */
131 #undef PACKAGE_STRING
133 /* Define to the one symbol short name of this package. */
134 #undef PACKAGE_TARNAME
136 /* Define to the version of this package. */
137 #undef PACKAGE_VERSION
139 /* SH4 Translator to use (if any) */
140 #undef SH4_TRANSLATOR
142 /* The size of `void *', as computed by sizeof. */
143 #undef SIZEOF_VOID_P
145 /* Define to 1 if you have the ANSI C header files. */
146 #undef STDC_HEADERS
148 /* Version number of package */
149 #undef VERSION
.