From 58e399c28982af447f0691b658f542b8ded496a5 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 24 Sep 2005 13:32:31 +0000 Subject: Use `#ifdef HAVE_CONFIG_H', not `#if HAVE_CONFIG_H', for consistency with gnulib. --- lib/openat-die.c | 2 +- lib/root-dev-ino.c | 4 ++-- lib/setenv.c | 2 +- lib/stdopen.c | 2 +- lib/tsearch.c | 4 ++-- lib/unsetenv.c | 2 +- lib/xfts.c | 4 ++-- 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 #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 #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 #endif #include 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 #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 , 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 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 #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 #endif -- cgit v1.2.3-54-g00ecf