/* config.h.in. Generated from configure.ac by autoheader. */ /* build test suite */ #undef BUILD_TESTS /* If you are compiling for a system that uses EBCDIC instead of ASCII dnl character codes, define this macro as 1. */ #undef EBCDIC /* always defined to indicate that i18n is enabled */ #undef ENABLE_NLS /* Package name for gettext */ #undef GETTEXT_PACKAGE /* Define to 1 if you have the `bind_textdomain_codeset' function. */ #undef HAVE_BIND_TEXTDOMAIN_CODESET /* Define to 1 if you have the `dcgettext' function. */ #undef HAVE_DCGETTEXT /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H /* Define if the GNU gettext() function is already present or preinstalled. */ #undef HAVE_GETTEXT /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* Define if your file defines LC_MESSAGES. */ #undef HAVE_LC_MESSAGES /* Define to 1 if you have the header file. */ #undef HAVE_LOCALE_H /* Define to 1 if you have the `memmove' function. */ #undef HAVE_MEMMOVE /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* Define to 1 if you have the `memset' function. */ #undef HAVE_MEMSET /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H /* Define to 1 if you have the `strerror' function. */ #undef HAVE_STRERROR /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H /* The value of LINK_SIZE determines the number of bytes used to store dnl links as offsets within the compiled regex. The default is 2, which allows for dnl compiled patterns up to 64K long. This covers the vast majority of cases. dnl However, PCRE can also be compiled to use 3 or 4 bytes instead. This allows for dnl longer patterns in extreme cases. */ #undef LINK_SIZE /* Define the location where the catalogs will be installed */ #undef LOCALEDIR /* The value of MATCH_LIMIT determines the default number of times the match() dnl function can be called during a single execution of pcre_exec(). (There is a dnl runtime method of setting a different limit.) The limit exists in order to dnl catch runaway regular expressions that take for ever to determine that they do dnl not match. The default is set very large so that it does not accidentally catch dnl legitimate cases. */ #undef MATCH_LIMIT /* The above limit applies to all calls of match(), whether or not they increase the recursion depth. In some environments it is desirable to limit the depth of recursive calls of match() more strictly, in order to restrict the maximum amount of stack (or heap, if NO_RECURSE is defined) that is used. The value of MATCH_LIMIT_RECURSION applies only to recursive calls of match(). To have any useful effect, it must be less than the value of MATCH_LIMIT. There is a runtime method for setting a different limit. On systems that support it, "configure" can be used to override this default default. */ #undef MATCH_LIMIT_RECURSION /* MAX_DUPLENGTH */ #undef MAX_DUPLENGTH /* MAX_NAME_COUNT */ #undef MAX_NAME_COUNT /* These three limits are parameterized just in case anybody ever wants to change them. Care must be taken if they are increased, because they guard against integer overflow caused by enormously large patterns. */ #undef MAX_NAME_SIZE /* The value of NEWLINE determines the newline character used in pcre */ #undef NEWLINE /* Name of package */ #undef PACKAGE /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT /* Define to the full name of this package. */ #undef PACKAGE_NAME /* Define to the full name and version of this package. */ #undef PACKAGE_STRING /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME /* Define to the version of this package. */ #undef PACKAGE_VERSION /* POSIX_MALLOC_THRESHOLD */ #undef POSIX_MALLOC_THRESHOLD /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* SUPPORT_UCP */ #undef SUPPORT_UCP /* SUPPORT_UTF8 */ #undef SUPPORT_UTF8 /* USE_SYSTEM_PCRE - use installed pcre library */ #undef USE_SYSTEM_PCRE /* Version number of package */ #undef VERSION /* Define to empty if `const' does not conform to ANSI C. */ #undef const /* Define to `unsigned int' if does not define. */ #undef size_t