diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-05-08 09:24:07 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2006-05-08 09:24:07 +0000 |
commit | 230277e03a98212a564fa4ef776f4e6f6169c22e (patch) | |
tree | 8179bdc0ff7ac9f8720958cc4ca73220b8c092d0 /source/include | |
parent | 87970ed2aa083473f5b70402064e3f3a18a83882 (diff) | |
download | samba-230277e03a98212a564fa4ef776f4e6f6169c22e.tar.gz samba-230277e03a98212a564fa4ef776f4e6f6169c22e.tar.xz samba-230277e03a98212a564fa4ef776f4e6f6169c22e.zip |
r15511: Using this name causes less warnings on the IBM checker, due to using
the original, rather than equivilant, enum type.
Andrew Bartlett
Diffstat (limited to 'source/include')
-rw-r--r-- | source/include/ads.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source/include/ads.h b/source/include/ads.h index cb6570c0e85..f8ccfe3604a 100644 --- a/source/include/ads.h +++ b/source/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 |