Remove some unused variables' descriptions.
This commit is contained in:
parent
a2231a45ad
commit
c2d4b08c4d
1 changed files with 1 additions and 21 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: mk.conf,v 1.96 2005/11/24 19:07:43 wiz Exp $
|
||||
# $NetBSD: mk.conf,v 1.97 2005/12/01 18:23:37 wiz Exp $
|
||||
#
|
||||
|
||||
# This file provides default values for variables that may be overridden
|
||||
|
@ -1669,16 +1669,6 @@ USE_CRYPTO?= YES
|
|||
# Possible: YES, or NO.
|
||||
# Default: YES
|
||||
|
||||
#USE_CUPS= YES
|
||||
# Used by packages to compile in support for the UNIX IPP implementation, CUPS.
|
||||
# Possible: YES, not defined
|
||||
# Default: not defined
|
||||
|
||||
USE_I586?= NO
|
||||
# Use assembler routines optimized for i586 in gnupg.
|
||||
# Possible: YES, or NO.
|
||||
# Default: NO
|
||||
|
||||
#USE_INET6=
|
||||
# Enable IPv6 support on certain packages. It is safer to leave it undefined
|
||||
# in mk.conf and obey the default. Reasons:
|
||||
|
@ -1708,16 +1698,6 @@ USE_OPENLDAP?= NO
|
|||
# Possible: defined, not defined
|
||||
# Default: not defined
|
||||
|
||||
#USE_SASL=YES
|
||||
# Used to specify optional support for SASL authentication
|
||||
# Possible: YES, not defined
|
||||
# Default: not defined
|
||||
|
||||
#USE_SASL2=YES
|
||||
# Used to specify optional support for SASL authentication version 2.*
|
||||
# Possible: YES, not defined
|
||||
# Default: not defined
|
||||
|
||||
USE_SJ3?= YES
|
||||
# Used in kinput2 to enable SJ3 kana-kanji converter support.
|
||||
# Possible: YES, or NO.
|
||||
|
|
Loading…
Reference in a new issue