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 --- source3/include/smb.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source3') diff --git a/source3/include/smb.h b/source3/include/smb.h index 75008fed1e..4a26a12ee8 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1650,12 +1650,6 @@ struct child_pid { /* Used to keep track of deferred opens. */ struct deferred_open_record; -/* Client-side offline caching policy types */ -#define CSC_POLICY_MANUAL 0 -#define CSC_POLICY_DOCUMENTS 1 -#define CSC_POLICY_PROGRAMS 2 -#define CSC_POLICY_DISABLE 3 - /* Used inside aio code. */ struct aio_extra; -- cgit