Added WITH_GNUTLS and WITH_GSASL to `mu_conf_option'.
Showing
1 changed file
with
7 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 Free Software Foundation, Inc. | 2 | Copyright (C) 1999, 2001, 2002, 2003 Free Software Foundation, Inc. |
3 | 3 | ||
4 | GNU Mailutils is free software; you can redistribute it and/or modify | 4 | GNU Mailutils is free software; you can redistribute it and/or modify |
5 | it under the terms of the GNU Lesser General Public License as published by | 5 | it under the terms of the GNU Lesser General Public License as published by |
... | @@ -272,6 +272,12 @@ static char *mu_conf_option[] = { | ... | @@ -272,6 +272,12 @@ static char *mu_conf_option[] = { |
272 | #ifdef WITH_GDBM | 272 | #ifdef WITH_GDBM |
273 | "WITH_GDBM", | 273 | "WITH_GDBM", |
274 | #endif | 274 | #endif |
275 | #ifdef WITH_GNUTLS | ||
276 | "WITH_GNUTLS", | ||
277 | #endif | ||
278 | #ifdef WITH_GSASL | ||
279 | "WITH_GSASL", | ||
280 | #endif | ||
275 | #ifdef WITH_GSSAPI | 281 | #ifdef WITH_GSSAPI |
276 | "WITH_GSSAPI", | 282 | "WITH_GSSAPI", |
277 | #endif | 283 | #endif | ... | ... |
-
Please register or sign in to post a comment