xref: /dragonfly/usr.bin/yacc/config.h (revision 5dade8cf)
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 #define GCC_NORETURN __attribute__((noreturn))
6 
7 /* Define to 1 if the compiler supports gcc-like printf attribute. */
8 #define GCC_PRINTF 1
9 
10 /* Define to printf-attribute for gcc */
11 #define GCC_PRINTFLIKE(fmt,var) __attribute__((format(printf,fmt,var)))
12 
13 /* Define to 1 if the compiler supports gcc-like scanf attribute. */
14 #define GCC_SCANF 1
15 
16 /* Define to sscanf-attribute for gcc */
17 #define GCC_SCANFLIKE(fmt,var) __attribute__((format(scanf,fmt,var)))
18 
19 /* Define to unused-attribute for gcc */
20 #define GCC_UNUSED __attribute__((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 "dragonfly5.9"
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 /* #undef YYBTYACC */
60 
61 /* Define to 1 if you want to perform memory-leak testing. */
62 /* #undef YY_NO_LEAKS */
63