From d8728d7219ceb91d9bddda4064d91f83558b44b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sat, 14 Apr 2007 17:25:54 +0200 Subject: Check for __malloc__ attribute during configure stage, avoid conditional in xineutils.h for it, instead use XINE_MALLOC. --- doc/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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. -- cgit v1.2.3