diff options
author | Carlos Martín Nieto <carlos@cmartin.tk> | 2012-02-18 00:54:03 +0100 |
---|---|---|
committer | Carlos Martín Nieto <carlos@cmartin.tk> | 2012-02-18 01:31:43 +0100 |
commit | 4a1ecba6d905fb699074df37f3fdb4cd7f5ca994 (patch) | |
tree | 2d2ac2d49687b69c6a09d38389bdbf4f93b2981a /deps/regex/config.h | |
parent | 2b15f61f483391a12bdc3749c9d20d4c73757a16 (diff) | |
download | libgit2-4a1ecba6d905fb699074df37f3fdb4cd7f5ca994.tar.gz |
regex: Move the defines to a config header and include it unconditionally
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 |