xref: /netbsd-src/external/bsd/byacc/include/config.h (revision 3d8f5b8dd9f188f856affd984b68f2960ff20d65)
1b8a7a0e2Schristos /* config.h.  Generated automatically by configure.  */
2c8b0dbc8Schristos /* config_h.in.  Generated automatically from configure.in by autoheader.  */
3b8a7a0e2Schristos 
4c8b0dbc8Schristos /* Define to noreturn-attribute for gcc */
5caea1f9aSchristos #define GCC_NORETURN __dead
6c8b0dbc8Schristos 
7c8b0dbc8Schristos /* #undef GCC_PRINTF */
8c8b0dbc8Schristos 
9c8b0dbc8Schristos /* Define to printf-attribute for gcc */
10e0e6683dSjoerg #define GCC_PRINTFLIKE(a, b) __printflike(a, b)
11c8b0dbc8Schristos 
12c8b0dbc8Schristos /* Define to 1 if the compiler supports gcc-like scanf attribute. */
13c8b0dbc8Schristos /* #undef GCC_SCANF */
14c8b0dbc8Schristos 
15c8b0dbc8Schristos /* Define to sscanf-attribute for gcc */
16caea1f9aSchristos #define GCC_SCANFLIKE(a, b) __scanflike(a, b)
17c8b0dbc8Schristos 
18c8b0dbc8Schristos /* Define to unused-attribute for gcc */
19caea1f9aSchristos #define GCC_UNUSED __unused
20c8b0dbc8Schristos 
21c8b0dbc8Schristos /* Define if you have the <fcntl.h> header file. */
22cbb5c84aSchristos #define HAVE_FCNTL_H 1
23c8b0dbc8Schristos 
24*3d8f5b8dSchristos /* Define if you have the `getopt' function. */
25*3d8f5b8dSchristos #define HAVE_GETOPT 1
26*3d8f5b8dSchristos 
27*3d8f5b8dSchristos /* Define if you have the <getopt.h> header file. */
28*3d8f5b8dSchristos #define HAVE_GETOPT_H 1
29*3d8f5b8dSchristos 
30*3d8f5b8dSchristos /* Define to 1 if getopt variables are declared in header */
31*3d8f5b8dSchristos #define HAVE_GETOPT_HEADER 1
32*3d8f5b8dSchristos 
33caea1f9aSchristos /* Define if you have the <inttypes.h> header file. */
34caea1f9aSchristos #define HAVE_INTTYPES_H 1
35caea1f9aSchristos 
36c8b0dbc8Schristos /* Define if you have the `dbmalloc' library (-ldbmalloc). */
37c8b0dbc8Schristos /* #undef HAVE_LIBDBMALLOC */
38c8b0dbc8Schristos 
39c8b0dbc8Schristos /* Define if you have the `dmalloc' library (-ldmalloc). */
40c8b0dbc8Schristos /* #undef HAVE_LIBDMALLOC */
41c8b0dbc8Schristos 
42caea1f9aSchristos /* Define if you have the <memory.h> header file. */
43caea1f9aSchristos #define HAVE_MEMORY_H 1
44caea1f9aSchristos 
45c8b0dbc8Schristos /* Define to 1 if mkstemp() is available and working. */
46cbb5c84aSchristos #define HAVE_MKSTEMP 1
47c8b0dbc8Schristos 
48caea1f9aSchristos /* Define if you have the <stdint.h> header file. */
49caea1f9aSchristos #define HAVE_STDINT_H 1
50caea1f9aSchristos 
51caea1f9aSchristos /* Define if you have the <stdlib.h> header file. */
52caea1f9aSchristos #define HAVE_STDLIB_H 1
53caea1f9aSchristos 
54*3d8f5b8dSchristos /* Define if <stdnoreturn.h> header is available and working */
55*3d8f5b8dSchristos /* #undef HAVE_STDNORETURN_H */
56*3d8f5b8dSchristos 
57caea1f9aSchristos /* Define if you have the <strings.h> header file. */
58caea1f9aSchristos #define HAVE_STRINGS_H 1
59caea1f9aSchristos 
60caea1f9aSchristos /* Define if you have the <string.h> header file. */
61caea1f9aSchristos #define HAVE_STRING_H 1
62caea1f9aSchristos 
63caea1f9aSchristos /* Define if you have the <sys/stat.h> header file. */
64caea1f9aSchristos #define HAVE_SYS_STAT_H 1
65caea1f9aSchristos 
66caea1f9aSchristos /* Define if you have the <sys/types.h> header file. */
67caea1f9aSchristos #define HAVE_SYS_TYPES_H 1
68caea1f9aSchristos 
69caea1f9aSchristos /* Define if you have the <unistd.h> header file. */
70caea1f9aSchristos #define HAVE_UNISTD_H 1
71caea1f9aSchristos 
72caea1f9aSchristos /* Define if you have the `vsnprintf' function. */
732499986bSchristos #define HAVE_VSNPRINTF 1
742499986bSchristos 
752499986bSchristos /* Define to maximum table size (default: 32500) */
762499986bSchristos /* #undef MAXTABLE */
772499986bSchristos 
78c8b0dbc8Schristos /* Define to 1 if filesystem supports mixed-case filenames. */
79c8b0dbc8Schristos #define MIXEDCASE_FILENAMES 1
80c8b0dbc8Schristos 
81*3d8f5b8dSchristos /* Define to 1 if we must include getopt.h */
82*3d8f5b8dSchristos /* #undef NEED_GETOPT_H */
83*3d8f5b8dSchristos 
84c8b0dbc8Schristos /* Define to 1 if you want to perform memory-leak testing. */
85c8b0dbc8Schristos /* #undef NO_LEAKS */
86c8b0dbc8Schristos 
87caea1f9aSchristos /* Define if you have the ANSI C header files. */
88caea1f9aSchristos #define STDC_HEADERS 1
89caea1f9aSchristos 
90*3d8f5b8dSchristos /* Define if C11 _Noreturn keyword is supported */
91*3d8f5b8dSchristos /* #undef STDC_NORETURN */
92*3d8f5b8dSchristos 
93c8b0dbc8Schristos /* Define to the system name. */
942499986bSchristos #define SYSTEM_NAME "NetBSD"
95c8b0dbc8Schristos 
96c8b0dbc8Schristos /* "Define to 1 if you want to use dbmalloc for testing." */
97c8b0dbc8Schristos /* #undef USE_DBMALLOC */
98c8b0dbc8Schristos 
99c8b0dbc8Schristos /* "Define to 1 if you want to use dmalloc for testing." */
100c8b0dbc8Schristos /* #undef USE_DMALLOC */
101c8b0dbc8Schristos 
102c8b0dbc8Schristos /* "Define to 1 if you want to use valgrind for testing." */
103c8b0dbc8Schristos /* #undef USE_VALGRIND */
104c8b0dbc8Schristos 
1052499986bSchristos /* Define to 1 to enable backtracking extension */
1061e2ebaf6Schristos #define YYBTYACC 1
1072499986bSchristos 
108c8b0dbc8Schristos /* Define to 1 if you want to perform memory-leak testing. */
109c8b0dbc8Schristos /* #undef YY_NO_LEAKS */
110caea1f9aSchristos 
111caea1f9aSchristos /* Define to `int' if <sys/types.h> does not define. */
112caea1f9aSchristos /* #undef mode_t */
113