]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/regex.c
Main: Optimize calls to epoll_ctl()
[libucw.git] / ucw / regex.c
index aa87d2c15b42f94324ac91784d448e4c80d9adc0..6ead4648e9f8e270e77c232bd4a62211b67c2403 100644 (file)
@@ -208,11 +208,7 @@ rx_subst(regex *r, const char *by, const char *src, char *dest, uns destlen)
 
 /* BSD regular expression library */
 
-#ifdef CONFIG_OWN_BSD_REGEX
-#include "ucw/regex/regex-sh.h"
-#else
 #include <regex.h>
-#endif
 
 #define INITIAL_MEM 1024               /* Initial space allocated for each pattern */
 #define CHAR_SET_SIZE 256              /* How many characters in the character set.  */