summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dircolors.c2
-rw-r--r--src/shred.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/dircolors.c b/src/dircolors.c
index 63e43f28e..19bdd3335 100644
--- a/src/dircolors.c
+++ b/src/dircolors.c
@@ -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
diff --git a/src/shred.c b/src/shred.c
index ebe6e06ea..36a82399f 100644
--- a/src/shred.c
+++ b/src/shred.c
@@ -88,7 +88,7 @@
#define AUTHORS "Colin Plumb"
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
# include <config.h>
#endif