summaryrefslogtreecommitdiff
path: root/src/third_party/pcre-8.42/build_windows/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/pcre-8.42/build_windows/config.h')
-rwxr-xr-xsrc/third_party/pcre-8.42/build_windows/config.h57
1 files changed, 0 insertions, 57 deletions
diff --git a/src/third_party/pcre-8.42/build_windows/config.h b/src/third_party/pcre-8.42/build_windows/config.h
deleted file mode 100755
index 2e8d4ec7b6a..00000000000
--- a/src/third_party/pcre-8.42/build_windows/config.h
+++ /dev/null
@@ -1,57 +0,0 @@
-/* config.h for CMake builds */
-
-/* #undef HAVE_DIRENT_H */
-#define HAVE_SYS_STAT_H 1
-#define HAVE_SYS_TYPES_H 1
-/* #undef HAVE_UNISTD_H */
-#define HAVE_WINDOWS_H 1
-#define HAVE_STDINT_H 1
-#define HAVE_INTTYPES_H 1
-
-/* #undef HAVE_TYPE_TRAITS_H */
-/* #undef HAVE_BITS_TYPE_TRAITS_H */
-
-/* #undef HAVE_BCOPY */
-#define HAVE_MEMMOVE 1
-#define HAVE_STRERROR 1
-#define HAVE_STRTOLL 1
-/* #undef HAVE_STRTOQ */
-#define HAVE__STRTOI64 1
-
-#define PCRE_STATIC 1
-
-#define SUPPORT_PCRE8 1
-/* #undef SUPPORT_PCRE16 */
-/* #undef SUPPORT_PCRE32 */
-/* #undef SUPPORT_JIT */
-/* #undef SUPPORT_PCREGREP_JIT */
-#define SUPPORT_UTF 1
-#define SUPPORT_UCP 1
-/* #undef EBCDIC */
-/* #undef EBCDIC_NL25 */
-/* #undef BSR_ANYCRLF */
-#define NO_RECURSE 1
-
-#define HAVE_LONG_LONG 1
-#define HAVE_UNSIGNED_LONG_LONG 1
-
-/* #undef SUPPORT_LIBBZ2 */
-/* #undef SUPPORT_LIBZ */
-/* #undef SUPPORT_LIBEDIT */
-/* #undef SUPPORT_LIBREADLINE */
-
-/* #undef SUPPORT_VALGRIND */
-/* #undef SUPPORT_GCOV */
-
-#define NEWLINE 10
-#define POSIX_MALLOC_THRESHOLD 10
-#define LINK_SIZE 2
-#define PARENS_NEST_LIMIT 250
-#define MATCH_LIMIT 200000
-#define MATCH_LIMIT_RECURSION 4000
-#define PCREGREP_BUFSIZE 20480
-
-#define MAX_NAME_SIZE 32
-#define MAX_NAME_COUNT 10000
-
-/* end config.h for CMake builds */