From ad14b8c655f1ae02b2d2b854ab6bda4480c5f8ca Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 2 Jan 2012 21:04:57 +1100 Subject: s3-gse Move GSS_C_DCE_STYLE backup definition to gse.c Signed-off-by: Stefan Metzmacher --- source3/librpc/crypto/gse.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/librpc/crypto/gse.h') diff --git a/source3/librpc/crypto/gse.h b/source3/librpc/crypto/gse.h index 7945230885..8618573b4a 100644 --- a/source3/librpc/crypto/gse.h +++ b/source3/librpc/crypto/gse.h @@ -21,10 +21,6 @@ struct gse_context; -#ifndef GSS_C_DCE_STYLE -#define GSS_C_DCE_STYLE 0x1000 -#endif - extern const struct gensec_security_ops gensec_gse_krb5_security_ops; #endif /* _GSE_H_ */ -- cgit