diff options
Diffstat (limited to 'mk/defaults/mk.conf')
-rw-r--r-- | mk/defaults/mk.conf | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf index 92b7710b8de..4394b74d3e0 100644 --- a/mk/defaults/mk.conf +++ b/mk/defaults/mk.conf @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf,v 1.110 2006/01/12 22:30:56 jlam Exp $ +# $NetBSD: mk.conf,v 1.111 2006/02/24 10:14:36 ghen Exp $ # # This file provides default values for variables that may be overridden @@ -1425,27 +1425,6 @@ PKG_LANG?=english # Possible: defined, not defined # Default: not defined -PURE_FTPD_USE_MYSQL?= NO -# Compile in MySQL support. -# Possible: YES, NO -# Default: NO - -PURE_FTPD_USE_PGSQL?= NO -# Compile in PostgreSQL support. -# Possible: YES, NO -# Default: NO - -PURE_FTPD_USE_TLS?= NO -# Compile in SSL/TLS support. -# Possible: YES, NO -# Default: NO - -PURE_FTPD_USE_VIRTUAL_CHROOT?= NO -# Compile in virtual chroot support (enables the ability -# to follow symlinks outside a chroot jail). -# Possible: YES, NO -# Default: NO - #PROCMAIL_MAILSPOOLHOME=.MailBox # To default user mailboxes to their home directory, # specify the name of the mailbox file. |