xref: /freebsd/contrib/byacc/config_h.in (revision 991554f2c46fdbc7e9acbf87fc8da089618c3a19)
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 `dbmalloc' library (-ldbmalloc). */
25#undef HAVE_LIBDBMALLOC
26
27/* Define if you have the `dmalloc' library (-ldmalloc). */
28#undef HAVE_LIBDMALLOC
29
30/* Define to 1 if mkstemp() is available and working. */
31#undef HAVE_MKSTEMP
32
33/* Define to maximum table size (default: 32500) */
34#undef MAXTABLE
35
36/* Define to 1 if filesystem supports mixed-case filenames. */
37#undef MIXEDCASE_FILENAMES
38
39/* Define to 1 if you want to perform memory-leak testing. */
40#undef NO_LEAKS
41
42/* Define to the system name. */
43#undef SYSTEM_NAME
44
45/* "Define to 1 if you want to use dbmalloc for testing." */
46#undef USE_DBMALLOC
47
48/* "Define to 1 if you want to use dmalloc for testing." */
49#undef USE_DMALLOC
50
51/* "Define to 1 if you want to use valgrind for testing." */
52#undef USE_VALGRIND
53
54/* Define to 1 to enable backtracking extension */
55#undef YYBTYACC
56
57/* Define to 1 if you want to perform memory-leak testing. */
58#undef YY_NO_LEAKS
59