From 229b090308d09e749f70155c798ae3826bf24164 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Wed, 26 May 2010 22:49:01 +0200 Subject: [PATCH] s3-lanman: remove defines now provided by IDL. Guenther --- source3/smbd/lanman.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/source3/smbd/lanman.c b/source3/smbd/lanman.c index 8c4d60cef9c..871e2b707d1 100644 --- a/source3/smbd/lanman.c +++ b/source3/smbd/lanman.c @@ -4010,16 +4010,6 @@ There is no auxiliary data in the response. #define usri11_code_page 84 #define usri11_end 86 -#define USER_PRIV_GUEST 0 -#define USER_PRIV_USER 1 -#define USER_PRIV_ADMIN 2 - -#define AF_OP_PRINT 0 -#define AF_OP_COMM 1 -#define AF_OP_SERVER 2 -#define AF_OP_ACCOUNTS 3 - - static bool api_RNetUserGetInfo(connection_struct *conn, uint16 vuid, char *param, int tpscnt, char *data, int tdscnt, -- 2.11.4.GIT