Commit acedee1e acedee1e4cae4011de8d2b10f2a4c2b9885ffd4f by Wojciech Polak

Added WITH_GNUTLS and WITH_GSASL to `mu_conf_option'.

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