pdf-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [pdf-devel] Debug options: autotools errors


From: Aleksander Morgado
Subject: Re: [pdf-devel] Debug options: autotools errors
Date: Thu, 28 Feb 2008 15:47:24 +0100
User-agent: Thunderbird 2.0.0.9 (Macintosh/20071031)


I'd prefer to set each symbol to '1' though:

  AC_DEFINE([HAVE_DEBUG_PAGE], [1], [Debugging Page Layer])

just to follow the standard in config.h symbols.

No problem with that, as long as you don't set the definition equal to 0 if the specific configure option is not available. The only requisite for #ifdef to return `true' is the presence of the define, whatever the value stored in it is.

-Aleksander




reply via email to

[Prev in Thread] Current Thread [Next in Thread]