[WIN32] removed the pcre sources from our repo
[vuplus_xbmc] / lib / win32 / pcre / config.h
diff --git a/lib/win32/pcre/config.h b/lib/win32/pcre/config.h
deleted file mode 100644 (file)
index 44aeb1a..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-#ifndef LINK_SIZE
-#define LINK_SIZE 2
-#endif
-
-#ifndef MATCH_LIMIT
-#define MATCH_LIMIT 10000000
-#endif
-
-#ifndef MATCH_LIMIT_RECURSION
-#define MATCH_LIMIT_RECURSION MATCH_LIMIT
-#endif
-
-#ifndef NEWLINE
-#define NEWLINE 3338
-#endif
-
-#ifndef POSIX_MALLOC_THRESHOLD
-#define POSIX_MALLOC_THRESHOLD 10
-#endif
-
-#ifndef MAX_NAME_COUNT
-#define MAX_NAME_COUNT 10000
-#endif
-
-#ifndef MAX_NAME_SIZE
-#define MAX_NAME_SIZE 32
-#endif
-
-#define PCRE_EXP_DEFN
-#define PCRE_STATIC 1
-#define HAVE_MEMMOVE 1
-#define HAVE_BITS_TYPE_TRAITS_H 1
-#define SUPPORT_UCP 1
-#define SUPPORT_UTF8 1
-
-