summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-08-12 06:42:08 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-08-12 06:42:08 +0000
commita505e64692bb854054a2cb7f303c259065a3ce67 (patch)
tree45cf2631ad8e404b9f722166bbef248b8c6416b1
parentb82b5caa40e0c7cdc7af665c4f35db92b3a02c4b (diff)
downloadmailutils-a505e64692bb854054a2cb7f303c259065a3ce67.tar.gz
mailutils-a505e64692bb854054a2cb7f303c259065a3ce67.tar.bz2
(mu_conf_option): Reflect radius capability.
-rw-r--r--mailbox/mu_argp.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/mailbox/mu_argp.c b/mailbox/mu_argp.c
index 129217492..25fc67151 100644
--- a/mailbox/mu_argp.c
+++ b/mailbox/mu_argp.c
@@ -1,5 +1,6 @@
/* 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

Return to:

Send suggestions and report system problems to the System administrator.