summaryrefslogtreecommitdiff
path: root/pcre
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mnogosearch.org>2013-09-27 14:26:52 +0400
committerAlexander Barkov <bar@mnogosearch.org>2013-09-27 14:26:52 +0400
commit90b8fee692602d4df8def54d6793a8a8abe4ffab (patch)
tree5c243ebe0e147a68d772af9858bb7dba4bcd4531 /pcre
parent285e7aa179a6081531be3274772b89e8989fd107 (diff)
downloadmariadb-git-90b8fee692602d4df8def54d6793a8a8abe4ffab.tar.gz
pcre: Removing config.h from the tree, it's a generated file.
Diffstat (limited to 'pcre')
-rw-r--r--pcre/config.h54
1 files changed, 0 insertions, 54 deletions
diff --git a/pcre/config.h b/pcre/config.h
deleted file mode 100644
index c6357434770..00000000000
--- a/pcre/config.h
+++ /dev/null
@@ -1,54 +0,0 @@
-/* config.h for CMake builds */
-
-#define HAVE_DIRENT_H 1
-#define HAVE_SYS_STAT_H 1
-#define HAVE_SYS_TYPES_H 1
-#define HAVE_UNISTD_H 1
-/* #undef HAVE_WINDOWS_H */
-
-/* #undef HAVE_TYPE_TRAITS_H */
-/* #undef HAVE_BITS_TYPE_TRAITS_H */
-
-#define HAVE_BCOPY 1
-#define HAVE_MEMMOVE 1
-#define HAVE_STRERROR 1
-#define HAVE_STRTOLL 1
-#define HAVE_STRTOQ 1
-/* #undef HAVE__STRTOI64 */
-
-#define PCRE_STATIC 1
-
-#define SUPPORT_PCRE8 1
-/* #undef SUPPORT_PCRE16 */
-/* #undef SUPPORT_PCRE32 */
-/* #undef SUPPORT_JIT */
-#define SUPPORT_PCREGREP_JIT 1
-#define SUPPORT_UTF 1
-#define SUPPORT_UCP 1
-/* #undef EBCDIC */
-/* #undef EBCDIC_NL25 */
-/* #undef BSR_ANYCRLF */
-/* #undef NO_RECURSE */
-
-#define HAVE_LONG_LONG 1
-#define HAVE_UNSIGNED_LONG_LONG 1
-
-#define SUPPORT_LIBBZ2 1
-#define SUPPORT_LIBZ 1
-/* #undef SUPPORT_LIBEDIT */
-#define SUPPORT_LIBREADLINE 1
-
-/* #undef SUPPORT_VALGRIND */
-/* #undef SUPPORT_GCOV */
-
-#define NEWLINE 10
-#define POSIX_MALLOC_THRESHOLD 10
-#define LINK_SIZE 2
-#define MATCH_LIMIT 10000000
-#define MATCH_LIMIT_RECURSION MATCH_LIMIT
-#define PCREGREP_BUFSIZE 20480
-
-#define MAX_NAME_SIZE 32
-#define MAX_NAME_COUNT 10000
-
-/* end config.h for CMake builds */