(mu_conf_option): Reflect radius capability.
Showing
1 changed file
with
5 additions
and
1 deletions
1 | /* GNU Mailutils -- a suite of utilities for electronic mail | 1 | /* GNU Mailutils -- a suite of utilities for electronic mail |
2 | Copyright (C) 1999, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. | 2 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005 |
3 | Free Software Foundation, Inc. | ||
3 | 4 | ||
4 | This library is free software; you can redistribute it and/or | 5 | This library is free software; you can redistribute it and/or |
5 | modify it under the terms of the GNU Lesser General Public | 6 | modify it under the terms of the GNU Lesser General Public |
... | @@ -336,6 +337,9 @@ static char *mu_conf_option[] = { | ... | @@ -336,6 +337,9 @@ static char *mu_conf_option[] = { |
336 | #ifdef ENABLE_NNTP | 337 | #ifdef ENABLE_NNTP |
337 | "ENABLE_NNTP", | 338 | "ENABLE_NNTP", |
338 | #endif | 339 | #endif |
340 | #ifdef ENABLE_RADIUS | ||
341 | "ENABLE_RADIUS", | ||
342 | #endif | ||
339 | #ifdef WITH_INCLUDED_LIBINTL | 343 | #ifdef WITH_INCLUDED_LIBINTL |
340 | "WITH_INCLUDED_LIBINTL", | 344 | "WITH_INCLUDED_LIBINTL", |
341 | #endif | 345 | #endif | ... | ... |
-
Please register or sign in to post a comment