r6112: try to decompress all chunks and put them together
[samba.git] / source / libcli / auth / gensec.m4
1 SMB_MODULE_DEFAULT(gensec_krb5, NOT)
2 SMB_MODULE_DEFAULT(gensec_gssapi, NOT)
3 SMB_MODULE_DEFAULT(gensec_gsskrb5, NOT)
4
5 if test x"$SMB_EXT_LIB_ENABLE_KRB5" = x"YES"; then
6         # enable this when krb5 is fully working
7         SMB_MODULE_DEFAULT(gensec_krb5, STATIC)
8         SMB_MODULE_DEFAULT(gensec_gssapi, STATIC)
9         if test x"$samba_cv_GSS_C_DCE_STYLE" = x"yes"; then
10                 SMB_MODULE_DEFAULT(gensec_gsskrb5, STATIC)
11         fi
12 fi