From: Jim Meyering Date: Sat, 24 Sep 2005 13:40:37 +0000 (+0000) Subject: Use `#ifdef HAVE_CONFIG_H', not `#if HAVE_CONFIG_H', for consistency with gnulib. X-Git-Tag: v5.90~86 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8daf4759f43e53242a654eedd5be724f58d524f5;p=thirdparty%2Fcoreutils.git Use `#ifdef HAVE_CONFIG_H', not `#if HAVE_CONFIG_H', for consistency with gnulib. --- diff --git a/src/dircolors.c b/src/dircolors.c index 63e43f28e1..19bdd3335e 100644 --- a/src/dircolors.c +++ b/src/dircolors.c @@ -16,7 +16,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H # include #endif diff --git a/src/shred.c b/src/shred.c index ebe6e06ea7..36a82399f1 100644 --- a/src/shred.c +++ b/src/shred.c @@ -88,7 +88,7 @@ #define AUTHORS "Colin Plumb" -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H # include #endif