diff options
author | Günther Deschner <gd@samba.org> | 2008-02-27 16:52:39 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-27 17:14:39 +0100 |
commit | d61831dcd414e0279dfd576a8c85a83a37bf2699 (patch) | |
tree | f265b7c25943edfbe23425b492736ffdf6fc63b9 /source3/include/rpc_samr.h | |
parent | 446a037156cdb94c1b7a541ce67cc90b460808ac (diff) | |
download | samba-d61831dcd414e0279dfd576a8c85a83a37bf2699.tar.gz samba-d61831dcd414e0279dfd576a8c85a83a37bf2699.tar.bz2 samba-d61831dcd414e0279dfd576a8c85a83a37bf2699.zip |
Move MAX_SAM_ENTRIES defines to samr rpc_server and to samr.idl.
Guenther
(This used to be commit 6c6455157317049d65a9012f4e339b7e86fb0af6)
Diffstat (limited to 'source3/include/rpc_samr.h')
-rw-r--r-- | source3/include/rpc_samr.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/include/rpc_samr.h b/source3/include/rpc_samr.h index 12fbfb601d..9491212e3d 100644 --- a/source3/include/rpc_samr.h +++ b/source3/include/rpc_samr.h @@ -74,11 +74,6 @@ SamrTestPrivateFunctionsUser ********************************************************************/ -#define MAX_SAM_ENTRIES_W2K 0x400 -#define MAX_SAM_ENTRIES_W95 50 -/* The following should be the greater of the preceeding two. */ -#define MAX_SAM_ENTRIES MAX_SAM_ENTRIES_W2K - /* these are from the old rpc_samr.h - they are needed while the merge is still going on */ #define MAX_SAM_SIDS 15 |