* Ralf Wildenhues wrote on Tue, Sep 13, 2005 at 03:55:33PM CEST:
> 
> 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?

OK, since many files belong to different owners, let's rephrase for a
much smaller scale:  If I wrote a patch to fix the unguarded config.h
inclusions, would you prefer above style?

BTW, I'm not subscribed.

Cheers,
Ralf


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

Reply via email to