1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

Comment out some svcctl headers which are now defined in IDL.

Guenther
(This used to be commit 2201a8118c)
This commit is contained in:
Günther Deschner 2008-03-26 11:32:12 +01:00
parent e57c3a7bfc
commit ce8da6978e

View File

@ -394,6 +394,7 @@ struct standard_mapping {
/* Service Control Manager Bits */
#if 0
#define SC_RIGHT_MGR_CONNECT 0x0001
#define SC_RIGHT_MGR_CREATE_SERVICE 0x0002
#define SC_RIGHT_MGR_ENUMERATE_SERVICE 0x0004
@ -401,6 +402,8 @@ struct standard_mapping {
#define SC_RIGHT_MGR_QUERY_LOCK_STATUS 0x0010
#define SC_RIGHT_MGR_MODIFY_BOOT_CONFIG 0x0020
#endif
#define SC_MANAGER_READ_ACCESS \
( STANDARD_RIGHTS_READ_ACCESS | \
SC_RIGHT_MGR_CONNECT | \
@ -418,8 +421,9 @@ struct standard_mapping {
#define SC_MANAGER_ALL_ACCESS SC_MANAGER_WRITE_ACCESS
/* Service Object Bits */
/* Service Object Bits */
#if 0
#define SC_RIGHT_SVC_QUERY_CONFIG 0x0001
#define SC_RIGHT_SVC_CHANGE_CONFIG 0x0002
#define SC_RIGHT_SVC_QUERY_STATUS 0x0004
@ -430,6 +434,8 @@ struct standard_mapping {
#define SC_RIGHT_SVC_INTERROGATE 0x0080
#define SC_RIGHT_SVC_USER_DEFINED_CONTROL 0x0100
#endif
#define SERVICE_READ_ACCESS \
( STANDARD_RIGHTS_READ_ACCESS | \
SC_RIGHT_SVC_ENUMERATE_DEPENDENTS | \
@ -452,8 +458,6 @@ struct standard_mapping {
#define SERVICE_ALL_ACCESS SERVICE_WRITE_ACCESS
/*
* Access Bits for registry ACLS
*/