diff options
Diffstat (limited to 'mk/mk.conf.example')
-rw-r--r-- | mk/mk.conf.example | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index a03064e88dc..af860a4fbc8 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.198 2001/04/21 01:49:39 jtb Exp $ +# $NetBSD: mk.conf.example,v 1.199 2001/04/25 17:45:57 wiz Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values @@ -628,6 +628,11 @@ # Possible: not defined, YES # Default: not defined +#PALMOS_DEFAULT_SDK= 3.5 +# Version of PalmOS SDK to use as default. +# Possible: 1, 2, 3.1, 3.5 +# Default: 3.5 + PAPERSIZE= A4 # Default paper size for packages. # Possible: A4, Letter, Letterdj. @@ -657,10 +662,10 @@ PAPERSIZE= A4 # LATIN1, LATIN2, LATIN3, LATIN4, LATIN5, KOI8, WIN, ALT # Default: undefined -#PKG_JVM= -# Used to choose a java virtual machine for packages which use Java. -# Possible: jdk, kaffe (kaffe currently has some problems) -# Default: jdk on NetBSD/i386, kaffe elsewhere +#PILRC_USE_GTK= YES +# Use gtk+ in pilrc, needed for the UI previewer. +# Possible: YES, NO +# Default: YES #PINE_USE_LDAP= # Compile code into pine to use a LDAP server for an address book. @@ -673,6 +678,11 @@ PAPERSIZE= A4 # Possible: YES, not defined # Default: not defined +#PKG_JVM= +# Used to choose a java virtual machine for packages which use Java. +# Possible: jdk, kaffe (kaffe currently has some problems) +# Default: jdk on NetBSD/i386, kaffe elsewhere + #POPTOP_USE_MPPE= # Used in poptop package to specify the use of the mppe-ppp package # in preference to the standard ppp |