bug-gnulib
[Top][All Lists]
Advanced

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

Re: config.h inclusion


From: Paul Eggert
Subject: Re: config.h inclusion
Date: Tue, 13 Sep 2005 16:21:18 -0700
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

Ralf Wildenhues <address@hidden> writes:

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

That makes sense to me, yes.  We should be consistent, and that's the
majority usage.

Also, no .h file should include config.h.  This is because config.h
must be included first, and it's the includer's responsibility to do
that.  You might as well fix that inconsistency too, while you're at
it.




reply via email to

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