]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Use `#ifdef HAVE_CONFIG_H', not `#if HAVE_CONFIG_H', for consistency with gnulib.
authorJim Meyering <jim@meyering.net>
Sat, 24 Sep 2005 13:32:31 +0000 (13:32 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 24 Sep 2005 13:32:31 +0000 (13:32 +0000)
lib/openat-die.c
lib/root-dev-ino.c
lib/setenv.c
lib/stdopen.c
lib/tsearch.c
lib/unsetenv.c
lib/xfts.c

index f7cc15dbcdc6487bd2ad9e0de763e3ec0b9f1f6b..e274ff6e1b0e4c9935fc91aabe162e45dc4d6e78 100644 (file)
@@ -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 <config.h>
 #endif
 
index 9a1ef470ac0ba50f21c47b2b9c747c87ad23dd9d..9b03a121bcaa54dd1e42758e96e5b2102067af01 100644 (file)
@@ -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 <config.h>
 #endif
 
index 808820091050afa8d309ef0395e11f3f51c10b44..1cbe1a25b3c25ecd37af83af2494aca75a92e6da 100644 (file)
@@ -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 <config.h>
 #endif
 #include <alloca.h>
index c5b5aaf61376c793b9cd0cb0a7850b045bae18db..d4732cb85ce82a8e34a12880a6b1eb4d62cdbb7c 100644 (file)
@@ -18,7 +18,7 @@
 
 /* Written by Paul Eggert and Jim Meyering.  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif
 
index e1d36cba3e7be69e1e625c0db129861f747efb65..90de6edbb42da28a9b06573069690a1278d9392c 100644 (file)
@@ -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 <crux@Pool.Informatik.RWTH-Aachen.DE>, 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 <config.h>
 #endif
 
index d96389656efd518b9e55c2e8f627abecddcc517a..f216440ce81c5fc5e9d46551bf42d00efcb1e52f 100644 (file)
@@ -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 <config.h>
 #endif
 
index b1e3aaa4bdbc01f4405595d6a8a3aebd3dbed176..c2fb375e5c64310c4ef9eef4dc91d1c0fab8bf08 100644 (file)
@@ -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 <config.h>
 #endif