Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(750)

Side by Side Diff: bison/src/bison/2.4.1/bison-2.4.1/lib/config.h

Issue 10807020: Add native Windows binary for bison. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 /* lib/config.h. Generated from config.hin by configure. */
2 /* lib/config.hin. Generated from configure.ac by autoheader. */
3
4 /* Define to the number of bits in type 'ptrdiff_t'. */
5 /* #undef BITSIZEOF_PTRDIFF_T */
6
7 /* Define to the number of bits in type 'sig_atomic_t'. */
8 /* #undef BITSIZEOF_SIG_ATOMIC_T */
9
10 /* Define to the number of bits in type 'size_t'. */
11 /* #undef BITSIZEOF_SIZE_T */
12
13 /* Define to the number of bits in type 'wchar_t'. */
14 /* #undef BITSIZEOF_WCHAR_T */
15
16 /* Define to the number of bits in type 'wint_t'. */
17 /* #undef BITSIZEOF_WINT_T */
18
19 /* Define to 1 if // is a file system root distinct from /. */
20 #define DOUBLE_SLASH_IS_DISTINCT_ROOT 1
21
22 /* Define to 1 if translation of program messages to the user's native
23 language is requested. */
24 #define ENABLE_NLS 1
25
26 /* Define on systems for which file names may have a so-called `drive letter'
27 prefix, define this to compute the length of that prefix, including the
28 colon. */
29 #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 1
30
31 /* Define if the backslash character may also serve as a file name component
32 separator. */
33 #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 1
34
35 /* Define if a drive letter prefix denotes a relative path if it is not
36 followed by a file name component separator. */
37 #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 1
38
39 /* Define to make the limit macros in <stdint.h> visible. */
40 #define GL_TRIGGER_STDC_LIMIT_MACROS 1
41
42 /* Define to 1 when using the gnulib module fopen-safer. */
43 #define GNULIB_FOPEN_SAFER 1
44
45 /* Define to indicate the 'malloc' module. */
46 #define GNULIB_MALLOC_GNU 1
47
48 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
49 CoreFoundation framework. */
50 /* #undef HAVE_CFLOCALECOPYCURRENT */
51
52 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
53 the CoreFoundation framework. */
54 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
55
56 /* Define to 1 if the system has the type `clock_t'. */
57 #define HAVE_CLOCK_T 1
58
59 /* Define if the GNU dcgettext() function is already present or preinstalled.
60 */
61 #define HAVE_DCGETTEXT 1
62
63 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
64 you don't. */
65 #define HAVE_DECL_CLEARERR_UNLOCKED 0
66
67 /* Define to 1 if you have the declaration of `clock', and to 0 if you don't.
68 */
69 #define HAVE_DECL_CLOCK 1
70
71 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
72 don't. */
73 #define HAVE_DECL_FEOF_UNLOCKED 0
74
75 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
76 you don't. */
77 #define HAVE_DECL_FERROR_UNLOCKED 0
78
79 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
80 you don't. */
81 #define HAVE_DECL_FFLUSH_UNLOCKED 0
82
83 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
84 you don't. */
85 #define HAVE_DECL_FGETS_UNLOCKED 0
86
87 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
88 you don't. */
89 #define HAVE_DECL_FPUTC_UNLOCKED 0
90
91 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
92 you don't. */
93 #define HAVE_DECL_FPUTS_UNLOCKED 0
94
95 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
96 you don't. */
97 #define HAVE_DECL_FREAD_UNLOCKED 0
98
99 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
100 you don't. */
101 #define HAVE_DECL_FWRITE_UNLOCKED 0
102
103 /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
104 you don't. */
105 #define HAVE_DECL_GETCHAR_UNLOCKED 0
106
107 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
108 don't. */
109 #define HAVE_DECL_GETC_UNLOCKED 0
110
111 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
112 */
113 #define HAVE_DECL_GETENV 1
114
115 /* Define to 1 if you have the declaration of `getrusage', and to 0 if you
116 don't. */
117 #define HAVE_DECL_GETRUSAGE 0
118
119 /* Define to 1 if you have the declaration of `imaxabs', and to 0 if you
120 don't. */
121 #define HAVE_DECL_IMAXABS 1
122
123 /* Define to 1 if you have the declaration of `imaxdiv', and to 0 if you
124 don't. */
125 #define HAVE_DECL_IMAXDIV 1
126
127 /* Define to 1 if you have a declaration of mbswidth() in <wchar.h>, and to 0
128 otherwise. */
129 #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
130
131 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
132 you don't. */
133 #define HAVE_DECL_PUTCHAR_UNLOCKED 0
134
135 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
136 don't. */
137 #define HAVE_DECL_PUTC_UNLOCKED 0
138
139 /* Define to 1 if you have the declaration of `strerror', and to 0 if you
140 don't. */
141 #define HAVE_DECL_STRERROR 1
142
143 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
144 don't. */
145 #define HAVE_DECL_STRERROR_R 0
146
147 /* Define to 1 if you have the declaration of `strndup', and to 0 if you
148 don't. */
149 #define HAVE_DECL_STRNDUP 0
150
151 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
152 don't. */
153 #define HAVE_DECL_STRNLEN 0
154
155 /* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
156 don't. */
157 #define HAVE_DECL_STRTOIMAX 1
158
159 /* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
160 don't. */
161 #define HAVE_DECL_STRTOUMAX 1
162
163 /* Define to 1 if you have the declaration of `sysconf', and to 0 if you
164 don't. */
165 #define HAVE_DECL_SYSCONF 0
166
167 /* Define to 1 if you have the declaration of `times', and to 0 if you don't.
168 */
169 #define HAVE_DECL_TIMES 0
170
171 /* Define to 1 if you have the declaration of `wcwidth', and to 0 if you
172 don't. */
173 #define HAVE_DECL_WCWIDTH 0
174
175 /* Define to 1 if you have the `dup2' function. */
176 #define HAVE_DUP2 1
177
178 /* Define if you have the declaration of environ. */
179 /* #undef HAVE_ENVIRON_DECL */
180
181 /* Define to 1 if you have the <errno.h> header file. */
182 #define HAVE_ERRNO_H 1
183
184 /* Define to 1 if you have the `fork' function. */
185 /* #undef HAVE_FORK */
186
187 /* Define to 1 if you have the <getopt.h> header file. */
188 #define HAVE_GETOPT_H 1
189
190 /* Define to 1 if you have the `getopt_long_only' function. */
191 #define HAVE_GETOPT_LONG_ONLY 1
192
193 /* Define if the GNU gettext() function is already present or preinstalled. */
194 #define HAVE_GETTEXT 1
195
196 /* Define if you have the iconv() function and it works. */
197 #define HAVE_ICONV 1
198
199 /* Define to 1 if the compiler supports one of the keywords 'inline',
200 '__inline__', '__inline' and effectively inlines functions marked as such.
201 */
202 #define HAVE_INLINE 1
203
204 /* Define to 1 if you have the <inttypes.h> header file. */
205 #define HAVE_INTTYPES_H 1
206
207 /* Define to 1 if you have the `isascii' function. */
208 #define HAVE_ISASCII 1
209
210 /* Define to 1 if you have the `iswcntrl' function. */
211 #define HAVE_ISWCNTRL 1
212
213 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
214 /* #undef HAVE_LANGINFO_CODESET */
215
216 /* Define to 1 if you have the <locale.h> header file. */
217 #define HAVE_LOCALE_H 1
218
219 /* Define to 1 if the system has the type `long long int'. */
220 #define HAVE_LONG_LONG_INT 1
221
222 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
223 to 0 otherwise. */
224 #define HAVE_MALLOC 1
225
226 /* Define if the 'malloc' function is POSIX compliant. */
227 /* #undef HAVE_MALLOC_POSIX */
228
229 /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
230 #define HAVE_MBRTOWC 1
231
232 /* Define to 1 if you have the `mbsinit' function. */
233 #define HAVE_MBSINIT 1
234
235 /* Define to 1 if <wchar.h> declares mbstate_t. */
236 #define HAVE_MBSTATE_T 1
237
238 /* Define to 1 if you have the <memory.h> header file. */
239 #define HAVE_MEMORY_H 1
240
241 /* Define to 1 if libc includes obstacks. */
242 /* #undef HAVE_OBSTACK */
243
244 /* Define to 1 if you have the `pipe' function. */
245 #define HAVE_PIPE 1
246
247 /* Define to 1 if you have the `setlocale' function. */
248 #define HAVE_SETLOCALE 1
249
250 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
251 /* #undef HAVE_SIGNED_SIG_ATOMIC_T */
252
253 /* Define to 1 if 'wchar_t' is a signed integer type. */
254 /* #undef HAVE_SIGNED_WCHAR_T */
255
256 /* Define to 1 if 'wint_t' is a signed integer type. */
257 /* #undef HAVE_SIGNED_WINT_T */
258
259 /* Define to 1 if stdbool.h conforms to C99. */
260 #define HAVE_STDBOOL_H 1
261
262 /* Define to 1 if you have the <stdint.h> header file. */
263 #define HAVE_STDINT_H 1
264
265 /* Define to 1 if you have the <stdlib.h> header file. */
266 #define HAVE_STDLIB_H 1
267
268 /* Define to 1 if you have the `stpcpy' function. */
269 /* #undef HAVE_STPCPY */
270
271 /* Define to 1 if you have the `strerror_r' function. */
272 /* #undef HAVE_STRERROR_R */
273
274 /* Define to 1 if you have the <strings.h> header file. */
275 #define HAVE_STRINGS_H 1
276
277 /* Define to 1 if you have the <string.h> header file. */
278 #define HAVE_STRING_H 1
279
280 /* Define if you have the strndup() function and it works. */
281 /* #undef HAVE_STRNDUP */
282
283 /* Define to 1 if you have the `strtol' function. */
284 #define HAVE_STRTOL 1
285
286 /* Define to 1 if you have the `strtoul' function. */
287 #define HAVE_STRTOUL 1
288
289 /* Define to 1 if the system has the type `struct random_data'. */
290 /* #undef HAVE_STRUCT_RANDOM_DATA */
291
292 /* Define to 1 if the system has the type `struct tms'. */
293 /* #undef HAVE_STRUCT_TMS */
294
295 /* Define to 1 if you have the `strverscmp' function. */
296 /* #undef HAVE_STRVERSCMP */
297
298 /* Define to 1 if you have the <sys/bitypes.h> header file. */
299 /* #undef HAVE_SYS_BITYPES_H */
300
301 /* Define to 1 if you have the <sys/inttypes.h> header file. */
302 /* #undef HAVE_SYS_INTTYPES_H */
303
304 /* Define to 1 if you have the <sys/resource.h> header file. */
305 /* #undef HAVE_SYS_RESOURCE_H */
306
307 /* Define to 1 if you have the <sys/socket.h> header file. */
308 /* #undef HAVE_SYS_SOCKET_H */
309
310 /* Define to 1 if you have the <sys/stat.h> header file. */
311 #define HAVE_SYS_STAT_H 1
312
313 /* Define to 1 if you have the <sys/times.h> header file. */
314 /* #undef HAVE_SYS_TIMES_H */
315
316 /* Define to 1 if you have the <sys/time.h> header file. */
317 #define HAVE_SYS_TIME_H 1
318
319 /* Define to 1 if you have the <sys/types.h> header file. */
320 #define HAVE_SYS_TYPES_H 1
321
322 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
323 /* #undef HAVE_SYS_WAIT_H */
324
325 /* Define to 1 if you have the `times' function. */
326 /* #undef HAVE_TIMES */
327
328 /* Define to 1 if you have the <unistd.h> header file. */
329 #define HAVE_UNISTD_H 1
330
331 /* Define to 1 if you have the `unsetenv' function. */
332 /* #undef HAVE_UNSETENV */
333
334 /* Define to 1 if the system has the type `unsigned long long int'. */
335 #define HAVE_UNSIGNED_LONG_LONG_INT 1
336
337 /* Define to 1 if you have the `vfork' function. */
338 /* #undef HAVE_VFORK */
339
340 /* Define to 1 if you have the <vfork.h> header file. */
341 /* #undef HAVE_VFORK_H */
342
343 /* Define to 1 if you have the `waitpid' function. */
344 /* #undef HAVE_WAITPID */
345
346 /* Define to 1 if you have the <wchar.h> header file. */
347 #define HAVE_WCHAR_H 1
348
349 /* Define if you have the 'wchar_t' type. */
350 #define HAVE_WCHAR_T 1
351
352 /* Define to 1 if you have the <wctype.h> header file. */
353 #define HAVE_WCTYPE_H 1
354
355 /* Define to 1 if you have the `wcwidth' function. */
356 /* #undef HAVE_WCWIDTH */
357
358 /* Define to 1 if you have the <winsock2.h> header file. */
359 #define HAVE_WINSOCK2_H 1
360
361 /* Define if you have the 'wint_t' type. */
362 #define HAVE_WINT_T 1
363
364 /* Define to 1 if `fork' works. */
365 /* #undef HAVE_WORKING_FORK */
366
367 /* Define to 1 if `vfork' works. */
368 /* #undef HAVE_WORKING_VFORK */
369
370 /* Define to 1 if the system has the type `_Bool'. */
371 #define HAVE__BOOL 1
372
373 #if FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
374 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
375 #else
376 # define ISSLASH(C) ((C) == '/')
377 #endif
378
379 /* Define to the GNU M4 executable name. */
380 #define M4 "m4"
381
382 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
383 /* #undef NO_MINUS_C_MINUS_O */
384
385 /* Name of package */
386 #define PACKAGE "bison"
387
388 /* Define to the address where bug reports for this package should be sent. */
389 #define PACKAGE_BUGREPORT "bug-bison@gnu.org"
390
391 /* The copyright year for this package */
392 #define PACKAGE_COPYRIGHT_YEAR 2008
393
394 /* Define to the full name of this package. */
395 #define PACKAGE_NAME "GNU Bison"
396
397 /* Define to the full name and version of this package. */
398 #define PACKAGE_STRING "GNU Bison 2.4.1"
399
400 /* Define to the one symbol short name of this package. */
401 #define PACKAGE_TARNAME "bison"
402
403 /* Define to the version of this package. */
404 #define PACKAGE_VERSION "2.4.1"
405
406 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
407 /* #undef PRI_MACROS_BROKEN */
408
409 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
410 'ptrdiff_t'. */
411 /* #undef PTRDIFF_T_SUFFIX */
412
413 /* Define this to 1 if strerror is broken. */
414 #define REPLACE_STRERROR 1
415
416 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
417 'sig_atomic_t'. */
418 /* #undef SIG_ATOMIC_T_SUFFIX */
419
420 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
421 'size_t'. */
422 /* #undef SIZE_T_SUFFIX */
423
424 /* Define to 1 if you have the ANSI C header files. */
425 #define STDC_HEADERS 1
426
427 /* Define to 1 if strerror_r returns char *. */
428 /* #undef STRERROR_R_CHAR_P */
429
430 /* Define to 1 if you want getc etc. to use unlocked I/O if available.
431 Unlocked I/O can improve performance in unithreaded apps, but it is not
432 safe for multithreaded apps. */
433 #define USE_UNLOCKED_IO 1
434
435 /* Version number of package */
436 #define VERSION "2.4.1"
437
438 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
439 'wchar_t'. */
440 /* #undef WCHAR_T_SUFFIX */
441
442 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
443 'wint_t'. */
444 /* #undef WINT_T_SUFFIX */
445
446 /* Define if using the dmalloc debugging malloc package */
447 /* #undef WITH_DMALLOC */
448
449 /* Define to 1 to internationalize bison runtime messages. */
450 #define YYENABLE_NLS 1
451
452 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
453 `char[]'. */
454 /* #undef YYTEXT_POINTER */
455
456 /* Define to 1 if on MINIX. */
457 /* #undef _MINIX */
458
459 /* Define to 2 if the system does not provide POSIX.1 features except with
460 this defined. */
461 /* #undef _POSIX_1_SOURCE */
462
463 /* Define to 1 if you need to in order for `stat' and other things to work. */
464 /* #undef _POSIX_SOURCE */
465
466 /* Enable extensions on AIX 3, Interix. */
467 #ifndef _ALL_SOURCE
468 # define _ALL_SOURCE 1
469 #endif
470 /* Enable GNU extensions on systems that have them. */
471 #ifndef _GNU_SOURCE
472 # define _GNU_SOURCE 1
473 #endif
474 /* Enable threading extensions on Solaris. */
475 #ifndef _POSIX_PTHREAD_SEMANTICS
476 # define _POSIX_PTHREAD_SEMANTICS 1
477 #endif
478 /* Enable extensions on HP NonStop. */
479 #ifndef _TANDEM_SOURCE
480 # define _TANDEM_SOURCE 1
481 #endif
482 /* Enable general extensions on Solaris. */
483 #ifndef __EXTENSIONS__
484 # define __EXTENSIONS__ 1
485 #endif
486
487
488 /* Define to rpl_ if the getopt replacement functions and variables should be
489 used. */
490 /* #undef __GETOPT_PREFIX */
491
492 /* Ensure that <stdint.h> defines the limit macros, since gnulib's
493 <inttypes.h> relies on them. */
494 #if defined __cplusplus && !defined __STDC_LIMIT_MACROS && GL_TRIGGER_STDC_LIMIT _MACROS
495 # define __STDC_LIMIT_MACROS 1
496 #endif
497
498
499 /* Define to `__inline__' or `__inline' if that's what the C compiler
500 calls it, or to nothing if 'inline' is not supported under any name. */
501 #ifndef __cplusplus
502 /* #undef inline */
503 #endif
504
505 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
506 the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
507 earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
508 __APPLE__ && __MACH__ test for MacOS X.
509 __APPLE_CC__ tests for the Apple compiler and its version.
510 __STDC_VERSION__ tests for the C99 mode. */
511 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __ cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
512 # define __GNUC_STDC_INLINE__ 1
513 #endif
514
515 /* Define to 1 if the compiler is checking for lint. */
516 /* #undef lint */
517
518 /* Define to rpl_malloc if the replacement function should be used. */
519 /* #undef malloc */
520
521 /* Define to a type if <wchar.h> does not define. */
522 /* #undef mbstate_t */
523
524 /* Define to `int' if <sys/types.h> does not define. */
525 /* #undef pid_t */
526
527 /* Define to the equivalent of the C99 'restrict' keyword, or to
528 nothing if this is not supported. Do not define if restrict is
529 supported directly. */
530 #define restrict __restrict
531 /* Work around a bug in Sun C++: it does not support _Restrict, even
532 though the corresponding Sun C compiler does, which causes
533 "#define restrict _Restrict" in the previous line. Perhaps some future
534 version of Sun C++ will work with _Restrict; if so, it'll probably
535 define __RESTRICT, just as Sun C does. */
536 #if defined __SUNPRO_CC && !defined __RESTRICT
537 # define _Restrict
538 #endif
539
540 /* Define to rpl_strnlen if the replacement function should be used. */
541 #define strnlen rpl_strnlen
542
543 /* Define as a marker that can be attached to function parameter declarations
544 for parameters that are not used. This helps to reduce warnings, such as
545 from GCC -Wunused-parameter. */
546 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
547 # define _UNUSED_PARAMETER_ __attribute__ ((__unused__))
548 #else
549 # define _UNUSED_PARAMETER_
550 #endif
551
552
553 /* Define as `fork' if `vfork' does not work. */
554 #define vfork fork
555
556 #include "confsys.h"
OLDNEW
« no previous file with comments | « bison/src/bison/2.4.1/bison-2.4.1/lib/Makefile ('k') | bison/src/bison/2.4.1/bison-2.4.1/lib/stamp-h1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698