Mercurial > sdl-ios-xcode
comparison include/SDL_config.h.in @ 1352:c643342f3f33
Disable freaking autoheader. :)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 09 Feb 2006 05:46:55 +0000 |
parents | 905dc98a40fa |
children | 7ba544e2888d |
comparison
equal
deleted
inserted
replaced
1351:82c38796c7ca | 1352:c643342f3f33 |
---|---|
1 /* include/SDL_config.h.in. Generated from configure.in by autoheader. */ | |
2 | |
3 /* | 1 /* |
4 SDL - Simple DirectMedia Layer | 2 SDL - Simple DirectMedia Layer |
5 Copyright (C) 1997-2006 Sam Lantinga | 3 Copyright (C) 1997-2006 Sam Lantinga |
6 | 4 |
7 This library is free software; you can redistribute it and/or | 5 This library is free software; you can redistribute it and/or |
25 #ifndef _SDL_config_h | 23 #ifndef _SDL_config_h |
26 #define _SDL_config_h | 24 #define _SDL_config_h |
27 | 25 |
28 /* This is a set of defines to configure the SDL features */ | 26 /* This is a set of defines to configure the SDL features */ |
29 | 27 |
28 #undef HAVE_STDARG_H | |
29 | |
30 /* Comment this if you want to build without any libc requirements */ | 30 /* Comment this if you want to build without any libc requirements */ |
31 #undef HAVE_LIBC | 31 #undef HAVE_LIBC |
32 #ifdef HAVE_LIBC | 32 #ifdef HAVE_LIBC |
33 | 33 |
34 /* Various C library headers */ | |
35 #undef HAVE_STDIO_H | |
36 #undef HAVE_STDLIB_H | |
37 #undef HAVE_MALLOC_H | |
38 #undef HAVE_STRING_H | |
39 #undef HAVE_CTYPE_H | |
40 #ifndef _WIN32_WCE | |
41 #undef HAVE_SIGNAL_H | |
42 #endif /* !_WIN32_WCE */ | |
34 | 43 |
35 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP | 44 /* Features provided by SDL_stdlib.h */ |
36 systems. This function is required for `alloca.c' support on those systems. | 45 #undef HAVE_MALLOC |
37 */ | 46 #undef HAVE_CALLOC |
38 #undef CRAY_STACKSEG_END | 47 #undef HAVE_REALLOC |
39 | 48 #undef HAVE_FREE |
40 /* Define to 1 if using `alloca.c'. */ | 49 #undef HAVE_ALLOCA |
41 #undef C_ALLOCA | 50 #ifndef _WIN32 /* Don't use C runtime versions of these on Windows */ |
42 | 51 #undef HAVE_GETENV |
43 /* Define to 1 if you have the `abs' function. */ | 52 #undef HAVE_PUTENV |
53 #undef HAVE_UNSETENV | |
54 #endif | |
55 #undef HAVE_QSORT | |
44 #undef HAVE_ABS | 56 #undef HAVE_ABS |
45 | 57 |
46 /* Define to 1 if you have `alloca', as a function or macro. */ | 58 /* Features provided by SDL_string.h */ |
47 #undef HAVE_ALLOCA | 59 #undef HAVE_MEMSET |
48 | 60 #undef HAVE_MEMCPY |
49 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). | 61 #undef HAVE_MEMMOVE |
50 */ | 62 #undef HAVE_MEMCMP |
51 #undef HAVE_ALLOCA_H | 63 #undef HAVE_STRLEN |
52 | 64 #undef HAVE_STRCPY |
53 /* Define to 1 if you have the `atof' function. */ | 65 #undef HAVE_STRNCPY |
66 #undef HAVE_STRCAT | |
67 #undef HAVE_STRNCAT | |
68 #undef HAVE_STRDUP | |
69 #undef HAVE__STRREV | |
70 #undef HAVE__STRUPR | |
71 #undef HAVE__STRLWR | |
72 #undef HAVE_STRCHR | |
73 #undef HAVE_STRRCHR | |
74 #undef HAVE_STRSTR | |
75 #undef HAVE_ITOA | |
76 #undef HAVE__LTOA | |
77 #undef HAVE__UITOA | |
78 #undef HAVE__ULTOA | |
79 #undef HAVE_STRTOL | |
80 #undef HAVE__I64TOA | |
81 #undef HAVE__UI64TOA | |
82 #undef HAVE_STRTOLL | |
83 #undef HAVE_STRTOD | |
84 #undef HAVE_ATOI | |
54 #undef HAVE_ATOF | 85 #undef HAVE_ATOF |
55 | 86 #undef HAVE_STRCMP |
56 /* Define to 1 if you have the `atoi' function. */ | 87 #undef HAVE_STRNCMP |
57 #undef HAVE_ATOI | 88 #undef HAVE_STRICMP |
58 | 89 #undef HAVE_STRCASECMP |
59 /* Define to 1 if you have the `calloc' function. */ | 90 #undef HAVE_SSCANF |
60 #undef HAVE_CALLOC | |
61 | |
62 /* Define to 1 if you have the <ctype.h> header file. */ | |
63 #undef HAVE_CTYPE_H | |
64 | |
65 /* Define to 1 if you have the <dlfcn.h> header file. */ | |
66 #undef HAVE_DLFCN_H | |
67 | |
68 /* Define to 1 if you have the `free' function. */ | |
69 #undef HAVE_FREE | |
70 | |
71 /* Define to 1 if you have the `getenv' function. */ | |
72 #undef HAVE_GETENV | |
73 | |
74 /* Define to 1 if you have the <inttypes.h> header file. */ | |
75 #undef HAVE_INTTYPES_H | |
76 | |
77 /* Define to 1 if you have the `itoa' function. */ | |
78 #undef HAVE_ITOA | |
79 | |
80 /* Define to 1 if you have the `asound' library (-lasound). */ | |
81 #undef HAVE_LIBASOUND | |
82 | |
83 /* Define to 1 if you have the `malloc' function. */ | |
84 #undef HAVE_MALLOC | |
85 | |
86 /* Define to 1 if you have the <malloc.h> header file. */ | |
87 #undef HAVE_MALLOC_H | |
88 | |
89 /* Define to 1 if you have the `memcmp' function. */ | |
90 #undef HAVE_MEMCMP | |
91 | |
92 /* Define to 1 if you have the `memcpy' function. */ | |
93 #undef HAVE_MEMCPY | |
94 | |
95 /* Define to 1 if you have the `memmove' function. */ | |
96 #undef HAVE_MEMMOVE | |
97 | |
98 /* Define to 1 if you have the <memory.h> header file. */ | |
99 #undef HAVE_MEMORY_H | |
100 | |
101 /* Define to 1 if you have the `memset' function. */ | |
102 #undef HAVE_MEMSET | |
103 | |
104 /* Define to 1 if you have the `putenv' function. */ | |
105 #undef HAVE_PUTENV | |
106 | |
107 /* Define to 1 if you have the `qsort' function. */ | |
108 #undef HAVE_QSORT | |
109 | |
110 /* Define to 1 if you have the `realloc' function. */ | |
111 #undef HAVE_REALLOC | |
112 | |
113 /* Define to 1 if you have the <signal.h> header file. */ | |
114 #undef HAVE_SIGNAL_H | |
115 | |
116 /* Define to 1 if you have the `snprintf' function. */ | |
117 #undef HAVE_SNPRINTF | 91 #undef HAVE_SNPRINTF |
118 | |
119 /* Define to 1 if you have the `sscanf' function. */ | |
120 #undef HAVE_SSCANF | |
121 | |
122 /* Define to 1 if you have the <stdarg.h> header file. */ | |
123 #undef HAVE_STDARG_H | |
124 | |
125 /* Define to 1 if you have the <stdint.h> header file. */ | |
126 #undef HAVE_STDINT_H | |
127 | |
128 /* Define to 1 if you have the <stdio.h> header file. */ | |
129 #undef HAVE_STDIO_H | |
130 | |
131 /* Define to 1 if you have the <stdlib.h> header file. */ | |
132 #undef HAVE_STDLIB_H | |
133 | |
134 /* Define to 1 if you have the `strcasecmp' function. */ | |
135 #undef HAVE_STRCASECMP | |
136 | |
137 /* Define to 1 if you have the `strcat' function. */ | |
138 #undef HAVE_STRCAT | |
139 | |
140 /* Define to 1 if you have the `strchr' function. */ | |
141 #undef HAVE_STRCHR | |
142 | |
143 /* Define to 1 if you have the `strcmp' function. */ | |
144 #undef HAVE_STRCMP | |
145 | |
146 /* Define to 1 if you have the `strcpy' function. */ | |
147 #undef HAVE_STRCPY | |
148 | |
149 /* Define to 1 if you have the `strdup' function. */ | |
150 #undef HAVE_STRDUP | |
151 | |
152 /* Define to 1 if you have the `stricmp' function. */ | |
153 #undef HAVE_STRICMP | |
154 | |
155 /* Define to 1 if you have the <strings.h> header file. */ | |
156 #undef HAVE_STRINGS_H | |
157 | |
158 /* Define to 1 if you have the <string.h> header file. */ | |
159 #undef HAVE_STRING_H | |
160 | |
161 /* Define to 1 if you have the `strlen' function. */ | |
162 #undef HAVE_STRLEN | |
163 | |
164 /* Define to 1 if you have the `strncat' function. */ | |
165 #undef HAVE_STRNCAT | |
166 | |
167 /* Define to 1 if you have the `strncmp' function. */ | |
168 #undef HAVE_STRNCMP | |
169 | |
170 /* Define to 1 if you have the `strncpy' function. */ | |
171 #undef HAVE_STRNCPY | |
172 | |
173 /* Define to 1 if you have the `strrchr' function. */ | |
174 #undef HAVE_STRRCHR | |
175 | |
176 /* Define to 1 if you have the `strstr' function. */ | |
177 #undef HAVE_STRSTR | |
178 | |
179 /* Define to 1 if you have the `strtod' function. */ | |
180 #undef HAVE_STRTOD | |
181 | |
182 /* Define to 1 if you have the `strtol' function. */ | |
183 #undef HAVE_STRTOL | |
184 | |
185 /* Define to 1 if you have the `strtoll' function. */ | |
186 #undef HAVE_STRTOLL | |
187 | |
188 /* Define to 1 if you have the <sys/stat.h> header file. */ | |
189 #undef HAVE_SYS_STAT_H | |
190 | |
191 /* Define to 1 if you have the <sys/types.h> header file. */ | |
192 #undef HAVE_SYS_TYPES_H | |
193 | |
194 /* Define to 1 if you have the <unistd.h> header file. */ | |
195 #undef HAVE_UNISTD_H | |
196 | |
197 /* Define to 1 if you have the `vsnprintf' function. */ | |
198 #undef HAVE_VSNPRINTF | 92 #undef HAVE_VSNPRINTF |
199 | |
200 /* Define to 1 if you have the `_i64toa' function. */ | |
201 #undef HAVE__I64TOA | |
202 | |
203 /* Define to 1 if you have the `_ltoa' function. */ | |
204 #undef HAVE__LTOA | |
205 | |
206 /* Define to 1 if you have the `_strlwr' function. */ | |
207 #undef HAVE__STRLWR | |
208 | |
209 /* Define to 1 if you have the `_strrev' function. */ | |
210 #undef HAVE__STRREV | |
211 | |
212 /* Define to 1 if you have the `_strupr' function. */ | |
213 #undef HAVE__STRUPR | |
214 | |
215 /* Define to 1 if you have the `_ui64toa' function. */ | |
216 #undef HAVE__UI64TOA | |
217 | |
218 /* Define to 1 if you have the `_uitoa' function. */ | |
219 #undef HAVE__UITOA | |
220 | |
221 /* Define to 1 if you have the `_ultoa' function. */ | |
222 #undef HAVE__ULTOA | |
223 | |
224 /* Name of package */ | |
225 #undef PACKAGE | |
226 | |
227 /* Define to the address where bug reports for this package should be sent. */ | |
228 #undef PACKAGE_BUGREPORT | |
229 | |
230 /* Define to the full name of this package. */ | |
231 #undef PACKAGE_NAME | |
232 | |
233 /* Define to the full name and version of this package. */ | |
234 #undef PACKAGE_STRING | |
235 | |
236 /* Define to the one symbol short name of this package. */ | |
237 #undef PACKAGE_TARNAME | |
238 | |
239 /* Define to the version of this package. */ | |
240 #undef PACKAGE_VERSION | |
241 | |
242 /* The size of a `char', as computed by sizeof. */ | |
243 #undef SIZEOF_CHAR | |
244 | |
245 /* The size of a `int', as computed by sizeof. */ | |
246 #undef SIZEOF_INT | |
247 | |
248 /* The size of a `long', as computed by sizeof. */ | |
249 #undef SIZEOF_LONG | |
250 | |
251 /* The size of a `long long', as computed by sizeof. */ | |
252 #undef SIZEOF_LONG_LONG | |
253 | |
254 /* The size of a `short', as computed by sizeof. */ | |
255 #undef SIZEOF_SHORT | |
256 | |
257 /* If using the C implementation of alloca, define if you know the | |
258 direction of stack growth for your system; otherwise it will be | |
259 automatically deduced at run-time. | |
260 STACK_DIRECTION > 0 => grows toward higher addresses | |
261 STACK_DIRECTION < 0 => grows toward lower addresses | |
262 STACK_DIRECTION = 0 => direction of growth unknown */ | |
263 #undef STACK_DIRECTION | |
264 | |
265 /* Define to 1 if you have the ANSI C header files. */ | |
266 #undef STDC_HEADERS | |
267 | |
268 /* Version number of package */ | |
269 #undef VERSION | |
270 | |
271 /* Define to 1 if the X Window System is missing or not being used. */ | |
272 #undef X_DISPLAY_MISSING | |
273 | |
274 /* Define to empty if `const' does not conform to ANSI C. */ | |
275 #undef const | |
276 | |
277 /* Define to `__inline__' or `__inline' if that's what the C compiler | |
278 calls it, or to nothing if 'inline' is not supported under any name. */ | |
279 #ifndef __cplusplus | |
280 #undef inline | |
281 #endif | |
282 | |
283 /* Define to `unsigned' if <sys/types.h> does not define. */ | |
284 #undef size_t | |
285 | |
286 | 93 |
287 #endif /* HAVE_LIBC */ | 94 #endif /* HAVE_LIBC */ |
288 | 95 |
289 #endif /* _SDL_config_h */ | 96 #endif /* _SDL_config_h */ |
290 |