[Freeciv-Dev] Re: (PR#7206) Leader names
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=7206 >
Guest wrote:
> <URL: http://rt.freeciv.org/Ticket/Display.html?id=7206 >
>
>>[i-freeciv-lists@xxxxxxxxxxxxx - Tue Jan 06 20:19:41 2004]:
>>
>>+#ifdef HAVE_CONFIG_H
>>+#include <config.h>
>>+#endif
>
>
> Why is it #ifdef and not #ifndef ?
> It doesn't seem right to me.
HAVE_CONFIG_H means that config.h exists, not that it's already been
included. This is added to CFLAGS by configure.
jason
|
|