1/* tre-config.h.in.  This file has all definitions that are needed in
2   `tre.h'.  Note that this file must contain only the bare minimum
3   of definitions without the TRE_ prefix to avoid conflicts between
4   definitions here and definitions included from somewhere else. */
5
6/* Define to 1 if you have the <libutf8.h> header file. */
7#undef HAVE_LIBUTF8_H
8
9/* Define to 1 if the system has the type `reg_errcode_t'. */
10#undef HAVE_REG_ERRCODE_T
11
12/* Define to 1 if you have the <sys/types.h> header file. */
13#undef HAVE_SYS_TYPES_H
14
15/* Define to 1 if you have the <wchar.h> header file. */
16#undef HAVE_WCHAR_H
17
18/* Define if you want to enable approximate matching functionality. */
19#undef TRE_APPROX
20
21/* Define to enable multibyte character set support. */
22#undef TRE_MULTIBYTE
23
24/* Define to the absolute path to the system tre.h */
25#undef TRE_SYSTEM_REGEX_H_PATH
26
27/* Define to include the system regex.h from tre.h */
28#undef TRE_USE_SYSTEM_REGEX_H
29
30/* Define to enable wide character (wchar_t) support. */
31#undef TRE_WCHAR
32
33/* TRE version string. */
34#undef TRE_VERSION
35
36/* TRE version level 1. */
37#undef TRE_VERSION_1
38
39/* TRE version level 2. */
40#undef TRE_VERSION_2
41
42/* TRE version level 3. */
43#undef TRE_VERSION_3
44