summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-14 17:25:54 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-14 17:25:54 +0200
commitd8728d7219ceb91d9bddda4064d91f83558b44b7 (patch)
treebc1b79f3aab723efd25bd4afd8551242775d7daa /doc
parentb10d5cccee5d2945b1924a732a9b7d9d79d91b0b (diff)
downloadxine-lib-d8728d7219ceb91d9bddda4064d91f83558b44b7.tar.gz
xine-lib-d8728d7219ceb91d9bddda4064d91f83558b44b7.tar.bz2
Check for __malloc__ attribute during configure stage, avoid conditional in xineutils.h for it, instead use XINE_MALLOC.
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 09e016c5b..59f04af46 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -796,7 +796,7 @@ INCLUDE_FILE_PATTERNS =
# instead of the = operator.
PREDEFINED = XINE_COMPILE XINE_PACKED= ATTR_ALIGN(x)=
-PREDEFINED += XINE_PROTECTED=
+PREDEFINED += XINE_PROTECTED= XINE_MALLOC=
# 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.