xref: /netbsd-src/external/bsd/tre/include/config.h (revision 8da3505fc44c9633068760c91905a98499e3126d)
1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3 
4 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
5    systems. This function is required for `alloca.c' support on those systems.
6    */
7 /* #undef CRAY_STACKSEG_END */
8 
9 /* Define to 1 if using `alloca.c'. */
10 /* #undef C_ALLOCA */
11 
12 /* Define to 1 if translation of program messages to the user's native
13    language is requested. */
14 /* #undef ENABLE_NLS */
15 
16 /* Define to 1 if you have `alloca', as a function or macro. */
17 /* #undef HAVE_ALLOCA */
18 
19 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
20    */
21 /* #undef HAVE_ALLOCA_H */
22 
23 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
24    CoreFoundation framework. */
25 /* #undef HAVE_CFLOCALECOPYCURRENT */
26 
27 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
28    the CoreFoundation framework. */
29 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
30 
31 /* Define if the GNU dcgettext() function is already present or preinstalled.
32    */
33 /* #undef HAVE_DCGETTEXT */
34 
35 /* Define to 1 if you have the <dlfcn.h> header file. */
36 #define HAVE_DLFCN_H 1
37 
38 /* Define to 1 if you have the <getopt.h> header file. */
39 #define HAVE_GETOPT_H 1
40 
41 /* Define to 1 if you have the `getopt_long' function. */
42 #define HAVE_GETOPT_LONG 1
43 
44 /* Define if the GNU gettext() function is already present or preinstalled. */
45 /* #undef HAVE_GETTEXT */
46 
47 /* Define if you have the iconv() function and it works. */
48 #define HAVE_ICONV 1
49 
50 /* Define to 1 if you have the <inttypes.h> header file. */
51 /* #undef HAVE_INTTYPES_H */
52 
53 /* Define to 1 if you have the `isascii' function. */
54 #define HAVE_ISASCII 1
55 
56 /* Define to 1 if you have the `isblank' function. */
57 #define HAVE_ISBLANK 1
58 
59 /* Define to 1 if you have the `iswascii' function or macro. */
60 /* #undef HAVE_ISWASCII */
61 
62 /* Define to 1 if you have the `iswblank' function or macro. */
63 #define HAVE_ISWBLANK 1
64 
65 /* Define to 1 if you have the `iswctype' function or macro. */
66 #define HAVE_ISWCTYPE 1
67 
68 /* Define to 1 if you have the `iswlower' function or macro. */
69 #define HAVE_ISWLOWER 1
70 
71 /* Define to 1 if you have the `iswupper' function or macro. */
72 #define HAVE_ISWUPPER 1
73 
74 /* Define to 1 if you have the <libutf8.h> header file. */
75 /* #undef HAVE_LIBUTF8_H */
76 
77 /* Define to 1 if you have the `mbrtowc' function or macro. */
78 #define HAVE_MBRTOWC 1
79 
80 /* Define to 1 if the system has the type `mbstate_t'. */
81 #define HAVE_MBSTATE_T 1
82 
83 /* Define to 1 if you have the `mbtowc' function or macro. */
84 /* #undef HAVE_MBTOWC */
85 
86 /* Define to 1 if you have the <memory.h> header file. */
87 /* #undef HAVE_MEMORY_H */
88 
89 /* Define to 1 if you have the <regex.h> header file. */
90 /* #undef HAVE_REGEX_H */
91 
92 /* Define to 1 if the system has the type `reg_errcode_t'. */
93 /* #undef HAVE_REG_ERRCODE_T */
94 
95 /* Define to 1 if you have the <stdint.h> header file. */
96 /* #undef HAVE_STDINT_H */
97 
98 /* Define to 1 if you have the <stdlib.h> header file. */
99 /* #undef HAVE_STDLIB_H */
100 
101 /* Define to 1 if you have the <strings.h> header file. */
102 /* #undef HAVE_STRINGS_H */
103 
104 /* Define to 1 if you have the <string.h> header file. */
105 /* #undef HAVE_STRING_H */
106 
107 /* Define to 1 if you have the <sys/stat.h> header file. */
108 /* #undef HAVE_SYS_STAT_H */
109 
110 /* Define to 1 if you have the <sys/types.h> header file. */
111 /* #undef HAVE_SYS_TYPES_H */
112 
113 /* Define to 1 if you have the `towlower' function or macro. */
114 #define HAVE_TOWLOWER 1
115 
116 /* Define to 1 if you have the `towupper' function or macro. */
117 #define HAVE_TOWUPPER 1
118 
119 /* Define to 1 if you have the <unistd.h> header file. */
120 /* #undef HAVE_UNISTD_H */
121 
122 /* Define to 1 if you have the <wchar.h> header file. */
123 #define HAVE_WCHAR_H 1
124 
125 /* Define to 1 if the system has the type `wchar_t'. */
126 #define HAVE_WCHAR_T 1
127 
128 /* Define to 1 if you have the `wcschr' function or macro. */
129 #define HAVE_WCSCHR 1
130 
131 /* Define to 1 if you have the `wcscpy' function or macro. */
132 #define HAVE_WCSCPY 1
133 
134 /* Define to 1 if you have the `wcslen' function or macro. */
135 #define HAVE_WCSLEN 1
136 
137 /* Define to 1 if you have the `wcsncpy' function or macro. */
138 #define HAVE_WCSNCPY 1
139 
140 /* Define to 1 if you have the `wcsrtombs' function or macro. */
141 #define HAVE_WCSRTOMBS 1
142 
143 /* Define to 1 if you have the `wcstombs' function or macro. */
144 /* #undef HAVE_WCSTOMBS */
145 
146 /* Define to 1 if you have the `wctype' function or macro. */
147 #define HAVE_WCTYPE 1
148 
149 /* Define to 1 if you have the <wctype.h> header file. */
150 #define HAVE_WCTYPE_H 1
151 
152 /* Define to 1 if the system has the type `wint_t'. */
153 #define HAVE_WINT_T 1
154 
155 /* Define to the sub-directory where libtool stores uninstalled libraries. */
156 #define LT_OBJDIR ".libs/"
157 
158 /* Define if you want to disable debug assertions. */
159 #define NDEBUG 1
160 
161 /* Name of package */
162 #define PACKAGE "tre"
163 
164 /* Define to the address where bug reports for this package should be sent. */
165 #define PACKAGE_BUGREPORT ""
166 
167 /* Define to the full name of this package. */
168 #define PACKAGE_NAME "TRE"
169 
170 /* Define to the full name and version of this package. */
171 #define PACKAGE_STRING "TRE 0.8.0"
172 
173 /* Define to the one symbol short name of this package. */
174 #define PACKAGE_TARNAME "tre"
175 
176 /* Define to the home page for this package. */
177 #define PACKAGE_URL ""
178 
179 /* Define to the version of this package. */
180 #define PACKAGE_VERSION "0.8.0"
181 
182 /* If using the C implementation of alloca, define if you know the
183    direction of stack growth for your system; otherwise it will be
184    automatically deduced at runtime.
185 	STACK_DIRECTION > 0 => grows toward higher addresses
186 	STACK_DIRECTION < 0 => grows toward lower addresses
187 	STACK_DIRECTION = 0 => direction of growth unknown */
188 /* #undef STACK_DIRECTION */
189 
190 /* Define to 1 if you have the ANSI C header files. */
191 #define STDC_HEADERS 1
192 
193 /* Define if you want to enable approximate matching functionality. */
194 #define TRE_APPROX 1
195 
196 /* Define if you want TRE to print debug messages to stdout. */
197 /* #undef TRE_DEBUG */
198 
199 /* Define to enable multibyte character set support. */
200 #define TRE_MULTIBYTE 1
201 
202 /* Define to a field in the regex_t struct where TRE should store a pointer to
203    the internal tre_tnfa_t structure */
204 #ifndef TRE_REGEX_T_FIELD
205 #define TRE_REGEX_T_FIELD value
206 #endif
207 
208 /* Define to the absolute path to the system regex.h */
209 /* #undef TRE_SYSTEM_REGEX_H_PATH */
210 
211 /* Define if you want TRE to use alloca() instead of malloc() when allocating
212    memory needed for regexec operations. */
213 /* #undef TRE_USE_ALLOCA */
214 
215 /* Define to include the system regex.h from TRE regex.h */
216 /* #undef TRE_USE_SYSTEM_REGEX_H */
217 
218 /* TRE version string. */
219 #define TRE_VERSION "0.8.0"
220 
221 /* TRE version level 1. */
222 #define TRE_VERSION_1 0
223 
224 /* TRE version level 2. */
225 #define TRE_VERSION_2 8
226 
227 /* TRE version level 3. */
228 #define TRE_VERSION_3 0
229 
230 /* Define to enable wide character (wchar_t) support. */
231 #define TRE_WCHAR 1
232 
233 /* Version number of package */
234 #define VERSION "0.8.0"
235 
236 /* Define to the maximum value of wchar_t if not already defined elsewhere */
237 /* #undef WCHAR_MAX */
238 
239 /* Define if wchar_t is signed */
240 /* #undef WCHAR_T_SIGNED */
241 
242 /* Define if wchar_t is unsigned */
243 /* #undef WCHAR_T_UNSIGNED */
244 
245 /* Enable large inode numbers on Mac OS X 10.5.  */
246 #ifndef _DARWIN_USE_64_BIT_INODE
247 # define _DARWIN_USE_64_BIT_INODE 1
248 #endif
249 
250 /* Number of bits in a file offset, on hosts where this is settable. */
251 /* #undef _FILE_OFFSET_BITS */
252 
253 /* Define to enable GNU extensions in glibc */
254 #define _GNU_SOURCE 1
255 
256 /* Define for large files, on AIX-style hosts. */
257 /* #undef _LARGE_FILES */
258 
259 /* Define on IRIX */
260 /* #undef _REGCOMP_INTERNAL */
261 
262 /* Define to empty if `const' does not conform to ANSI C. */
263 /* #undef const */
264 
265 /* Define to `__inline__' or `__inline' if that's what the C compiler
266    calls it, or to nothing if 'inline' is not supported under any name.  */
267 #ifndef __cplusplus
268 /* #undef inline */
269 #endif
270 
271 /* Define to `unsigned int' if <sys/types.h> does not define. */
272 /* #undef size_t */
273