Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
c2745178
...
c2745178e58a2f0e1cd3e865ef858b3e828f23a7
authored
2002-11-04 17:46:26 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Use ENABLE_VIRTUAL_DOMAINS
1 parent
8d1c338f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
imap4d/testsuite/lib/imap4d.exp
mailbox/mu_argp.c
mailbox2/mutil.c
pop3d/testsuite/lib/pop3d.exp
imap4d/testsuite/lib/imap4d.exp
View file @
c274517
...
...
@@ -20,7 +20,7 @@ source $top_srcdir/testsuite/lib/mailutils.exp
mu_init
"--authentication generic --authorization virtdomain"
mu_version
if
!
[
mu_check_capability
US
E_VIRTUAL_DOMAINS
]
{
if
!
[
mu_check_capability
ENABL
E_VIRTUAL_DOMAINS
]
{
clone_output
"WARNING: Support for virtual domains not compiled in"
clone_output
"WARNING: Skipping tests for imap4d"
exit 0
...
...
mailbox/mu_argp.c
View file @
c274517
...
...
@@ -256,9 +256,6 @@ static char *mu_conf_option[] = {
#ifdef USE_LIBPAM
"USE_LIBPAM"
,
#endif
#ifdef USE_VIRTUAL_DOMAINS
"USE_VIRTUAL_DOMAINS"
,
#endif
#ifdef WITH_BDB2
"WITH_BDB2"
,
#endif
...
...
@@ -286,6 +283,9 @@ static char *mu_conf_option[] = {
#ifdef HAVE_MYSQL
"HAVE_MYSQL"
,
#endif
#ifdef ENABLE_VIRTUAL_DOMAINS
"ENABLE_VIRTUAL_DOMAINS"
,
#endif
#ifdef ENABLE_IMAP
"ENABLE_IMAP"
,
#endif
...
...
mailbox2/mutil.c
View file @
c274517
...
...
@@ -363,7 +363,7 @@ mu_getpwnam (const char *name)
int
mu_virtual_domain
;
#ifdef
US
E_VIRTUAL_DOMAINS
#ifdef
ENABL
E_VIRTUAL_DOMAINS
struct
passwd
*
getpwnam_virtual
(
const
char
*
u
)
...
...
pop3d/testsuite/lib/pop3d.exp
View file @
c274517
...
...
@@ -21,7 +21,7 @@ source $top_srcdir/testsuite/lib/mailutils.exp
mu_init
"--authentication generic --authorization virtdomain"
mu_version
if
!
[
mu_check_capability
US
E_VIRTUAL_DOMAINS
]
{
if
!
[
mu_check_capability
ENABL
E_VIRTUAL_DOMAINS
]
{
clone_output
"WARNING: Support for virtual domains not compiled in"
clone_output
"WARNING: Skipping tests for pop3d"
exit 0
...
...
Please
register
or
sign in
to post a comment