summaryrefslogtreecommitdiff
path: root/net/wu-ftpd/patches/patch-aj
blob: 8dae89c9e6339b41c48c9c3538e4efd72db87748 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$NetBSD: patch-aj,v 1.8 2012/04/08 04:49:56 dholland Exp $

- check for <quota.h>
- check for strcasestr()

--- src/config.h.in.orig	2000-07-01 18:04:21.000000000 +0000
+++ src/config.h.in
@@ -42,6 +42,7 @@
 #undef HAVE_STRING_H
 #undef HAVE_SYS_DIR_H
 #undef HAVE_SYS_NDIR_H
+#undef HAVE_QUOTA_H
 #undef HAVE_SYS_QUOTA_H
 #undef HAVE_SYS_FS_UFS_QUOTA_H
 #undef HAVE_UFS_QUOTA_H
@@ -76,6 +77,7 @@
 #undef HAVE_REGEXEC
 #undef HAVE_SETSID
 #undef HAVE_MEMMOVE
+#undef HAVE_STRCASESTR
 #undef HAVE_STRTOUL
 #undef HAVE_SIGLIST
 #undef FACILITY