fuzzy-regex
Version:
A regular expression library for Node.js that allows for a configurable number of mismatches (fuzzy matching), powered by the high-performance [TRE](https://laurikari.net/tre/) regex engine. This package supports both ESM and CommonJS, and provides a simp
184 lines (124 loc) • 5.26 kB
Plain Text
/* config.h for Windows. */
/* Define to 1 if translation of program messages to the user's native
language is requested. */
/* #undef ENABLE_NLS */
/* Define to 1 if you have <malloc.h> and it should be used. */
/* Define if the GNU dcgettext() function is already present or preinstalled.
*/
/* #undef HAVE_DCGETTEXT */
/* Define to 1 if you have the <dlfcn.h> header file. */
/* #undef HAVE_DLFCN_H */
/* Define to 1 if you have the <getopt.h> header file. */
/* #undef HAVE_GETOPT_H */
/* Define to 1 if you have the `getopt_long' function. */
/* #undef HAVE_GETOPT_LONG */
/* Define if the GNU gettext() function is already present or preinstalled. */
/* #undef HAVE_GETTEXT */
/* Define if you have the iconv() function. */
/* #undef HAVE_ICONV */
/* Define to 1 if you have the <inttypes.h> header file. */
/* #undef HAVE_INTTYPES_H */
/* Define to 1 if you have the `isascii' function. */
/* Define to 1 if you have the `isblank' function. */
/* #undef HAVE_ISBLANK */
/* Define to 1 if you have the `iswctype' function. */
/* Define to 1 if you have the `iswlower' function. */
/* Define to 1 if you have the `iswupper' function. */
/* Define to 1 if you have the `mbrtowc' function. */
/* Define to 1 if the system has the type `mbstate_t'. */
/* Define to 1 if you have the `mbtowc' function. */
/* Define to 1 if you have the <memory.h> header file. */
/* #undef HAVE_MEMORY_H */
/* Define to 1 if you have the <regex.h> header file. */
/* #undef HAVE_REGEX_H */
/* Define to 1 if the system has the type `reg_errcode_t'. */
/* #undef HAVE_REG_ERRCODE_T */
/* Define to 1 if you have the <stdint.h> header file. */
/* Define to 1 if you have the <stdlib.h> header file. */
/* Define to 1 if you have the <strings.h> header file. */
/* Define to 1 if you have the <string.h> header file. */
/* Define to 1 if you have the <sys/stat.h> header file. */
/* Define to 1 if you have the <sys/types.h> header file. */
/* Define to 1 if you have the `towlower' function. */
/* #undef HAVE_TOWLOWER */
/* Define to 1 if you have the `towupper' function. */
/* Define to 1 if you have the <unistd.h> header file. */
/* #undef HAVE_UNISTD_H */
/* Define to 1 if you have the <wchar.h> header file. */
/* Define to 1 if the system has the type `wchar_t'. */
/* Define to 1 if you have the `wcschr' function. */
/* Define to 1 if you have the `wcscpy' function. */
/* Define to 1 if you have the `wcslen' function. */
/* Define to 1 if you have the `wcsncpy' function. */
/* Define to 1 if you have the `wcsrtombs' function. */
/* Define to 1 if you have the `wcstombs' function. */
/* #undef HAVE_WCSTOMBS */
/* Define to 1 if you have the `wctype' function. */
/* Define to 1 if you have the <wctype.h> header file. */
/* Define if you want to disable debug assertions. */
/* #undef NDEBUG */
/* Define to 1 if you have the ANSI C header files. */
/* Define if you want to enable approximate matching functionality. */
/* Define if you want TRE to print debug messages to stdout. */
/* #undef TRE_DEBUG */
/* Define to enable multibyte character set support. */
/* Define to a field in the regex_t struct where TRE should store a pointer to
the internal tre_tnfa_t structure */
/* Define to the absolute path to the system regex.h */
/* #undef TRE_SYSTEM_REGEX_H_PATH */
/* Define to include the system regex.h from TRE regex.h */
/* #undef TRE_USE_SYSTEM_REGEX_H */
/* TRE version string. */
/* TRE version level 1. */
/* TRE version level 2. */
/* TRE version level 3. */
/* Define to enable wide character (wchar_t) support. */
/* Define to the maximum value of wchar_t if not already defined elsewhere */
/* #undef WCHAR_MAX */
/* Define if wchar_t is signed */
/* #undef WCHAR_T_SIGNED */
/* Define if wchar_t is unsigned */
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
/* Define as `__inline' if that's what the C compiler calls it, or to nothing
if it is not supported. */
/* Avoid silly warnings about "insecure" functions. */