X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fregex.c;h=cfabd4d0b6043cc7a63884fc4294a8cefe922871;hb=b7144bb712247f407b977e96e521b76fceb90b48;hp=270fb590b5e7fc8873afefc2d5c898c97a1d1287;hpb=aafbea40b7613274180c8bab60012a0322f8d7dd;p=libucw.git diff --git a/lib/regex.c b/lib/regex.c index 270fb590..cfabd4d0 100644 --- a/lib/regex.c +++ b/lib/regex.c @@ -15,15 +15,11 @@ #include #include -#if defined(CONFIG_OWN_REGEX) || defined(CONFIG_POSIX_REGEX) +#ifdef CONFIG_POSIX_REGEX /* POSIX regular expression library */ -#ifdef CONFIG_OWN_REGEX -#include "lib/regex/regex-sh.h" -#else #include -#endif struct regex { regex_t rx;