diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-10-09 23:16:55 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-10-11 13:41:34 +1100 |
commit | 26de383c428a513a4aaceb2460ea6d20a088e2d4 (patch) | |
tree | f04097d9245ff3a9cdf6e73124a7c69578a97628 /lib | |
parent | b21b012756dbb9e7022280b34d7103a5dcbea6d6 (diff) | |
download | samba-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 'lib')
-rw-r--r-- | lib/param/loadparm.c | 6 |
1 files changed, 0 insertions, 6 deletions
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"}, |