From c07db9b462da739387b390bffe7adcf30fa2c11e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 8 May 2006 09:24:07 +0000 Subject: r15511: Using this name causes less warnings on the IBM checker, due to using the original, rather than equivilant, enum type. Andrew Bartlett (This used to be commit 3d43e458a828801a294e56a1aeb74a4d7cbf9f23) --- source4/include/ads.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source4/include') 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 -- cgit