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