changeset 26341:cf5a2e865b48

Normalize inclusion of `config.h'.
author Jim Meyering <jim@meyering.net>
date Fri, 24 Feb 2006 10:09:59 +0000
parents 9e6035c1ac59
children 80aeaf756f5f
files lib/mkdtemp.c lib/setenv.c lib/unsetenv.c
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lib/mkdtemp.c	Fri Feb 24 09:02:22 2006 +0000
+++ b/lib/mkdtemp.c	Fri Feb 24 10:09:59 2006 +0000
@@ -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.  */
--- a/lib/setenv.c	Fri Feb 24 09:02:22 2006 +0000
+++ b/lib/setenv.c	Fri Feb 24 10:09:59 2006 +0000
@@ -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>
--- a/lib/unsetenv.c	Fri Feb 24 09:02:22 2006 +0000
+++ b/lib/unsetenv.c	Fri Feb 24 10:09:59 2006 +0000
@@ -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