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