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