summaryrefslogtreecommitdiff
path: root/tools/HPMHookGen
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-01-17 02:00:28 +0300
committerAndrei Karas <akaras@inbox.ru>2016-01-21 19:39:37 +0300
commit3b3b21a1b939097b9f96185893a8edf4214bd572 (patch)
tree899f2a0b0717d44765febce5513181a543e0766f /tools/HPMHookGen
parent5ce1b0ec7c0a8267bba7b163af5c7e4556fb3390 (diff)
downloadhercules-3b3b21a1b939097b9f96185893a8edf4214bd572.tar.gz
hercules-3b3b21a1b939097b9f96185893a8edf4214bd572.tar.bz2
hercules-3b3b21a1b939097b9f96185893a8edf4214bd572.tar.xz
hercules-3b3b21a1b939097b9f96185893a8edf4214bd572.zip
Remove unused PCRE_SUPPORT define.
Diffstat (limited to 'tools/HPMHookGen')
-rw-r--r--tools/HPMHookGen/doxygen.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/HPMHookGen/doxygen.conf b/tools/HPMHookGen/doxygen.conf
index eeaa4d0e3..ec55967b1 100644
--- a/tools/HPMHookGen/doxygen.conf
+++ b/tools/HPMHookGen/doxygen.conf
@@ -269,8 +269,7 @@ INCLUDE_PATH = ../../src \
../../3rdparty
INCLUDE_FILE_PATTERNS =
PREDEFINED = __attribute__(x)= \
- HPMHOOKGEN \
- PCRE_SUPPORT
+ HPMHOOKGEN
EXPAND_AS_DEFINED =
SKIP_FUNCTION_MACROS = NO
#---------------------------------------------------------------------------