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 469cf47..84217d6 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 33dbeb7..098fb37 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 4b53fc9..33bdd0b 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