diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-03-13 04:41:19 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-03-13 04:41:19 +0000 |
commit | 30333e85efc0413687004760a685c308b755dd9d (patch) | |
tree | 04b37fdd59c098c6c1b4a9009e3bedddf7dd5d98 /mk | |
parent | fe3dfbdc36512d429b45e5352e9f505f3225e158 (diff) | |
download | pkgsrc-30333e85efc0413687004760a685c308b755dd9d.tar.gz |
Compile in LDAP-support for addressbook if PINE_USE_LDAP is set in
/etc/mk.conf.
Patch submitted by John Darrow <John.P.Darrow@wheaton.edu> in PR 9760.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/mk.conf.example | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index 1ebc73dfa29..3b0c38ab136 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.177 2001/03/06 12:07:24 agc Exp $ +# $NetBSD: mk.conf.example,v 1.178 2001/03/13 04:41:20 hubertf Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values @@ -640,6 +640,11 @@ PAPERSIZE= A4 # Possible: jdk, kaffe (kaffe currently has some problems) # Default: jdk on NetBSD/i386, kaffe elsewhere +#PINE_USE_LDAP= +# Compile code into pine to use a LDAP server for an address book. +# Possible: undefined, YES +# Defailt: undefined (support not compiled in) + #POPTOP_USE_MPPE= # Used in poptop package to specify the use of the mppe-ppp package # in preference to the standard ppp |