X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/9df73edf21694f640f489f84755d19ea5ca9ddaa..1bcee936fd224aaaa41b2710414512ea400c79f0:/compat_strcasestr.c diff --git a/compat_strcasestr.c b/compat_strcasestr.c index 5216d021..62c0ff74 100644 --- a/compat_strcasestr.c +++ b/compat_strcasestr.c @@ -1,14 +1,13 @@ -#ifdef HAVE_CONFIG_H #include "config.h" -#endif -#ifdef HAVE_STRCASESTR +#if HAVE_STRCASESTR int dummy; #else -/* ($)NetBSD: strcasestr.c,v 1.2 2005/02/09 21:35:47 kleink Exp $ */ +/* $Id: compat_strcasestr.c,v 1.4 2014/12/11 09:19:32 schwarze Exp $ */ +/* $NetBSD: strcasestr.c,v 1.3 2005/11/29 03:12:00 christos Exp $ */ /*- * Copyright (c) 1990, 1993