From 4afdb5a2a713985aed758a49144e23b2d0de842b Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 6 May 2010 17:49:36 +0200 Subject: s3: move BASE_RID to main includes.h (in preparation to separate passdb). Guenther --- source3/include/passdb.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/include/passdb.h') diff --git a/source3/include/passdb.h b/source3/include/passdb.h index 3ebf72d960..1d0f5c1abf 100644 --- a/source3/include/passdb.h +++ b/source3/include/passdb.h @@ -28,8 +28,6 @@ * NT RIDS. **********************************************************************/ -#define BASE_RID (0x000003E8L) - /* Take the bottom bit. */ #define RID_TYPE_MASK 1 #define RID_MULTIPLIER 2 -- cgit