summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJakob Kaivo <jkaivo@ndn.net>2001-08-29 23:23:05 +0000
committerJakob Kaivo <jkaivo@ndn.net>2001-08-29 23:23:05 +0000
commit8c8a1a0180f5ac71f16ec3ff334948f688c8db32 (patch)
treeb8922e044de97f6ab346e9486ac0ae15fbae806f /configure.in
parent4f27cde96111b65152cf038ce7e0dfdd6d60426a (diff)
downloadmailutils-8c8a1a0180f5ac71f16ec3ff334948f688c8db32.tar.gz
mailutils-8c8a1a0180f5ac71f16ec3ff334948f688c8db32.tar.bz2
add option for virtual domains
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 0f2f3e3a0..e6d6b49d9 100644
--- a/configure.in
+++ b/configure.in
@@ -138,6 +138,12 @@ if test x"$use_mysql" = x"yes"; then
AC_DEFINE(HAVE_MYSQL))
fi
+dnl Virtual domain support, at least for pop3d
+AC_ARG_ENABLE(virtual-domains, [ --enable-virtual-domains enable virtual domain support (default no)], [use_virtual_domains="yes"],,)
+if test x"$use_virtual_domains" = x"yes"; then
+ AC_DEFINE(USE_VIRTUAL_DOMAINS)
+fi
+
dnl Use either PAM or CRYPT, not both.
if test x"$testpam" = x"yes"; then
AC_CHECK_HEADERS(security/pam_appl.h)

Return to:

Send suggestions and report system problems to the System administrator.