summaryrefslogtreecommitdiff
path: root/compat_strcasestr.c
diff options
context:
space:
mode:
Diffstat (limited to 'compat_strcasestr.c')
-rw-r--r--compat_strcasestr.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/compat_strcasestr.c b/compat_strcasestr.c
index 5216d0215753f..0706ee00e50ba 100644
--- a/compat_strcasestr.c
+++ b/compat_strcasestr.c
@@ -1,8 +1,6 @@
-#ifdef HAVE_CONFIG_H
#include "config.h"
-#endif
-#ifdef HAVE_STRCASESTR
+#if HAVE_STRCASESTR
int dummy;