$NetBSD$

--- 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);
