MISR Toolkit  1.5.1
config.h
Go to the documentation of this file.
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 
77 /* Define to 1 if the system has the type `reg_errcode_t'. */
78 #undef HAVE_REG_ERRCODE_T
79 
80 /* Define to 1 if you have the <stdint.h> header file. */
81 #define HAVE_STDINT_H 1
82 
83 /* Define to 1 if you have the <stdlib.h> header file. */
84 #define HAVE_STDLIB_H 1
85 
86 /* Define to 1 if you have the <strings.h> header file. */
87 #define HAVE_STRINGS_H 1
88 
89 /* Define to 1 if you have the <string.h> header file. */
90 #define HAVE_STRING_H 1
91 
92 /* Define to 1 if you have the <sys/stat.h> header file. */
93 #define HAVE_SYS_STAT_H 1
94 
95 /* Define to 1 if you have the <sys/types.h> header file. */
96 #define HAVE_SYS_TYPES_H 1
97 
98 /* Define to 1 if you have the `towlower' function. */
99 #undef HAVE_TOWLOWER
100 
101 /* Define to 1 if you have the `towupper' function. */
102 #define HAVE_TOWUPPER 1
103 
104 /* Define to 1 if you have the <unistd.h> header file. */
105 /* #undef HAVE_UNISTD_H */
106 
107 /* Define to 1 if you have the <wchar.h> header file. */
108 #undef HAVE_WCHAR_H
109 
110 /* Define to 1 if the system has the type `wchar_t'. */
111 #undef HAVE_WCHAR_T
112 
113 /* Define to 1 if you have the `wcschr' function. */
114 #undef HAVE_WCSCHR
115 
116 /* Define to 1 if you have the `wcscpy' function. */
117 #undef HAVE_WCSCPY
118 
119 /* Define to 1 if you have the `wcslen' function. */
120 #undef HAVE_WCSLEN
121 
122 /* Define to 1 if you have the `wcsncpy' function. */
123 #undef HAVE_WCSNCPY
124 
125 /* Define to 1 if you have the `wcsrtombs' function. */
126 #undef HAVE_WCSRTOMBS
127 
128 /* Define to 1 if you have the `wcstombs' function. */
129 /* #undef HAVE_WCSTOMBS */
130 
131 /* Define to 1 if you have the `wctype' function. */
132 #undef HAVE_WCTYPE
133 
134 /* Define to 1 if you have the <wctype.h> header file. */
135 #undef HAVE_WCTYPE_H
136 
137 /* Define if you want to disable debug assertions. */
138 /* #undef NDEBUG */
139 
140 /* Define to 1 if you have the ANSI C header files. */
141 #define STDC_HEADERS 1
142 
143 /* Define if you want to enable approximate matching functionality. */
144 #define TRE_APPROX 1
145 
146 /* Define if you want TRE to print debug messages to stdout. */
147 /* #undef TRE_DEBUG */
148 
149 /* Define to enable multibyte character set support. */
150 #define TRE_MULTIBYTE 1
151 
152 /* Define to a field in the regex_t struct where TRE should store a pointer to
153  the internal tre_tnfa_t structure */
154 #define TRE_REGEX_T_FIELD value
155 
156 /* Define to the absolute path to the system regex.h */
157 /* #undef TRE_SYSTEM_REGEX_H_PATH */
158 
159 /* Define to include the system regex.h from TRE regex.h */
160 /* #undef TRE_USE_SYSTEM_REGEX_H */
161 
162 /* Define to enable wide character (wchar_t) support. */
163 #undef TRE_WCHAR
164 
165 /* Define to the maximum value of wchar_t if not already defined elsewhere */
166 /* #undef WCHAR_MAX */
167 
168 /* Define if wchar_t is signed */
169 /* #undef WCHAR_T_SIGNED */
170 
171 /* Define if wchar_t is unsigned */
172 #undef WCHAR_T_UNSIGNED
173 
174 /* Define to empty if `const' does not conform to ANSI C. */
175 /* #undef const */
176 
177 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
178  if it is not supported. */
179 #define inline __inline

MISR Toolkit - Copyright © 2005 - 2020 Jet Propulsion Laboratory
Generated on Fri Jun 19 2020 22:49:52