xref: /netbsd/external/bsd/byacc/include/config.h (revision 8c3e25f4)
1 /* config.h.  Generated automatically by configure.  */
2 /* config_h.in.  Generated automatically from configure.in by autoheader.  */
3 
4 /* Define to noreturn-attribute for gcc */
5 #define GCC_NORETURN __dead
6 
7 /* #undef GCC_PRINTF */
8 
9 /* Define to printf-attribute for gcc */
10 #define GCC_PRINTFLIKE(a, b) __printflike(a, b)
11 
12 /* Define to 1 if the compiler supports gcc-like scanf attribute. */
13 /* #undef GCC_SCANF */
14 
15 /* Define to sscanf-attribute for gcc */
16 #define GCC_SCANFLIKE(a, b) __scanflike(a, b)
17 
18 /* Define to unused-attribute for gcc */
19 #define GCC_UNUSED __unused
20 
21 /* Define if you have the <fcntl.h> header file. */
22 #define HAVE_FCNTL_H 1
23 
24 /* Define if you have the <inttypes.h> header file. */
25 #define HAVE_INTTYPES_H 1
26 
27 /* Define if you have the `dbmalloc' library (-ldbmalloc). */
28 /* #undef HAVE_LIBDBMALLOC */
29 
30 /* Define if you have the `dmalloc' library (-ldmalloc). */
31 /* #undef HAVE_LIBDMALLOC */
32 
33 /* Define if you have the <memory.h> header file. */
34 #define HAVE_MEMORY_H 1
35 
36 /* Define to 1 if mkstemp() is available and working. */
37 #define HAVE_MKSTEMP 1
38 
39 /* Define if you have the <stdint.h> header file. */
40 #define HAVE_STDINT_H 1
41 
42 /* Define if you have the <stdlib.h> header file. */
43 #define HAVE_STDLIB_H 1
44 
45 /* Define if you have the <strings.h> header file. */
46 #define HAVE_STRINGS_H 1
47 
48 /* Define if you have the <string.h> header file. */
49 #define HAVE_STRING_H 1
50 
51 /* Define if you have the <sys/stat.h> header file. */
52 #define HAVE_SYS_STAT_H 1
53 
54 /* Define if you have the <sys/types.h> header file. */
55 #define HAVE_SYS_TYPES_H 1
56 
57 /* Define if you have the <unistd.h> header file. */
58 #define HAVE_UNISTD_H 1
59 
60 /* Define if you have the `vsnprintf' function. */
61 #define HAVE_VSNPRINTF 1
62 
63 /* Define to maximum table size (default: 32500) */
64 /* #undef MAXTABLE */
65 
66 /* Define to 1 if filesystem supports mixed-case filenames. */
67 #define MIXEDCASE_FILENAMES 1
68 
69 /* Define to 1 if you want to perform memory-leak testing. */
70 /* #undef NO_LEAKS */
71 
72 /* Define if you have the ANSI C header files. */
73 #define STDC_HEADERS 1
74 
75 /* Define to the system name. */
76 #define SYSTEM_NAME "NetBSD"
77 
78 /* "Define to 1 if you want to use dbmalloc for testing." */
79 /* #undef USE_DBMALLOC */
80 
81 /* "Define to 1 if you want to use dmalloc for testing." */
82 /* #undef USE_DMALLOC */
83 
84 /* "Define to 1 if you want to use valgrind for testing." */
85 /* #undef USE_VALGRIND */
86 
87 /* Define to 1 to enable backtracking extension */
88 #define YYBTYACC 1
89 
90 /* Define to 1 if you want to perform memory-leak testing. */
91 /* #undef YY_NO_LEAKS */
92 
93 /* Define to `int' if <sys/types.h> does not define. */
94 /* #undef mode_t */
95