xref: /dragonfly/usr.bin/yacc/config.h (revision a4da4a90)
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 `getopt' function. */
26 #define HAVE_GETOPT 1
27 
28 /* Define if you have the <getopt.h> header file. */
29 #define HAVE_GETOPT_H 1
30 
31 /* Define to 1 if getopt variables are declared in header */
32 #define HAVE_GETOPT_HEADER 1
33 
34 /* Define if you have the <inttypes.h> header file. */
35 #define HAVE_INTTYPES_H 1
36 
37 /* Define if you have the `dbmalloc' library (-ldbmalloc). */
38 /* #undef HAVE_LIBDBMALLOC */
39 
40 /* Define if you have the `dmalloc' library (-ldmalloc). */
41 /* #undef HAVE_LIBDMALLOC */
42 
43 /* Define if you have the <memory.h> header file. */
44 #define HAVE_MEMORY_H 1
45 
46 /* Define to 1 if mkstemp() is available and working. */
47 #define HAVE_MKSTEMP 1
48 
49 /* Define if you have the <stdint.h> header file. */
50 #define HAVE_STDINT_H 1
51 
52 /* Define if you have the <stdlib.h> header file. */
53 #define HAVE_STDLIB_H 1
54 
55 /* Define if you have the <strings.h> header file. */
56 #define HAVE_STRINGS_H 1
57 
58 /* Define if you have the <string.h> header file. */
59 #define HAVE_STRING_H 1
60 
61 /* Define if you have the <sys/stat.h> header file. */
62 #define HAVE_SYS_STAT_H 1
63 
64 /* Define if you have the <sys/types.h> header file. */
65 #define HAVE_SYS_TYPES_H 1
66 
67 /* Define if you have the <unistd.h> header file. */
68 #define HAVE_UNISTD_H 1
69 
70 /* Define if you have the `vsnprintf' function. */
71 #define HAVE_VSNPRINTF 1
72 
73 /* Define to maximum table size (default: 32500) */
74 /* #undef MAXTABLE */
75 
76 /* Define to 1 if filesystem supports mixed-case filenames. */
77 #define MIXEDCASE_FILENAMES 1
78 
79 /* Define to 1 if we must include getopt.h */
80 /* #undef NEED_GETOPT_H */
81 
82 /* Define to 1 if you want to perform memory-leak testing. */
83 /* #undef NO_LEAKS */
84 
85 /* Define if you have the ANSI C header files. */
86 #define STDC_HEADERS 1
87 
88 /* Define to the system name. */
89 #define SYSTEM_NAME "dragonfly5.9"
90 
91 /* "Define to 1 if you want to use dbmalloc for testing." */
92 /* #undef USE_DBMALLOC */
93 
94 /* "Define to 1 if you want to use dmalloc for testing." */
95 /* #undef USE_DMALLOC */
96 
97 /* "Define to 1 if you want to use valgrind for testing." */
98 /* #undef USE_VALGRIND */
99 
100 /* Define to 1 to enable backtracking extension */
101 /* #undef YYBTYACC */
102 
103 /* Define to 1 if you want to perform memory-leak testing. */
104 /* #undef YY_NO_LEAKS */
105 
106 /* Define to `int' if <sys/types.h> does not define. */
107 /* #undef mode_t */
108