diff options
Diffstat (limited to 'feature')
-rw-r--r-- | feature/regex.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/feature/regex.h b/feature/regex.h deleted file mode 100644 index d630b99..0000000 --- a/feature/regex.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef _FEATURE_REGEX_H_ -#define _FEATURE_REGEX_H_ - -#ifdef USE_REGEXP_PCREPOSIX -# include <pcreposix.h> -#elif defined(USE_REGEXP) -# include <sys/types.h> -# include <regex.h> -#endif - -#endif /* _FEATURE_REGEX_H_ */ |