diff options
author | wiz <wiz@pkgsrc.org> | 2005-11-24 19:07:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-11-24 19:07:43 +0000 |
commit | a19859efcdcee830f6895f1785f8ad98fd387f8b (patch) | |
tree | 6a53184641844e44758dec12313611b658dc4f00 /mk/defaults | |
parent | e91420142765da83a7c616bfee1fcd8e8d3f5b08 (diff) | |
download | pkgsrc-a19859efcdcee830f6895f1785f8ad98fd387f8b.tar.gz |
Remove some obsoleted imap_uw options.
Diffstat (limited to 'mk/defaults')
-rw-r--r-- | mk/defaults/mk.conf | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf index 2006203faf1..2f179501001 100644 --- a/mk/defaults/mk.conf +++ b/mk/defaults/mk.conf @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf,v 1.95 2005/11/23 18:27:13 erh Exp $ +# $NetBSD: mk.conf,v 1.96 2005/11/24 19:07:43 wiz Exp $ # # This file provides default values for variables that may be overridden @@ -888,21 +888,6 @@ IMAP_UW_CCLIENT_MBOX_FMT?= unix # Possible: Any valid filename, not defined # Default: not defined -#IMAP_UW_NO_CLEARTEXT?= YES -# Used in imap-uw to disallow plaintext passwords except when SSL or TLS -# is used. This effectively disallows cleartext passwords. -# -# Possible: not defined, YES -# Default: not defined - -#IMAP_UW_NO_SSL?= YES -# Used in imap-uw to build without any SSL or TLS support at all. Note that -# it doesn't make any sense to enable this together with IMAP_UW_NO_CLEARTEXT, -# nor is is it fully supported in pkgsrc for all clients. -# -# Possible: not defined, YES -# Default: not defined - IMDICTDIR?= ${VARBASE}/dict # Specify the directory for input method's dictionary installation. # Possible: any valid location |