summaryrefslogtreecommitdiff
path: root/source4/include
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-05-08 09:24:07 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:05:44 -0500
commitc07db9b462da739387b390bffe7adcf30fa2c11e (patch)
tree0d4cfc248f51005cbdee4cbed91e78b149fbd977 /source4/include
parent721270ebad0a80fd3a608c4a6bd8c4218c6b774a (diff)
downloadsamba-c07db9b462da739387b390bffe7adcf30fa2c11e.tar.gz
samba-c07db9b462da739387b390bffe7adcf30fa2c11e.tar.bz2
samba-c07db9b462da739387b390bffe7adcf30fa2c11e.zip
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)
Diffstat (limited to 'source4/include')
-rw-r--r--source4/include/ads.h5
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