summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-10-09 23:16:55 +1100
committerAndrew Bartlett <abartlet@samba.org>2011-10-11 13:41:34 +1100
commit26de383c428a513a4aaceb2460ea6d20a088e2d4 (patch)
treef04097d9245ff3a9cdf6e73124a7c69578a97628 /source3
parentb21b012756dbb9e7022280b34d7103a5dcbea6d6 (diff)
downloadsamba-26de383c428a513a4aaceb2460ea6d20a088e2d4.tar.gz
samba-26de383c428a513a4aaceb2460ea6d20a088e2d4.tar.bz2
samba-26de383c428a513a4aaceb2460ea6d20a088e2d4.zip
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
Diffstat (limited to 'source3')
-rw-r--r--source3/include/smb.h6
1 files changed, 0 insertions, 6 deletions
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;