diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-06-29 13:22:26 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-06-29 15:44:08 +1000 |
commit | 658f55bbb73a199fa51fc945216660be76fffc1b (patch) | |
tree | 960fd343e341862edff96b0bfb86d99a0b411c3a /source3/include | |
parent | 7198d540e8abc31f831e9c13a031b905604176c6 (diff) | |
download | samba-658f55bbb73a199fa51fc945216660be76fffc1b.tar.gz samba-658f55bbb73a199fa51fc945216660be76fffc1b.tar.bz2 samba-658f55bbb73a199fa51fc945216660be76fffc1b.zip |
s3-param Remove unused FLAG_DOS_STRING
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 152db48db5..598a0e9c4a 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -756,7 +756,6 @@ struct parm_struct { #define FLAG_DEVELOPER 0x0040 /* No longer used */ #define FLAG_DEPRECATED 0x1000 /* options that should no longer be used */ #define FLAG_HIDE 0x2000 /* options that should be hidden in SWAT */ -#define FLAG_DOS_STRING 0x4000 /* convert from UNIX to DOS codepage when reading this string. */ #define FLAG_META 0x8000 /* A meta directive - not a real parameter */ #define FLAG_CMDLINE 0x10000 /* option has been overridden */ |