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
acedee1e
...
acedee1e4cae4011de8d2b10f2a4c2b9885ffd4f
authored
2003-01-23 11:33:55 +0000
by
Wojciech Polak
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added WITH_GNUTLS and WITH_GSASL to `mu_conf_option'.
1 parent
d5b6a948
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
mailbox/mu_argp.c
mailbox/mu_argp.c
View file @
acedee1
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc.
Copyright (C) 1999, 2001, 2002
, 2003
Free Software Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
...
...
@@ -272,6 +272,12 @@ static char *mu_conf_option[] = {
#ifdef WITH_GDBM
"WITH_GDBM"
,
#endif
#ifdef WITH_GNUTLS
"WITH_GNUTLS"
,
#endif
#ifdef WITH_GSASL
"WITH_GSASL"
,
#endif
#ifdef WITH_GSSAPI
"WITH_GSSAPI"
,
#endif
...
...
Please
register
or
sign in
to post a comment