|
1 | 1 | /* config.h for Windows. */ |
2 | 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 | 3 | /* Define to 1 if translation of program messages to the user's native |
12 | 4 | language is requested. */ |
13 | 5 | /* #undef ENABLE_NLS */ |
14 | 6 |
|
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 | 7 | /* Define to 1 if you have <malloc.h> and it should be used. */ |
23 | 8 | #define HAVE_MALLOC_H 1 |
24 | 9 |
|
|
27 | 12 | /* #undef HAVE_DCGETTEXT */ |
28 | 13 |
|
29 | 14 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
30 | | -#undef HAVE_DLFCN_H |
| 15 | +/* #undef HAVE_DLFCN_H */ |
31 | 16 |
|
32 | 17 | /* Define to 1 if you have the <getopt.h> header file. */ |
33 | | -#define HAVE_GETOPT_H 1 |
| 18 | +/* #undef HAVE_GETOPT_H */ |
34 | 19 |
|
35 | 20 | /* Define to 1 if you have the `getopt_long' function. */ |
36 | | -#define HAVE_GETOPT_LONG 1 |
| 21 | +/* #undef HAVE_GETOPT_LONG */ |
37 | 22 |
|
38 | 23 | /* Define if the GNU gettext() function is already present or preinstalled. */ |
39 | | -#undef HAVE_GETTEXT |
| 24 | +/* #undef HAVE_GETTEXT */ |
40 | 25 |
|
41 | 26 | /* Define if you have the iconv() function. */ |
42 | | -#undef HAVE_ICONV |
| 27 | +/* #undef HAVE_ICONV */ |
43 | 28 |
|
44 | 29 | /* Define to 1 if you have the <inttypes.h> header file. */ |
45 | | -#undef HAVE_INTTYPES_H |
| 30 | +/* #undef HAVE_INTTYPES_H */ |
46 | 31 |
|
47 | 32 | /* Define to 1 if you have the `isascii' function. */ |
48 | 33 | #define HAVE_ISASCII 1 |
|
69 | 54 | #define HAVE_MBTOWC 1 |
70 | 55 |
|
71 | 56 | /* Define to 1 if you have the <memory.h> header file. */ |
72 | | -#undef HAVE_MEMORY_H |
| 57 | +/* #undef HAVE_MEMORY_H */ |
73 | 58 |
|
74 | 59 | /* 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 |
| 60 | +/* #undef HAVE_REGEX_H */ |
| 61 | + |
| 62 | +/* Define to 1 if the system has the type `reg_errcode_t'. */ |
| 63 | +/* #undef HAVE_REG_ERRCODE_T */ |
78 | 64 |
|
79 | 65 | /* Define to 1 if you have the <stdint.h> header file. */ |
80 | 66 | #define HAVE_STDINT_H 1 |
|
95 | 81 | #define HAVE_SYS_TYPES_H 1 |
96 | 82 |
|
97 | 83 | /* Define to 1 if you have the `towlower' function. */ |
98 | | -#undef HAVE_TOWLOWER |
| 84 | +/* #undef HAVE_TOWLOWER */ |
99 | 85 |
|
100 | 86 | /* Define to 1 if you have the `towupper' function. */ |
101 | 87 | #define HAVE_TOWUPPER 1 |
|
158 | 144 | /* Define to include the system regex.h from TRE regex.h */ |
159 | 145 | /* #undef TRE_USE_SYSTEM_REGEX_H */ |
160 | 146 |
|
| 147 | +/* TRE version string. */ |
| 148 | +#define TRE_VERSION "0.8.0" |
| 149 | + |
| 150 | +/* TRE version level 1. */ |
| 151 | +#define TRE_VERSION_1 0 |
| 152 | + |
| 153 | +/* TRE version level 2. */ |
| 154 | +#define TRE_VERSION_2 8 |
| 155 | + |
| 156 | +/* TRE version level 3. */ |
| 157 | +#define TRE_VERSION_3 0 |
| 158 | + |
161 | 159 | /* Define to enable wide character (wchar_t) support. */ |
162 | 160 | #define TRE_WCHAR 1 |
163 | 161 |
|
|
0 commit comments