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
3cf1d839
...
3cf1d8393a405d0221ae9c1b2192b6365f5a6466
authored
2009-08-08 09:43:16 +0200
by
Wojciech Polak
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
* mailbox/version.c: Add missing TC DBM info.
1 parent
4527a513
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
mailbox/version.c
mailbox/version.c
View file @
3cf1d83
...
...
@@ -68,6 +68,9 @@ static struct mu_conf_option mu_conf_option[] = {
#ifdef WITH_GDBM
{
"WITH_GDBM"
,
N_
(
"GNU DBM"
)
},
#endif
#ifdef WITH_TOKYOCABINET
{
"WITH_TOKYOCABINET"
,
N_
(
"Tokyo Cabinet DBM"
)
},
#endif
#ifdef WITH_GNUTLS
{
"WITH_GNUTLS"
,
N_
(
"TLS support using GNU TLS"
)
},
#endif
...
...
Please
register
or
sign in
to post a comment