]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/regex.c
Updated years in all README's.
[libucw.git] / ucw / regex.c
index f74f33e1d4e78141557f5df7948937ed62d88d55..6ead4648e9f8e270e77c232bd4a62211b67c2403 100644 (file)
 #include <stdio.h>
 #include <string.h>
 
-#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 <regex.h>
-#endif
 
 struct regex {
   regex_t rx;