1 /* config.h. Generated automatically by configure. */
2 /* config_h.in. Generated automatically from configure.in by autoheader. */
4 /* Define to noreturn-attribute for gcc */
5 /* #undef GCC_NORETURN */
7 /* Define to 1 if the compiler supports gcc-like printf attribute. */
8 /* #undef GCC_PRINTF */
10 /* Define to printf-attribute for gcc */
11 #define GCC_PRINTFLIKE(a,b) __printflike(a,b)
13 /* Define to 1 if the compiler supports gcc-like scanf attribute. */
14 /* #undef GCC_SCANF */
16 /* Define to sscanf-attribute for gcc */
17 /* #undef GCC_SCANFLIKE */
19 /* Define to unused-attribute for gcc */
20 /* #undef GCC_UNUSED */
22 /* Define if you have the <fcntl.h> header file. */
23 #define HAVE_FCNTL_H 1
25 /* Define if you have the `dbmalloc' library (-ldbmalloc). */
26 /* #undef HAVE_LIBDBMALLOC */
28 /* Define if you have the `dmalloc' library (-ldmalloc). */
29 /* #undef HAVE_LIBDMALLOC */
31 /* Define to 1 if mkstemp() is available and working. */
32 #define HAVE_MKSTEMP 1
34 /* Define to 1 if vsnprintf() is available and working. */
35 #define HAVE_VSNPRINTF 1
37 /* Define to maximum table size (default: 32500) */
40 /* Define to 1 if filesystem supports mixed-case filenames. */
41 #define MIXEDCASE_FILENAMES 1
43 /* Define to 1 if you want to perform memory-leak testing. */
46 /* Define to the system name. */
47 #define SYSTEM_NAME "minix"
49 /* "Define to 1 if you want to use dbmalloc for testing." */
50 /* #undef USE_DBMALLOC */
52 /* "Define to 1 if you want to use dmalloc for testing." */
53 /* #undef USE_DMALLOC */
55 /* "Define to 1 if you want to use valgrind for testing." */
56 /* #undef USE_VALGRIND */
58 /* Define to 1 to enable backtracking extension */
61 /* Define to 1 if you want to perform memory-leak testing. */
62 /* #undef YY_NO_LEAKS */