1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-12 12:00:21 +02:00

Include <config.h> unconditionally, since we now assume config.h exists.

This commit is contained in:
Paul Eggert
2006-08-26 06:55:57 +00:00
parent 967e0c11ea
commit 8f8f1d0188
31 changed files with 80 additions and 84 deletions
+2 -4
View File
@@ -1,5 +1,5 @@
/* Formatted output to strings.
Copyright (C) 1999-2000, 2002-2004 Free Software Foundation, Inc.
Copyright (C) 1999-2000, 2002-2004, 2006 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -15,9 +15,7 @@
with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <config.h>
/* Specification. */
#if WIDE_CHAR_VERSION