]>
git.saurik.com Git - apple/libc.git/blob - regex/TRE/tre-config.h
1 /* lib/tre-config.h. Generated from tre-config.h.in by configure. */
2 /* tre-config.h.in. This file has all definitions that are needed in
3 `tre.h'. Note that this file must contain only the bare minimum
4 of definitions without the TRE_ prefix to avoid conflicts between
5 definitions here and definitions included from somewhere else. */
7 /* Define to 1 if you have the <libutf8.h> header file. */
8 /* #undef HAVE_LIBUTF8_H */
10 /* Define to 1 if the system has the type `reg_errcode_t'. */
11 /* #undef HAVE_REG_ERRCODE_T */
13 /* Define to 1 if you have the <sys/types.h> header file. */
14 #define HAVE_SYS_TYPES_H 1
16 /* Define to 1 if you have the <wchar.h> header file. */
17 #define HAVE_WCHAR_H 1
19 /* Define if you want to enable approximate matching functionality. */
20 /* #undef TRE_APPROX */
22 /* Define to enable multibyte character set support. */
23 #define TRE_MULTIBYTE 1
25 /* Define to the absolute path to the system tre.h */
26 #define TRE_SYSTEM_REGEX_H_PATH <regex.h>
28 /* Define to include the system regex.h from tre.h */
29 #define TRE_USE_SYSTEM_REGEX_H 1
31 /* Define to enable wide character (wchar_t) support. */
34 /* TRE version string. */
35 #define TRE_VERSION "0.8.0"
37 /* TRE version level 1. */
38 #define TRE_VERSION_1 0
40 /* TRE version level 2. */
41 #define TRE_VERSION_2 8
43 /* TRE version level 3. */
44 #define TRE_VERSION_3 0