From b52246bf2f75e2a4869bce3e474e6c1c81a492b7 Mon Sep 17 00:00:00 2001 From: Dave Craft Date: Tue, 5 Jul 2011 21:17:10 -0500 Subject: NTDSConnection and NTDSA Site setting flags Flags that were missing from flags.h or were incorrectly defined inline to the kcc_topology.c code (and thus unusable elsewhere). These are the NTDSConnection and NTDSDSA Site settings flags. Signed-off-by: Andrew Tridgell --- source4/dsdb/kcc/kcc_topology.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'source4/dsdb/kcc/kcc_topology.c') diff --git a/source4/dsdb/kcc/kcc_topology.c b/source4/dsdb/kcc/kcc_topology.c index 6cf3d41158..9697ec12f7 100644 --- a/source4/dsdb/kcc/kcc_topology.c +++ b/source4/dsdb/kcc/kcc_topology.c @@ -29,14 +29,6 @@ #define FLAG_CR_NTDS_NC 0x00000001 #define FLAG_CR_NTDS_DOMAIN 0x00000002 -#define NTDSCONN_OPT_IS_GENERATED 0x00000001 -#define NTDSCONN_OPT_TWOWAY_SYNC 0x00000002 -#define NTDSCONN_OPT_OVERRIDE_NOTIFY_DEFAULT 0x00000004 -#define NTDSCONN_OPT_USE_NOTIFY 0x00000008 -#define NTDSCONN_OPT_DISABLE_INTERSITE_COMPRESSION 0x00000010 -#define NTDSCONN_OPT_USER_OWNED_SCHEDULE 0x00000020 -#define NTDSCONN_OPT_RODC_TOPOLOGY 0x00000040 - #define NTDSDSA_OPT_IS_GC 0x00000001 #define NTDSSETTINGS_OPT_IS_TOPL_DETECT_STALE_DISABLED 0x00000008 -- cgit