summaryrefslogtreecommitdiff
path: root/net/wu-ftpd/patches/patch-ah
blob: 7bf7504772c0c1a5a343f31fdcab39f104846838 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-ah,v 1.6 2004/09/08 15:28:39 sketch Exp $

--- src/proto.h.orig	2000-07-01 19:17:39.000000000 +0100
+++ src/proto.h	2004-09-08 16:25:25.000000000 +0100
@@ -25,4 +25,6 @@
    
 ****************************************************************************/
+#include "config.h"
+
 #include <sys/types.h>
 #include <sys/stat.h>
@@ -290,6 +292,8 @@
 void endusershell(void);
 
+#ifndef HAVE_STRCASESTR
 /*
    ** support/strcasestr.c
  */
 char *strcasestr(register char *s, register char *find);
+#endif