From: Jim Meyering Date: Sat, 24 Sep 2005 13:32:31 +0000 (+0000) Subject: Use `#ifdef HAVE_CONFIG_H', not `#if HAVE_CONFIG_H', for consistency with gnulib. X-Git-Tag: v5.90~89 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=58e399c28982af447f0691b658f542b8ded496a5;p=thirdparty%2Fcoreutils.git Use `#ifdef HAVE_CONFIG_H', not `#if HAVE_CONFIG_H', for consistency with gnulib. --- diff --git a/lib/openat-die.c b/lib/openat-die.c index f7cc15dbcd..e274ff6e1b 100644 --- a/lib/openat-die.c +++ b/lib/openat-die.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/lib/root-dev-ino.c b/lib/root-dev-ino.c index 9a1ef470ac..9b03a121bc 100644 --- a/lib/root-dev-ino.c +++ b/lib/root-dev-ino.c @@ -1,5 +1,5 @@ /* root-dev-ino.c -- get the device and inode numbers for `/'. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2005 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 @@ -17,7 +17,7 @@ /* Written by Jim Meyering. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H # include #endif diff --git a/lib/setenv.c b/lib/setenv.c index 8088200910..1cbe1a25b3 100644 --- a/lib/setenv.c +++ b/lib/setenv.c @@ -15,7 +15,7 @@ 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 #include diff --git a/lib/stdopen.c b/lib/stdopen.c index c5b5aaf613..d4732cb85c 100644 --- a/lib/stdopen.c +++ b/lib/stdopen.c @@ -18,7 +18,7 @@ /* Written by Paul Eggert and Jim Meyering. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H # include #endif diff --git a/lib/tsearch.c b/lib/tsearch.c index e1d36cba3e..90de6edbb4 100644 --- a/lib/tsearch.c +++ b/lib/tsearch.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995, 1996, 1997, 2000 Free Software Foundation, Inc. +/* Copyright (C) 1995, 1996, 1997, 2000, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Bernd Schmidt , 1997. @@ -84,7 +84,7 @@ In this case, A has been rotated left. This preserves the ordering of the binary tree. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H # include #endif diff --git a/lib/unsetenv.c b/lib/unsetenv.c index d96389656e..f216440ce8 100644 --- a/lib/unsetenv.c +++ b/lib/unsetenv.c @@ -15,7 +15,7 @@ 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/lib/xfts.c b/lib/xfts.c index b1e3aaa4bd..c2fb375e5c 100644 --- a/lib/xfts.c +++ b/lib/xfts.c @@ -1,6 +1,6 @@ /* xfts.c -- a wrapper for fts_open - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2005 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 @@ -18,7 +18,7 @@ /* Written by Jim Meyering. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H # include #endif