From 176bbcf90cd890111177aeebce3f0563ac2da584 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 14 Nov 2008 12:03:18 +0100 Subject: svcctl: add svcctl_ConfigLevel from samba 3. Guenther --- source3/include/rpc_svcctl.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3') diff --git a/source3/include/rpc_svcctl.h b/source3/include/rpc_svcctl.h index 253ae9a12b..baa1404316 100644 --- a/source3/include/rpc_svcctl.h +++ b/source3/include/rpc_svcctl.h @@ -83,10 +83,6 @@ #define SVCCTL_SVC_ERROR_CRITICAL 0x00000002 #define SVCCTL_SVC_ERROR_SEVERE 0x00000003 -/* QueryServiceConfig2 options */ -#define SERVICE_CONFIG_DESCRIPTION 0x00000001 -#define SERVICE_CONFIG_FAILURE_ACTIONS 0x00000002 - /* Service Config - values for ServiceType field*/ -- cgit