summaryrefslogtreecommitdiff
path: root/config-cmake.h.in
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-10-08 10:01:58 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-10-08 10:01:58 +0000
commit0277649fafae94e180c599aeb3592b77627d35b4 (patch)
tree9f1781ba69e8bd03982ed81cd6df6b5c58c88c6e /config-cmake.h.in
parent5261c077588acf723a7d3e2657e810d20036a920 (diff)
downloadpcre-0277649fafae94e180c599aeb3592b77627d35b4.tar.gz
Two CMake patches (remove bash-ism, add missing defines).
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1368 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'config-cmake.h.in')
-rw-r--r--config-cmake.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/config-cmake.h.in b/config-cmake.h.in
index a93263f..ef6ed28 100644
--- a/config-cmake.h.in
+++ b/config-cmake.h.in
@@ -5,6 +5,8 @@
#cmakedefine HAVE_SYS_TYPES_H 1
#cmakedefine HAVE_UNISTD_H 1
#cmakedefine HAVE_WINDOWS_H 1
+#cmakedefine HAVE_STDINT_H 1
+#cmakedefine HAVE_INTTYPES_H 1
#cmakedefine HAVE_TYPE_TRAITS_H 1
#cmakedefine HAVE_BITS_TYPE_TRAITS_H 1