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


_______________________________________________
bug-gnulib mailing list
bug-gnulib@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnulib

Reply via email to