Commit acedee1e acedee1e4cae4011de8d2b10f2a4c2b9885ffd4f by Wojciech Polak

Added WITH_GNUTLS and WITH_GSASL to `mu_conf_option'.

1 parent d5b6a948
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc.
Copyright (C) 1999, 2001, 2002, 2003 Free Software Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
......@@ -272,6 +272,12 @@ static char *mu_conf_option[] = {
#ifdef WITH_GDBM
"WITH_GDBM",
#endif
#ifdef WITH_GNUTLS
"WITH_GNUTLS",
#endif
#ifdef WITH_GSASL
"WITH_GSASL",
#endif
#ifdef WITH_GSSAPI
"WITH_GSSAPI",
#endif
......