From: Adam Dickmeiss Date: Wed, 13 Dec 2006 10:47:10 +0000 (+0000) Subject: Predefine YAZ_HAVE_XML2, YAZ_HAVE_XSLT X-Git-Tag: YAZ.2.1.42~15 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=0687f09242bf75f0a1dcf03558b28ed800463d18 Predefine YAZ_HAVE_XML2, YAZ_HAVE_XSLT --- diff --git a/Doxyfile.in b/Doxyfile.in index 32f8d0b..cfd466a 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -950,7 +950,7 @@ INCLUDE_FILE_PATTERNS = # or name=definition (no spaces). If the definition and the = are # omitted =1 is assumed. -PREDEFINED = "YAZ_BEGIN_CDECL= " "YAZ_END_CDECL=" "YAZ_EXPORT=" "HAVE_XML2=1" "HAVE_XSLT=1" +PREDEFINED = "YAZ_BEGIN_CDECL= " "YAZ_END_CDECL=" "YAZ_EXPORT=" "YAZ_HAVE_XML2=1" "YAZ_HAVE_XSLT=1" # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then # this tag can be used to specify a list of macro names that should be expanded.