From 26de383c428a513a4aaceb2460ea6d20a088e2d4 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 9 Oct 2011 23:16:55 +1100 Subject: libcli/smb Move CSC_POLICY_* definition to smb_constants.h This removes the duplicate definition between smb.h and lib/param/loadparm.c which in turn allows this file to be compiled with the s3 includes.h Andrew Bartlett --- lib/param/loadparm.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib/param/loadparm.c') diff --git a/lib/param/loadparm.c b/lib/param/loadparm.c index b8deff4114..7aaecf47dd 100644 --- a/lib/param/loadparm.c +++ b/lib/param/loadparm.c @@ -132,12 +132,6 @@ static const struct enum_list enum_bool_auto[] = { }; /* Client-side offline caching policy types */ -enum csc_policy { - CSC_POLICY_MANUAL=0, - CSC_POLICY_DOCUMENTS=1, - CSC_POLICY_PROGRAMS=2, - CSC_POLICY_DISABLE=3 -}; static const struct enum_list enum_csc_policy[] = { {CSC_POLICY_MANUAL, "manual"}, -- cgit