Use `#ifdef HAVE_CONFIG_H', not `#if HAVE_CONFIG_H', for consistency with gnulib.
authorJim Meyering <jim@meyering.net>
Sat, 24 Sep 2005 13:40:37 +0000 (13:40 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 24 Sep 2005 13:40:37 +0000 (13:40 +0000)
src/dircolors.c
src/shred.c

index 63e43f28e11498719533ec833cd9a775f9005d0d..19bdd3335e65cdee69d79e84e30d7ba6cacacb23 100644 (file)
@@ -16,7 +16,7 @@
    along 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
 
index ebe6e06ea7f85be860e7a511a4c84b56de851599..36a82399f12aa062b87b9c2bb46082288eee73ee 100644 (file)
@@ -88,7 +88,7 @@
 
 #define AUTHORS "Colin Plumb"
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif