]> git.saurik.com Git - bison.git/blob - config.hin
Since we now use obstacks, more % directives can be enabled.
[bison.git] / config.hin
1 /* config.hin. Generated automatically from configure.in by autoheader. */
2
3 /* Define if using alloca.c. */
4 #undef C_ALLOCA
5
6 /* Define to empty if the keyword does not work. */
7 #undef const
8
9 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
10 This function is required for alloca.c support on those systems. */
11 #undef CRAY_STACKSEG_END
12
13 /* Define if you have alloca, as a function or macro. */
14 #undef HAVE_ALLOCA
15
16 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
17 #undef HAVE_ALLOCA_H
18
19 /* Define if you have a working `mmap' system call. */
20 #undef HAVE_MMAP
21
22 /* Define as __inline if that's what the C compiler calls it. */
23 #undef inline
24
25 /* Define if on MINIX. */
26 #undef _MINIX
27
28 /* Define to `long' if <sys/types.h> doesn't define. */
29 #undef off_t
30
31 /* Define if the system does not provide POSIX.1 features except
32 with this defined. */
33 #undef _POSIX_1_SOURCE
34
35 /* Define if you need to in order for stat and other things to work. */
36 #undef _POSIX_SOURCE
37
38 /* Define to `unsigned' if <sys/types.h> doesn't define. */
39 #undef size_t
40
41 /* If using the C implementation of alloca, define if you know the
42 direction of stack growth for your system; otherwise it will be
43 automatically deduced at run-time.
44 STACK_DIRECTION > 0 => grows toward higher addresses
45 STACK_DIRECTION < 0 => grows toward lower addresses
46 STACK_DIRECTION = 0 => direction of growth unknown
47 */
48 #undef STACK_DIRECTION
49
50 /* Define if you have the ANSI C header files. */
51 #undef STDC_HEADERS
52
53 /* Define if you have the __argz_count function. */
54 #undef HAVE___ARGZ_COUNT
55
56 /* Define if you have the __argz_next function. */
57 #undef HAVE___ARGZ_NEXT
58
59 /* Define if you have the __argz_stringify function. */
60 #undef HAVE___ARGZ_STRINGIFY
61
62 /* Define if you have the dcgettext function. */
63 #undef HAVE_DCGETTEXT
64
65 /* Define if you have the doprnt function. */
66 #undef HAVE_DOPRNT
67
68 /* Define if you have the getcwd function. */
69 #undef HAVE_GETCWD
70
71 /* Define if you have the getpagesize function. */
72 #undef HAVE_GETPAGESIZE
73
74 /* Define if you have the isascii function. */
75 #undef HAVE_ISASCII
76
77 /* Define if you have the iswprint function. */
78 #undef HAVE_ISWPRINT
79
80 /* Define if you have the mbrtowc function. */
81 #undef HAVE_MBRTOWC
82
83 /* Define if you have the mkstemp function. */
84 #undef HAVE_MKSTEMP
85
86 /* Define if you have the munmap function. */
87 #undef HAVE_MUNMAP
88
89 /* Define if you have the putenv function. */
90 #undef HAVE_PUTENV
91
92 /* Define if you have the setenv function. */
93 #undef HAVE_SETENV
94
95 /* Define if you have the setlocale function. */
96 #undef HAVE_SETLOCALE
97
98 /* Define if you have the stpcpy function. */
99 #undef HAVE_STPCPY
100
101 /* Define if you have the strcasecmp function. */
102 #undef HAVE_STRCASECMP
103
104 /* Define if you have the strchr function. */
105 #undef HAVE_STRCHR
106
107 /* Define if you have the strdup function. */
108 #undef HAVE_STRDUP
109
110 /* Define if you have the strerror function. */
111 #undef HAVE_STRERROR
112
113 /* Define if you have the strerror_r function. */
114 #undef HAVE_STRERROR_R
115
116 /* Define if you have the vprintf function. */
117 #undef HAVE_VPRINTF
118
119 /* Define if you have the <argz.h> header file. */
120 #undef HAVE_ARGZ_H
121
122 /* Define if you have the <ctype.h> header file. */
123 #undef HAVE_CTYPE_H
124
125 /* Define if you have the <limits.h> header file. */
126 #undef HAVE_LIMITS_H
127
128 /* Define if you have the <locale.h> header file. */
129 #undef HAVE_LOCALE_H
130
131 /* Define if you have the <malloc.h> header file. */
132 #undef HAVE_MALLOC_H
133
134 /* Define if you have the <memory.h> header file. */
135 #undef HAVE_MEMORY_H
136
137 /* Define if you have the <nl_types.h> header file. */
138 #undef HAVE_NL_TYPES_H
139
140 /* Define if you have the <stdlib.h> header file. */
141 #undef HAVE_STDLIB_H
142
143 /* Define if you have the <string.h> header file. */
144 #undef HAVE_STRING_H
145
146 /* Define if you have the <sys/param.h> header file. */
147 #undef HAVE_SYS_PARAM_H
148
149 /* Define if you have the <unistd.h> header file. */
150 #undef HAVE_UNISTD_H
151
152 /* Define if you have the <wchar.h> header file. */
153 #undef HAVE_WCHAR_H
154
155 /* Define if you have the <wctype.h> header file. */
156 #undef HAVE_WCTYPE_H
157
158 /* Define if you have the i library (-li). */
159 #undef HAVE_LIBI
160
161 /* Define if you have the intl library (-lintl). */
162 #undef HAVE_LIBINTL
163
164 /* Name of package */
165 #undef PACKAGE
166
167 /* Version number of package */
168 #undef VERSION
169
170 /* Define to 1 for GNU C library extensions. */
171 #undef _GNU_SOURCE
172
173 /* Define if compiler has function prototypes */
174 #undef PROTOTYPES
175
176 /* Define if the malloc check has been performed. */
177 #undef HAVE_DONE_WORKING_MALLOC_CHECK
178
179 /* Define to rpl_malloc if the replacement function should be used. */
180 #undef malloc
181
182 /* Define if the realloc check has been performed. */
183 #undef HAVE_DONE_WORKING_REALLOC_CHECK
184
185 /* Define to rpl_realloc if the replacement function should be used. */
186 #undef realloc
187
188 /* Define if backslash-a works in C strings. */
189 #undef HAVE_C_BACKSLASH_A
190
191 /* Define to a type if <wchar.h> does not define. */
192 #undef mbstate_t
193
194 /* Define if compiler has function prototypes */
195 #undef PROTOTYPES
196
197 /* Define to 1 if you have the `stpcpy' function. */
198 #undef HAVE_STPCPY
199
200 /* Define if your locale.h file contains LC_MESSAGES. */
201 #undef HAVE_LC_MESSAGES
202
203 /* Define to 1 if NLS is requested. */
204 #undef ENABLE_NLS
205
206 /* Define to 1 if you have gettext and don't want to use GNU gettext. */
207 #undef HAVE_GETTEXT
208
209 /* Define as 1 if you have `catgets' and don't want to use GNU gettext. */
210 #undef HAVE_CATGETS
211