diff options
Diffstat (limited to 'deps/regex/config.h')
-rw-r--r-- | deps/regex/config.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/deps/regex/config.h b/deps/regex/config.h new file mode 100644 index 000000000..95370690e --- /dev/null +++ b/deps/regex/config.h @@ -0,0 +1,7 @@ +#ifndef _REGEX_CONFIG_H_ +#define _REGEX_CONFIG_H_ + +# define GAWK +# define NO_MBSUPPORT + +#endif |