diff options
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/ads.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/include/ads.h b/source4/include/ads.h index cb6570c0e8..f8ccfe3604 100644 --- a/source4/include/ads.h +++ b/source4/include/ads.h @@ -197,11 +197,6 @@ /* Kerberos environment variable names */ #define KRB5_ENV_CCNAME "KRB5CCNAME" -/* Heimdal uses a slightly different name */ -#if defined(HAVE_ENCTYPE_ARCFOUR_HMAC_MD5) -#define ENCTYPE_ARCFOUR_HMAC ENCTYPE_ARCFOUR_HMAC_MD5 -#endif - #define INSTANCE_TYPE_IS_NC_HEAD 0x00000001 #define INSTANCE_TYPE_UNINSTANT 0x00000002 #define INSTANCE_TYPE_WRITE 0x00000004 |