xref: /minix/external/bsd/byacc/include/config.h (revision 0a6a1f1d)
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 /* #undef GCC_NORETURN */
6 
7 /* Define to 1 if the compiler supports gcc-like printf attribute. */
8 /* #undef GCC_PRINTF */
9 
10 /* Define to printf-attribute for gcc */
11 #define GCC_PRINTFLIKE(a,b) __printflike(a,b)
12 
13 /* Define to 1 if the compiler supports gcc-like scanf attribute. */
14 /* #undef GCC_SCANF */
15 
16 /* Define to sscanf-attribute for gcc */
17 /* #undef GCC_SCANFLIKE */
18 
19 /* Define to unused-attribute for gcc */
20 /* #undef GCC_UNUSED */
21 
22 /* Define if you have the <fcntl.h> header file. */
23 #define HAVE_FCNTL_H 1
24 
25 /* Define if you have the `dbmalloc' library (-ldbmalloc). */
26 /* #undef HAVE_LIBDBMALLOC */
27 
28 /* Define if you have the `dmalloc' library (-ldmalloc). */
29 /* #undef HAVE_LIBDMALLOC */
30 
31 /* Define to 1 if mkstemp() is available and working. */
32 #define HAVE_MKSTEMP 1
33 
34 /* Define to 1 if vsnprintf() is available and working. */
35 #define HAVE_VSNPRINTF 1
36 
37 /* Define to maximum table size (default: 32500) */
38 /* #undef MAXTABLE */
39 
40 /* Define to 1 if filesystem supports mixed-case filenames. */
41 #define MIXEDCASE_FILENAMES 1
42 
43 /* Define to 1 if you want to perform memory-leak testing. */
44 /* #undef NO_LEAKS */
45 
46 /* Define to the system name. */
47 #define SYSTEM_NAME "minix"
48 
49 /* "Define to 1 if you want to use dbmalloc for testing." */
50 /* #undef USE_DBMALLOC */
51 
52 /* "Define to 1 if you want to use dmalloc for testing." */
53 /* #undef USE_DMALLOC */
54 
55 /* "Define to 1 if you want to use valgrind for testing." */
56 /* #undef USE_VALGRIND */
57 
58 /* Define to 1 to enable backtracking extension */
59 #define YYBTYACC 1
60 
61 /* Define to 1 if you want to perform memory-leak testing. */
62 /* #undef YY_NO_LEAKS */
63