xref: /minix/external/bsd/byacc/include/config.h (revision 84d9c625)
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 /* #undef GCC_PRINTFLIKE */
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 filesystem supports mixed-case filenames. */
35 #define MIXEDCASE_FILENAMES 1
36 
37 /* Define to 1 if you want to perform memory-leak testing. */
38 /* #undef NO_LEAKS */
39 
40 /* Define to the system name. */
41 #define SYSTEM_NAME "minix"
42 
43 /* "Define to 1 if you want to use dbmalloc for testing." */
44 /* #undef USE_DBMALLOC */
45 
46 /* "Define to 1 if you want to use dmalloc for testing." */
47 /* #undef USE_DMALLOC */
48 
49 /* "Define to 1 if you want to use valgrind for testing." */
50 /* #undef USE_VALGRIND */
51 
52 /* Define to 1 if you want to perform memory-leak testing. */
53 /* #undef YY_NO_LEAKS */
54