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
d7917d33
...
d7917d3377ea2a20589a329698eef33ec92fb9ae
authored
2003-04-23 11:46:32 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_conf_option): Reflect HAVE_PGSQL
1 parent
547a4e18
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
mailbox/mu_argp.c
mailbox/mu_argp.c
View file @
d7917d3
...
...
@@ -291,6 +291,9 @@ static char *mu_conf_option[] = {
#ifdef HAVE_MYSQL
"HAVE_MYSQL"
,
#endif
#ifdef HAVE_PGSQL
"HAVE_PGSQL"
,
#endif
#ifdef ENABLE_VIRTUAL_DOMAINS
"ENABLE_VIRTUAL_DOMAINS"
,
#endif
...
...
Please
register
or
sign in
to post a comment