summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-09-24 13:32:31 +0000
committerJim Meyering <jim@meyering.net>2005-09-24 13:32:31 +0000
commit58e399c28982af447f0691b658f542b8ded496a5 (patch)
treeb817e7b3a8b599904d29eef76e17332b9e92365f /lib
parent7bf8267334104dae2216b74088f39b7cd467a9cc (diff)
downloadcoreutils-58e399c28982af447f0691b658f542b8ded496a5.tar.xz
Use `#ifdef HAVE_CONFIG_H', not `#if HAVE_CONFIG_H', for consistency with gnulib.
Diffstat (limited to 'lib')
-rw-r--r--lib/openat-die.c2
-rw-r--r--lib/root-dev-ino.c4
-rw-r--r--lib/setenv.c2
-rw-r--r--lib/stdopen.c2
-rw-r--r--lib/tsearch.c4
-rw-r--r--lib/unsetenv.c2
-rw-r--r--lib/xfts.c4
7 files changed, 10 insertions, 10 deletions
diff --git a/lib/openat-die.c b/lib/openat-die.c
index f7cc15dbc..e274ff6e1 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 <config.h>
#endif
diff --git a/lib/root-dev-ino.c b/lib/root-dev-ino.c
index 9a1ef470a..9b03a121b 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 <config.h>
#endif
diff --git a/lib/setenv.c b/lib/setenv.c
index 808820091..1cbe1a25b 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 <config.h>
#endif
#include <alloca.h>
diff --git a/lib/stdopen.c b/lib/stdopen.c
index c5b5aaf61..d4732cb85 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 <config.h>
#endif
diff --git a/lib/tsearch.c b/lib/tsearch.c
index e1d36cba3..90de6edbb 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 <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
diff --git a/lib/unsetenv.c b/lib/unsetenv.c
index d96389656..f216440ce 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 <config.h>
#endif
diff --git a/lib/xfts.c b/lib/xfts.c
index b1e3aaa4b..c2fb375e5 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 <config.h>
#endif