bug-gnulib
[Top][All Lists]
Advanced

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

config.h inclusion


From: Ralf Wildenhues
Subject: config.h inclusion
Date: Tue, 13 Sep 2005 15:55:33 +0200
User-agent: Mutt/1.4.1i

Hi there,

Right now, roughly 230 files in gnulib/lib include config.h.
210 of those #include <config.h>, the rest "config.h".
10 of all of them are not guarded by HAVE_CONFIG_H, about half of the
others by `#ifdef HAVE_CONFIG_H', and half by `#if HAVE_CONFIG_H'.

Would you accept a patch to change all of these to use
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

uniformly?

Cheers,
Ralf




reply via email to

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