summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/AppHdr.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-22 06:31:32 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-22 06:31:32 +0000
commit4d0033a9b385e5c492bb125dccb7c06f2c918fa3 (patch)
tree5e4142224e27c5678df0a26fbc16e69ff89e7898 /crawl-ref/source/AppHdr.h
parente8cd0a7f5fad0f0a7d70c4d936c7b09cfae8fa3c (diff)
downloadcrawl-ref-4d0033a9b385e5c492bb125dccb7c06f2c918fa3.tar.gz
crawl-ref-4d0033a9b385e5c492bb125dccb7c06f2c918fa3.zip
Backport the applicable parts of r10364.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.5@10367 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/AppHdr.h')
-rw-r--r--crawl-ref/source/AppHdr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/AppHdr.h b/crawl-ref/source/AppHdr.h
index f417f201ab..3c91b2ef07 100644
--- a/crawl-ref/source/AppHdr.h
+++ b/crawl-ref/source/AppHdr.h
@@ -112,7 +112,9 @@
#define USE_MORE_SECURE_SEED
// Use POSIX regular expressions
+ #ifndef REGEX_PCRE
#define REGEX_POSIX
+ #endif
// If you have libpcre, you can use that instead of POSIX regexes -
// uncomment the line below and add -lpcre to your makefile.