summaryrefslogtreecommitdiff
path: root/pcre_stringpiece.h.in
diff options
context:
space:
mode:
authornigel <nigel@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-02-24 21:41:06 +0000
committernigel <nigel@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-02-24 21:41:06 +0000
commit9413dc1ec018ad717d506487968b1f4c2b778e3f (patch)
tree625001779277177664aaf14675f8b07d246aee2c /pcre_stringpiece.h.in
parentf82b62380bd773b22a4a5d28d1a403ffd54c5392 (diff)
downloadpcre-9413dc1ec018ad717d506487968b1f4c2b778e3f.tar.gz
Load pcre-6.3 into code/trunk.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@83 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre_stringpiece.h.in')
-rw-r--r--pcre_stringpiece.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcre_stringpiece.h.in b/pcre_stringpiece.h.in
index 26eae42..7cc074d 100644
--- a/pcre_stringpiece.h.in
+++ b/pcre_stringpiece.h.in
@@ -42,10 +42,10 @@
#include <string>
#include <iosfwd> // for ostream forward-declaration
-#if @pcre_has_type_traits@
+#if @pcre_have_type_traits@
#define HAVE_TYPE_TRAITS
#include <type_traits.h>
-#elif @pcre_has_bits_type_traits@
+#elif @pcre_have_bits_type_traits@
#define HAVE_TYPE_TRAITS
#include <bits/type_traits.h>
#endif