]> git.cameronkatri.com Git - mandoc.git/blobdiff - compat_strcasestr.c
Fully integrate apropos(1) into mandoc(1).
[mandoc.git] / compat_strcasestr.c
index 5216d0215753fc3c803aa406a35c1f09a29c499e..0706ee00e50baa831358aaf36f68f852abae5b10 100644 (file)
@@ -1,8 +1,6 @@
-#ifdef HAVE_CONFIG_H
 #include "config.h"
 #include "config.h"
-#endif
 
 
-#ifdef HAVE_STRCASESTR
+#if HAVE_STRCASESTR
 
 int dummy;
 
 
 int dummy;