summaryrefslogtreecommitdiff
path: root/tools/HPMHookGen
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2015-12-12 03:28:51 +0100
committerHaru <haru@dotalux.com>2015-12-12 03:28:51 +0100
commit5363f4489ef2043d45c5481ed025442cef6b4f2a (patch)
tree20455cdee8012959bade88532b4adba07aa06b57 /tools/HPMHookGen
parent1dc1296f4bb10d4f85931c948edb5ef801920bd9 (diff)
downloadhercules-5363f4489ef2043d45c5481ed025442cef6b4f2a.tar.gz
hercules-5363f4489ef2043d45c5481ed025442cef6b4f2a.tar.bz2
hercules-5363f4489ef2043d45c5481ed025442cef6b4f2a.tar.xz
hercules-5363f4489ef2043d45c5481ed025442cef6b4f2a.zip
Added support for pcre-related interfaces to plugins (HPMHookGen/HPMSymbols generation)
Fixes #931 Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'tools/HPMHookGen')
-rw-r--r--tools/HPMHookGen/doxygen.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/HPMHookGen/doxygen.conf b/tools/HPMHookGen/doxygen.conf
index ec55967b1..eeaa4d0e3 100644
--- a/tools/HPMHookGen/doxygen.conf
+++ b/tools/HPMHookGen/doxygen.conf
@@ -269,7 +269,8 @@ INCLUDE_PATH = ../../src \
../../3rdparty
INCLUDE_FILE_PATTERNS =
PREDEFINED = __attribute__(x)= \
- HPMHOOKGEN
+ HPMHOOKGEN \
+ PCRE_SUPPORT
EXPAND_AS_DEFINED =
SKIP_FUNCTION_MACROS = NO
#---------------------------------------------------------------------------