bug-gnulib
[Top][All Lists]
Advanced

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

Re: config.h inclusion


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

* 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




reply via email to

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