s3: move BASE_RID to main includes.h (in preparation to separate passdb).
authorGünther Deschner <gd@samba.org>
Thu, 6 May 2010 15:49:36 +0000 (17:49 +0200)
committerGünther Deschner <gd@samba.org>
Fri, 7 May 2010 23:45:39 +0000 (01:45 +0200)
Guenther

source3/include/includes.h
source3/include/passdb.h

index 9ab25569a414eb10c57f2e8d3b6a2b800fdceadc..ec1ac203c3e142a906b29da9b9c136731eac9a28 100644 (file)
@@ -969,4 +969,6 @@ void in6_addr_to_sockaddr_storage(struct sockaddr_storage *ss,
 /* samba3 doesn't use uwrap yet */
 #define uwrap_enabled() 0
 
+#define BASE_RID (0x000003E8L)
+
 #endif /* _INCLUDES_H */
index 3ebf72d960b1b53dd9fc768aa563f664b857b199..1d0f5c1abff691dfe359bd28fa7d85e50bc5b014 100644 (file)
@@ -28,8 +28,6 @@
  * NT RIDS.
  **********************************************************************/
 
-#define BASE_RID (0x000003E8L)
-
 /* Take the bottom bit. */
 #define RID_TYPE_MASK          1
 #define RID_MULTIPLIER                 2