diff options
author | ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2011-08-22 14:57:32 +0000 |
---|---|---|
committer | ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2011-08-22 14:57:32 +0000 |
commit | ff911da489a2d0eb1aa777cc2f8740c65b080f32 (patch) | |
tree | 69c0e76810e5db789573348eb099f2ce55d5a42c /config-cmake.h.in | |
parent | b205b9285d0feca53c32d7258fc02ecb926ca16b (diff) | |
download | pcre-ff911da489a2d0eb1aa777cc2f8740c65b080f32.tar.gz |
Commit all the changes for JIT support, but without any documentation yet.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@667 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'config-cmake.h.in')
-rw-r--r-- | config-cmake.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config-cmake.h.in b/config-cmake.h.in index b212276..e6d94dc 100644 --- a/config-cmake.h.in +++ b/config-cmake.h.in @@ -18,6 +18,7 @@ #cmakedefine PCRE_STATIC 1 +#cmakedefine SUPPORT_JIT 1 #cmakedefine SUPPORT_UTF8 1 #cmakedefine SUPPORT_UCP 1 #cmakedefine EBCDIC 1 |