$NetBSD: patch-ad,v 1.2 2004/10/20 10:10:47 grant Exp $ --- src/proto.h.orig 2003-07-04 09:00:18.000000000 +1000 +++ src/proto.h @@ -94,7 +94,9 @@ char *PushByte(struct Push *, char); char *PushString(struct Push *, const char *); char *PushNString(struct Push *, const char *, int); +#ifndef HAVE_STRCASESTR char *strcasestr (char *, const char *); +#endif char *strsav(const char *); char *strreplace(char *, char *); void strcpymax(char *, const char *, int);