From 40f05be18ac2c82430d1151c2747a964d194b4c1 Mon Sep 17 00:00:00 2001 From: Jacques Vidrine Date: Thu, 23 May 2002 16:14:21 +0000 Subject: Disable building with RFC 1730 by setting FORBIDDEN if WITH_RFC1730 is specified. --- mail/imap-uw/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/imap-uw') diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index d9808800e7f1..1df55a3063f0 100644 --- a/mail/imap-uw/Makefile +++ b/mail/imap-uw/Makefile @@ -38,6 +38,7 @@ USE_OPENSSL= yes # RFC 1730 (IMAP4 as opposed to IMAP4rev1) support .if defined(WITH_RFC1730) MAKE_ARGS+= RFC1730="-DRFC1730" +FORBIDDEN= "RFC 1730 support enables remote buffer overflow." .endif # Define this to get somewhat better interoperability with Netscape. .if defined(WITH_NETSCAPE_BRAIN_DAMAGE) -- cgit v1.2.3