summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.