diff options
author | zuntum <zuntum> | 2001-03-24 06:21:35 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-03-24 06:21:35 +0000 |
commit | 764fc2b528d418758b9250e77a541197c6e06529 (patch) | |
tree | ccb9176b71babf20ae9e99d266beeeda8b43fb1c /mk/mk.conf.example | |
parent | ee3da20f56fb119c161c7a4a7dfb10c4cfe92d96 (diff) | |
download | pkgsrc-764fc2b528d418758b9250e77a541197c6e06529.tar.gz |
Provide examples for teapop
Diffstat (limited to 'mk/mk.conf.example')
-rw-r--r-- | mk/mk.conf.example | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index 9276f6c930e..c7d79a2da6c 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.187 2001/03/24 03:58:15 fredb Exp $ +# $NetBSD: mk.conf.example,v 1.188 2001/03/24 06:21:35 zuntum Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values @@ -738,6 +738,16 @@ PAPERSIZE= A4 # Possible: defined, not defined # Default: not defined +#TEAPOP_WITHOUT_VPOP= +# Compile teapop without virtual domain support +# Possible: defined, not defined +# Default: not defined + +#TEAPOP_WITHOUT_APOP= +# Compile teapop without apop support +# Possible: defined, not defined +# Default: not defined + #UPCLIENT_LOGIN= #UPCLIENT_PASSWORD= #UPCLIENT_HOSTID= |