xref: /netbsd-src/external/bsd/tre/include/tre-config.h (revision 8da3505fc44c9633068760c91905a98499e3126d)
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. */
6 
7 /* Define to 1 if you have the <libutf8.h> header file. */
8 /* #undef HAVE_LIBUTF8_H */
9 
10 /* Define to 1 if the system has the type `reg_errcode_t'. */
11 /* #undef HAVE_REG_ERRCODE_T */
12 
13 /* Define to 1 if you have the <sys/types.h> header file. */
14 /* #undef HAVE_SYS_TYPES_H */
15 
16 /* Define to 1 if you have the <wchar.h> header file. */
17 #define HAVE_WCHAR_H 1
18 
19 /* Define if you want to enable approximate matching functionality. */
20 #define TRE_APPROX 1
21 
22 /* Define to enable multibyte character set support. */
23 #define TRE_MULTIBYTE 1
24 
25 /* Define to the absolute path to the system tre.h */
26 /* #undef TRE_SYSTEM_REGEX_H_PATH */
27 
28 /* Define to include the system regex.h from tre.h */
29 /* #undef TRE_USE_SYSTEM_REGEX_H */
30 
31 /* Define to enable wide character (wchar_t) support. */
32 #define TRE_WCHAR 1
33 
34 /* TRE version string. */
35 #define TRE_VERSION "0.8.0"
36 
37 /* TRE version level 1. */
38 #define TRE_VERSION_1 0
39 
40 /* TRE version level 2. */
41 #define TRE_VERSION_2 8
42 
43 /* TRE version level 3. */
44 #define TRE_VERSION_3 0
45