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