X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fregex.c;h=6ead4648e9f8e270e77c232bd4a62211b67c2403;hb=1ddc0f01053b355c5805df3659866e11d50d60d0;hp=f74f33e1d4e78141557f5df7948937ed62d88d55;hpb=1cf8ac51f5495ccd5187dc220ffc69e95d6e0cfc;p=libucw.git diff --git a/ucw/regex.c b/ucw/regex.c index f74f33e1..6ead4648 100644 --- a/ucw/regex.c +++ b/ucw/regex.c @@ -16,15 +16,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;