xref: /dragonfly/usr.bin/yacc/config.h (revision f9993810)
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 <stdnoreturn.h> header is available and working */
56 /* #undef HAVE_STDNORETURN_H */
57 
58 /* Define if you have the <strings.h> header file. */
59 #define HAVE_STRINGS_H 1
60 
61 /* Define if you have the <string.h> header file. */
62 #define HAVE_STRING_H 1
63 
64 /* Define if you have the <sys/stat.h> header file. */
65 #define HAVE_SYS_STAT_H 1
66 
67 /* Define if you have the <sys/types.h> header file. */
68 #define HAVE_SYS_TYPES_H 1
69 
70 /* Define if you have the <unistd.h> header file. */
71 #define HAVE_UNISTD_H 1
72 
73 /* Define if you have the `vsnprintf' function. */
74 #define HAVE_VSNPRINTF 1
75 
76 /* Define to maximum table size (default: 32500) */
77 /* #undef MAXTABLE */
78 
79 /* Define to 1 if filesystem supports mixed-case filenames. */
80 #define MIXEDCASE_FILENAMES 1
81 
82 /* Define to 1 if we must include getopt.h */
83 /* #undef NEED_GETOPT_H */
84 
85 /* Define to 1 if you want to perform memory-leak testing. */
86 /* #undef NO_LEAKS */
87 
88 /* Define if you have the ANSI C header files. */
89 #define STDC_HEADERS 1
90 
91 /* Define if C11 _Noreturn keyword is supported */
92 /* #undef STDC_NORETURN */
93 
94 /* Define to the system name. */
95 #define SYSTEM_NAME "dragonfly6.3"
96 
97 /* "Define to 1 if you want to use dbmalloc for testing." */
98 /* #undef USE_DBMALLOC */
99 
100 /* "Define to 1 if you want to use dmalloc for testing." */
101 /* #undef USE_DMALLOC */
102 
103 /* "Define to 1 if you want to use valgrind for testing." */
104 /* #undef USE_VALGRIND */
105 
106 /* Define to 1 to enable backtracking extension */
107 #define YYBTYACC 1
108 
109 /* Define to 1 if you want to perform memory-leak testing. */
110 /* #undef YY_NO_LEAKS */
111 
112 /* Define to `int' if <sys/types.h> does not define. */
113 /* #undef mode_t */
114