diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-11-07 03:05:34 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:45:52 -0500 |
commit | f7183342c8b9e521da8a1feb4aa24bd73d7ed358 (patch) | |
tree | b7628eecd9c9e6fbc1407bd9bcf2299420d03aed | |
parent | 9e302b6f7c1f82a94016ffa12aa69abb86fc4c6b (diff) | |
download | samba-f7183342c8b9e521da8a1feb4aa24bd73d7ed358.tar.gz samba-f7183342c8b9e521da8a1feb4aa24bd73d7ed358.tar.bz2 samba-f7183342c8b9e521da8a1feb4aa24bd73d7ed358.zip |
r11545: Remove old #define.
Andrew Bartlett
(This used to be commit 5adaf00e4486f5f4895fd816c9db45133db38f1a)
-rw-r--r-- | source4/include/ads.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/source4/include/ads.h b/source4/include/ads.h index 4617233377..f01302a597 100644 --- a/source4/include/ads.h +++ b/source4/include/ads.h @@ -273,14 +273,6 @@ typedef void **ADS_MODLIST; #define ENCTYPE_ARCFOUR_HMAC ENCTYPE_ARCFOUR_HMAC_MD5 #endif -/* The older versions of heimdal that don't have this - define don't seem to use it anyway. I'm told they - always use a subkey */ -#ifndef HAVE_AP_OPTS_USE_SUBKEY -#define AP_OPTS_USE_SUBKEY 0 -#endif - - #define INSTANCE_TYPE_IS_NC_HEAD 0x00000001 #define INSTANCE_TYPE_UNINSTANT 0x00000002 #define INSTANCE_TYPE_WRITE 0x00000004 |