Files
pkgsrc-ng/net/wu-ftpd/patches/patch-aj
2013-09-26 17:14:40 +02:00

24 lines
542 B
Plaintext

$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