Commit a505e646 a505e64692bb854054a2cb7f303c259065a3ce67 by Sergey Poznyakoff

(mu_conf_option): Reflect radius capability.

1 parent b82b5caa
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
......