changeset 6650:d8e00d7c098d

Normalize inclusion of `config.h'.
author Jim Meyering <jim@meyering.net>
date Fri, 24 Feb 2006 10:09:59 +0000
parents a38b8242672a
children 2f5d8a19bb49
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
+++ 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.  */
--- 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>
--- 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