X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/9df73edf21694f640f489f84755d19ea5ca9ddaa..26b89148b8de14db6d703f964e9dee45f469b8f6:/compat_strcasestr.c diff --git a/compat_strcasestr.c b/compat_strcasestr.c index 5216d021..0706ee00 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;