diff options
author | ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2007-04-02 13:32:07 +0000 |
---|---|---|
committer | ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2007-04-02 13:32:07 +0000 |
commit | 538ef4f8d6632b422169714282844c34b4bfc271 (patch) | |
tree | 67867bc84c7834cad2a0c7c65340605c1a02ea9d /config-cmake.h.in | |
parent | f8735bf7b631d53067a040bd9f2c04b8f80c6dae (diff) | |
download | pcre-538ef4f8d6632b422169714282844c34b4bfc271.tar.gz |
Daniel's patches to add to the CMake support.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@144 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'config-cmake.h.in')
-rw-r--r-- | config-cmake.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config-cmake.h.in b/config-cmake.h.in index a17e2fa..0f6c1e5 100644 --- a/config-cmake.h.in +++ b/config-cmake.h.in @@ -11,6 +11,8 @@ #cmakedefine HAVE_MEMMOVE #cmakedefine HAVE_STRERROR +#cmakedefine PCRE_STATIC + #cmakedefine SUPPORT_UTF8 #cmakedefine SUPPORT_UCP #cmakedefine EBCDIC |