summaryrefslogtreecommitdiff
path: root/config-cmake.h.in
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-12-26 18:46:46 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-12-26 18:46:46 +0000
commit1201de92c4da659547a8bf9a3a7f690770b5247a (patch)
tree87058b8047cd27fd77fe0b6b0dc19f13d301b03e /config-cmake.h.in
parent5c47b26e7ef71aea6e3a70f07aad0996cc7bba51 (diff)
downloadpcre-1201de92c4da659547a8bf9a3a7f690770b5247a.tar.gz
Update CMake files for new build-arguments.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@291 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'config-cmake.h.in')
-rw-r--r--config-cmake.h.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config-cmake.h.in b/config-cmake.h.in
index 27a2d02..521fa55 100644
--- a/config-cmake.h.in
+++ b/config-cmake.h.in
@@ -19,12 +19,17 @@
#cmakedefine BSR_ANYCRLF
#cmakedefine NO_RECURSE
+#cmakedefine SUPPORT_LIBBZ2
+#cmakedefine SUPPORT_LIBZ
+#cmakedefine SUPPORT_LIBREADLINE
+
#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