xref: /netbsd-src/external/bsd/tre/dist/win32/config.h (revision 63d4abf06d37aace2f9e41a494102a64fe3abddb)
1 /* config.h for Windows. */
2 
3 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
4    systems. This function is required for `alloca.c' support on those systems.
5 */
6 /* #undef CRAY_STACKSEG_END */
7 
8 /* Define to 1 if using `alloca.c'. */
9 /* #undef C_ALLOCA */
10 
11 /* Define to 1 if translation of program messages to the user's native
12    language is requested. */
13 /* #undef ENABLE_NLS */
14 
15 /* Define to 1 if you have `alloca', as a function or macro. */
16 #define HAVE_ALLOCA 1
17 
18 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
19    */
20 /* #undef HAVE_ALLOCA_H */
21 
22 /* Define to 1 if you have <malloc.h> and it should be used. */
23 #define HAVE_MALLOC_H 1
24 
25 /* Define if the GNU dcgettext() function is already present or preinstalled.
26    */
27 /* #undef HAVE_DCGETTEXT */
28 
29 /* Define to 1 if you have the <dlfcn.h> header file. */
30 #undef HAVE_DLFCN_H
31 
32 /* Define to 1 if you have the <getopt.h> header file. */
33 #define HAVE_GETOPT_H 1
34 
35 /* Define to 1 if you have the `getopt_long' function. */
36 #define HAVE_GETOPT_LONG 1
37 
38 /* Define if the GNU gettext() function is already present or preinstalled. */
39 #undef HAVE_GETTEXT
40 
41 /* Define if you have the iconv() function. */
42 #undef HAVE_ICONV
43 
44 /* Define to 1 if you have the <inttypes.h> header file. */
45 #undef HAVE_INTTYPES_H
46 
47 /* Define to 1 if you have the `isascii' function. */
48 #define HAVE_ISASCII 1
49 
50 /* Define to 1 if you have the `isblank' function. */
51 /* #undef HAVE_ISBLANK */
52 
53 /* Define to 1 if you have the `iswctype' function. */
54 #define HAVE_ISWCTYPE 1
55 
56 /* Define to 1 if you have the `iswlower' function. */
57 #define HAVE_ISWLOWER 1
58 
59 /* Define to 1 if you have the `iswupper' function. */
60 #define HAVE_ISWUPPER 1
61 
62 /* Define to 1 if you have the `mbrtowc' function. */
63 #define HAVE_MBRTOWC 1
64 
65 /* Define to 1 if the system has the type `mbstate_t'. */
66 #define HAVE_MBSTATE_T 1
67 
68 /* Define to 1 if you have the `mbtowc' function. */
69 #define HAVE_MBTOWC 1
70 
71 /* Define to 1 if you have the <memory.h> header file. */
72 #undef HAVE_MEMORY_H
73 
74 /* Define to 1 if you have the <regex.h> header file. */
75 #undef HAVE_REGEX_H
76                                                                                                 /* Define to 1 if the system has the type `reg_errcode_t'. */
77 #undef HAVE_REG_ERRCODE_T
78 
79 /* Define to 1 if you have the <stdint.h> header file. */
80 #define HAVE_STDINT_H 1
81 
82 /* Define to 1 if you have the <stdlib.h> header file. */
83 #define HAVE_STDLIB_H 1
84 
85 /* Define to 1 if you have the <strings.h> header file. */
86 #define HAVE_STRINGS_H 1
87 
88 /* Define to 1 if you have the <string.h> header file. */
89 #define HAVE_STRING_H 1
90 
91 /* Define to 1 if you have the <sys/stat.h> header file. */
92 #define HAVE_SYS_STAT_H 1
93 
94 /* Define to 1 if you have the <sys/types.h> header file. */
95 #define HAVE_SYS_TYPES_H 1
96 
97 /* Define to 1 if you have the `towlower' function. */
98 #undef HAVE_TOWLOWER
99 
100 /* Define to 1 if you have the `towupper' function. */
101 #define HAVE_TOWUPPER 1
102 
103 /* Define to 1 if you have the <unistd.h> header file. */
104 /* #undef HAVE_UNISTD_H */
105 
106 /* Define to 1 if you have the <wchar.h> header file. */
107 #define HAVE_WCHAR_H 1
108 
109 /* Define to 1 if the system has the type `wchar_t'. */
110 #define HAVE_WCHAR_T 1
111 
112 /* Define to 1 if you have the `wcschr' function. */
113 #define HAVE_WCSCHR 1
114 
115 /* Define to 1 if you have the `wcscpy' function. */
116 #define HAVE_WCSCPY 1
117 
118 /* Define to 1 if you have the `wcslen' function. */
119 #define HAVE_WCSLEN 1
120 
121 /* Define to 1 if you have the `wcsncpy' function. */
122 #define HAVE_WCSNCPY 1
123 
124 /* Define to 1 if you have the `wcsrtombs' function. */
125 #define HAVE_WCSRTOMBS 1
126 
127 /* Define to 1 if you have the `wcstombs' function. */
128 /* #undef HAVE_WCSTOMBS */
129 
130 /* Define to 1 if you have the `wctype' function. */
131 #define HAVE_WCTYPE 1
132 
133 /* Define to 1 if you have the <wctype.h> header file. */
134 #define HAVE_WCTYPE_H 1
135 
136 /* Define if you want to disable debug assertions. */
137 /* #undef NDEBUG */
138 
139 /* Define to 1 if you have the ANSI C header files. */
140 #define STDC_HEADERS 1
141 
142 /* Define if you want to enable approximate matching functionality. */
143 #define TRE_APPROX 1
144 
145 /* Define if you want TRE to print debug messages to stdout. */
146 /* #undef TRE_DEBUG */
147 
148 /* Define to enable multibyte character set support. */
149 #define TRE_MULTIBYTE 1
150 
151 /* Define to a field in the regex_t struct where TRE should store a pointer to
152    the internal tre_tnfa_t structure */
153 #define TRE_REGEX_T_FIELD value
154 
155 /* Define to the absolute path to the system regex.h */
156 /* #undef TRE_SYSTEM_REGEX_H_PATH */
157 
158 /* Define to include the system regex.h from TRE regex.h */
159 /* #undef TRE_USE_SYSTEM_REGEX_H */
160 
161 /* Define to enable wide character (wchar_t) support. */
162 #define TRE_WCHAR 1
163 
164 /* Define to the maximum value of wchar_t if not already defined elsewhere */
165 /* #undef WCHAR_MAX */
166 
167 /* Define if wchar_t is signed */
168 /* #undef WCHAR_T_SIGNED */
169 
170 /* Define if wchar_t is unsigned */
171 #define WCHAR_T_UNSIGNED 1
172 
173 /* Define to empty if `const' does not conform to ANSI C. */
174 /* #undef const */
175 
176 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
177    if it is not supported. */
178 #define inline __inline
179 
180 /* Avoid silly warnings about "insecure" functions. */
181 #define _CRT_SECURE_NO_DEPRECATE 1
182 
183 #define snprintf sprintf_s
184