Normalize inclusion of `config.h'.
authorJim Meyering <jim@meyering.net>
Fri, 24 Feb 2006 10:09:59 +0000 (10:09 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 24 Feb 2006 10:09:59 +0000 (10:09 +0000)
lib/mkdtemp.c
lib/setenv.c
lib/unsetenv.c

index 469cf4718641dce93fcff8358e3d7e539c381fae..84217d695214bf1a4589c46b21903293a1ff9246 100644 (file)
@@ -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.  */
index 33dbeb7a39f32e21fc6be51ecae169a0796f319d..098fb373db51dd1eaef6be69a72afa900ee67c1f 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 4b53fc9c8bda2ec948a2e25c8dce67bdfe7c3b6c..33bdd0bbfa79db6d9696052af39cb10613cfb556 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