From: Jim Meyering <jim@meyering.net>
Date: Fri, 24 Feb 2006 10:09:59 +0000 (+0000)
Subject: Normalize inclusion of `config.h'.
X-Git-Tag: cvs-readonly~2536
X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=da326536990b4518c6e067ef773321d2e3d20889;p=gnulib.git

Normalize inclusion of `config.h'.
---

diff --git a/lib/mkdtemp.c b/lib/mkdtemp.c
index 469cf47186..84217d6952 100644
--- a/lib/mkdtemp.c
+++ b/lib/mkdtemp.c
@@ -18,7 +18,7 @@
 /* Extracted from misc/mkdtemp.c and sysdeps/posix/tempname.c.  */
 
 #ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
 #endif
 
 /* Specification.  */
diff --git a/lib/setenv.c b/lib/setenv.c
index 33dbeb7a39..098fb373db 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/unsetenv.c b/lib/unsetenv.c
index 4b53fc9c8b..33bdd0bbfa 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