diff options
author | Günther Deschner <gd@samba.org> | 2010-05-06 17:49:36 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-08 01:45:39 +0200 |
commit | 4afdb5a2a713985aed758a49144e23b2d0de842b (patch) | |
tree | 7f91d1ecb49895e3d307aab5abcab29450214a1c /source3 | |
parent | b83ab96b16cd322d90bf84d8b71b523a2fda4aed (diff) | |
download | samba-4afdb5a2a713985aed758a49144e23b2d0de842b.tar.gz samba-4afdb5a2a713985aed758a49144e23b2d0de842b.tar.bz2 samba-4afdb5a2a713985aed758a49144e23b2d0de842b.zip |
s3: move BASE_RID to main includes.h (in preparation to separate passdb).
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/includes.h | 2 | ||||
-rw-r--r-- | source3/include/passdb.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 9ab25569a4..ec1ac203c3 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -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 */ 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 |