s3-libsmb: Always allow SMB_TRANS_ENC_GSS to be defined
authorAndrew Bartlett <abartlet@samba.org>
Sat, 14 Jan 2012 01:03:27 +0000 (12:03 +1100)
committerStefan Metzmacher <metze@samba.org>
Sat, 21 Jan 2012 00:28:53 +0000 (01:28 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Sat Jan 21 01:28:54 CET 2012 on sn-devel-104

libcli/smb/smb_seal.h

index bcd4a9568e32f88978846c112b9ad3264524b787..081208e3340a4d1d5b0ac575a7bce3bc763b60fc 100644 (file)
 
 /* Transport encryption state. */
 enum smb_trans_enc_type {
-               SMB_TRANS_ENC_NTLM
-#if defined(HAVE_GSSAPI) && defined(HAVE_KRB5)
-               , SMB_TRANS_ENC_GSS
-#endif
+               SMB_TRANS_ENC_NTLM,
+               SMB_TRANS_ENC_GSS
 };
 
 struct smb_trans_enc_state {