summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util/pcre/config-cmake.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/util/pcre/config-cmake.h.in')
-rw-r--r--crawl-ref/source/util/pcre/config-cmake.h.in44
1 files changed, 0 insertions, 44 deletions
diff --git a/crawl-ref/source/util/pcre/config-cmake.h.in b/crawl-ref/source/util/pcre/config-cmake.h.in
deleted file mode 100644
index 5951af7441..0000000000
--- a/crawl-ref/source/util/pcre/config-cmake.h.in
+++ /dev/null
@@ -1,44 +0,0 @@
-/* config.h for CMake builds */
-
-#cmakedefine HAVE_DIRENT_H 1
-#cmakedefine HAVE_SYS_STAT_H 1
-#cmakedefine HAVE_SYS_TYPES_H 1
-#cmakedefine HAVE_UNISTD_H 1
-#cmakedefine HAVE_WINDOWS_H 1
-
-#cmakedefine HAVE_TYPE_TRAITS_H 1
-#cmakedefine HAVE_BITS_TYPE_TRAITS_H 1
-
-#cmakedefine HAVE_BCOPY 1
-#cmakedefine HAVE_MEMMOVE 1
-#cmakedefine HAVE_STRERROR 1
-#cmakedefine HAVE_STRTOLL 1
-#cmakedefine HAVE_STRTOQ 1
-#cmakedefine HAVE__STRTOI64 1
-
-#cmakedefine PCRE_STATIC 1
-
-#cmakedefine SUPPORT_UTF8 1
-#cmakedefine SUPPORT_UCP 1
-#cmakedefine EBCDIC 1
-#cmakedefine BSR_ANYCRLF 1
-#cmakedefine NO_RECURSE 1
-
-#cmakedefine HAVE_LONG_LONG 1
-#cmakedefine HAVE_UNSIGNED_LONG_LONG 1
-
-#cmakedefine SUPPORT_LIBBZ2 1
-#cmakedefine SUPPORT_LIBZ 1
-#cmakedefine SUPPORT_LIBREADLINE 1
-
-#define NEWLINE @NEWLINE@
-#define POSIX_MALLOC_THRESHOLD @PCRE_POSIX_MALLOC_THRESHOLD@
-#define LINK_SIZE @PCRE_LINK_SIZE@
-#define MATCH_LIMIT @PCRE_MATCH_LIMIT@
-#define MATCH_LIMIT_RECURSION @PCRE_MATCH_LIMIT_RECURSION@
-
-
-#define MAX_NAME_SIZE 32
-#define MAX_NAME_COUNT 10000
-
-/* end config.h for CMake builds */