From f7183342c8b9e521da8a1feb4aa24bd73d7ed358 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 7 Nov 2005 03:05:34 +0000 Subject: r11545: Remove old #define. Andrew Bartlett (This used to be commit 5adaf00e4486f5f4895fd816c9db45133db38f1a) --- source4/include/ads.h | 8 -------- 1 file changed, 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 -- cgit