Commit 64f91190 64f91190b82c6eb0c7f08a6694d0934f54fcba98 by Wojciech Polak

Added info about WITH_GNUTLS and WITH_GSASL to the `General Information'

node.
1 parent bab57f6e
...@@ -3059,7 +3059,6 @@ The @sc{gnu} wrapper library @file{libltdl} is present and is used ...@@ -3059,7 +3059,6 @@ The @sc{gnu} wrapper library @file{libltdl} is present and is used
3059 by Mailutils. @xref{Using libltdl,,,libtool,Using libltdl}, for 3059 by Mailutils. @xref{Using libltdl,,,libtool,Using libltdl}, for
3060 more information on @file{libltdl} library. 3060 more information on @file{libltdl} library.
3061 3061
3062
3063 @item WITH_BDB2 3062 @item WITH_BDB2
3064 Support for Berkeley DB is compiled in (the package was configured with 3063 Support for Berkeley DB is compiled in (the package was configured with
3065 @option{--with-db2} option). 3064 @option{--with-db2} option).
...@@ -3073,9 +3072,18 @@ Support for old style DBM is compiled in (the package was configured with ...@@ -3073,9 +3072,18 @@ Support for old style DBM is compiled in (the package was configured with
3073 @option{--with-dbm} option). 3072 @option{--with-dbm} option).
3074 3073
3075 @item WITH_GDBM 3074 @item WITH_GDBM
3076 Support for GDBM is compiled in (the package was configured with 3075 Support for GNU DBM is compiled in (the package was configured with
3077 @option{--with-gdbm} option). @xref{Top,,Introduction,gdbm,GNU DBM Manual}, for 3076 @option{--with-gdbm} option). @xref{Top,,Introduction,gdbm,The GNU DBM Manual},
3078 information about this library. 3077 for more information about this library.
3078
3079 @item WITH_GNUTLS
3080 Support for GnuTLS (a Transport Layer Security Library) is compiled in
3081 (the package was configured with @option{--with-gnutls} option).
3082
3083 @item WITH_GSASL
3084 Support for GNU SASL is compiled in (the package was configured with
3085 @option{--with-gsasl} option). @xref{Top,,Introduction,gsasl,The GNU SASL Manual},
3086 for more information about this library.
3079 3087
3080 @item WITH_GSSAPI 3088 @item WITH_GSSAPI
3081 Support for @sc{gssapi} is compiled in (the package was configured with 3089 Support for @sc{gssapi} is compiled in (the package was configured with
...@@ -3084,8 +3092,8 @@ Support for @sc{gssapi} is compiled in (the package was configured with ...@@ -3084,8 +3092,8 @@ Support for @sc{gssapi} is compiled in (the package was configured with
3084 @item WITH_GUILE 3092 @item WITH_GUILE
3085 Support for Guile extension language is built (the package was 3093 Support for Guile extension language is built (the package was
3086 configured with @option{--with-guile} option). 3094 configured with @option{--with-guile} option).
3087 @xref{Top,,Overview,guile,The Guile Reference Manual}, for information 3095 @xref{Top,,Overview,guile,The Guile Reference Manual},
3088 about Guile. 3096 for more information about Guile.
3089 3097
3090 @item WITH_PTHREAD 3098 @item WITH_PTHREAD
3091 The @sc{posix} thread support is compiled in. 3099 The @sc{posix} thread support is compiled in.
...@@ -3093,7 +3101,7 @@ The @sc{posix} thread support is compiled in. ...@@ -3093,7 +3101,7 @@ The @sc{posix} thread support is compiled in.
3093 @item WITH_READLINE 3101 @item WITH_READLINE
3094 The readline support is enabled (the package was 3102 The readline support is enabled (the package was
3095 configured with @option{--with-readline} option). 3103 configured with @option{--with-readline} option).
3096 @xref{Top,,,readline,GNU Readline Library}, for more information. 3104 @xref{Top,,,readline,The GNU Readline Library}, for more information.
3097 3105
3098 @item HAVE_MYSQL 3106 @item HAVE_MYSQL
3099 Authentication via MySQL is supported (the package was 3107 Authentication via MySQL is supported (the package was
......