pkgsrc/net/wu-ftpd/patches/patch-aj
2012-04-08 04:49:56 +00:00

23 lines
542 B
Text

$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