summaryrefslogtreecommitdiff
path: root/lib/setenv.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-02-24 10:09:59 +0000
committerJim Meyering <jim@meyering.net>2006-02-24 10:09:59 +0000
commitda326536990b4518c6e067ef773321d2e3d20889 (patch)
tree6501ae1d0dd7df32cafc89340ec10cf54dd40498 /lib/setenv.c
parent2a63637481210e60fc463fac6dcb94775f900700 (diff)
downloadgnulib-da326536990b4518c6e067ef773321d2e3d20889.tar.gz
Normalize inclusion of `config.h'.
Diffstat (limited to 'lib/setenv.c')
-rw-r--r--lib/setenv.c2
1 files changed, 1 insertions, 1 deletions
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>