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
bf1d8d33
...
bf1d8d335e6630cf0e505ae9a4720d7393a1c4d8
authored
2002-10-29 12:42:19 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated to reflect the set of ENABLE_ defines.
1 parent
b0533c64
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
mailbox/mu_argp.c
mailbox/mu_argp.c
View file @
bf1d8d3
...
...
@@ -286,6 +286,21 @@ static char *mu_conf_option[] = {
#ifdef HAVE_MYSQL
"HAVE_MYSQL"
,
#endif
#ifdef ENABLE_IMAP
"ENABLE_IMAP"
,
#endif
#ifdef ENABLE_POP
"ENABLE_POP"
,
#endif
#ifdef ENABLE_MH
"ENABLE_MH"
,
#endif
#ifdef ENABLE_SMTP
"ENABLE_SMTP"
,
#endif
#ifdef ENABLE_SENDMAIL
"ENABLE_SENDMAIL"
,
#endif
NULL
};
...
...
Please
register
or
sign in
to post a comment