summaryrefslogtreecommitdiff
path: root/src/str.c
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2003-11-27 05:24:41 +0000
committerMichael Jennings <mej@kainx.org>2003-11-27 05:24:41 +0000
commit8bf7560e22595b22f4d835176ed1775be3427ec8 (patch)
tree203d1227b2dba618d3ae88a1e0d1a01cd0cf7be2 /src/str.c
parentffca8130486f858a5cd5cbe9d47532e01bdcacb6 (diff)
downloadlibast-8bf7560e22595b22f4d835176ed1775be3427ec8.tar.gz
Thu Nov 27 00:22:16 2003 Michael Jennings (mej)
More namespace cleaning. Just one more set to go. SVN revision: 7956
Diffstat (limited to 'src/str.c')
-rw-r--r--src/str.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/str.c b/src/str.c
index 03939d5..568e285 100644
--- a/src/str.c
+++ b/src/str.c
@@ -23,7 +23,7 @@
static const char cvs_ident[] = "$Id$";
-#if defined(HAVE_CONFIG_H) && (HAVE_CONFIG_H != 0)
+#ifdef HAVE_CONFIG_H
# include <config.h>
#endif