autoconf
[Top][All Lists]
Advanced

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

Re: HOWTO get content of config.h into a userdefined header (for distrib


From: Lars J. Aas
Subject: Re: HOWTO get content of config.h into a userdefined header (for distribution)
Date: Thu, 11 Jan 2001 15:37:46 +0100
User-agent: Mutt/1.2.5i

On Thu, Jan 11, 2001 at 03:27:20PM +0100, Akim Demaille wrote:
: 
: | #ifdef HAVE_SIGNAL_H
: | # include <signal.h>
: | #endif
: 
: We promote #if over #ifdef.

Why?  Isn't that only the case for "boolean" defines (either 0 or 1, not
defined or not defined)?  I think the Borland compiler has problems with
"#if <DEFINE>" if <DEFINE> isn't defined to something...  I'll have to
check again to be sure, though...

  Lars J
-- 
Innovation is one percent inspiration and ninetynine percent perspiration,
and in my case; twice that...  -- Norville Barnes, `The Hudsucker Proxy'



reply via email to

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