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
a505e646
...
a505e64692bb854054a2cb7f303c259065a3ce67
authored
2005-08-12 06:42:08 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_conf_option): Reflect radius capability.
1 parent
b82b5caa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
mailbox/mu_argp.c
mailbox/mu_argp.c
View file @
a505e64
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005
Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
@@ -336,6 +337,9 @@ static char *mu_conf_option[] = {
#ifdef ENABLE_NNTP
"ENABLE_NNTP"
,
#endif
#ifdef ENABLE_RADIUS
"ENABLE_RADIUS"
,
#endif
#ifdef WITH_INCLUDED_LIBINTL
"WITH_INCLUDED_LIBINTL"
,
#endif
...
...
Please
register
or
sign in
to post a comment