Paul Eggert <eggert <at> CS.UCLA.EDU> writes:
>
> 2006-09-13 Paul Eggert <eggert <at> cs.ucla.edu>
>
> * _fpending.c: Include <config.h> unconditionally, since we no
> longer worry about uses that don't define HAVE_CONFIG_H.
Done likewise for the verror module. That leaves xasprintf, xstrndup, and
xvasprintf as the only modules used by M4 that are still using HAVE_CONFIG_H.
2006-09-26 Eric Blake <[EMAIL PROTECTED]>
* verror.c: Include <config.h> unconditionally.
Index: lib/verror.c
===================================================================
RCS file: /sources/gnulib/gnulib/lib/verror.c,v
retrieving revision 1.2
diff -u -r1.2 verror.c
--- lib/verror.c 8 Aug 2006 22:00:45 -0000 1.2
+++ lib/verror.c 26 Sep 2006 20:12:43 -0000
@@ -17,9 +17,7 @@
/* Written by Eric Blake. */
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
#include "verror.h"
#include "xvasprintf.h"