From 658f55bbb73a199fa51fc945216660be76fffc1b Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 29 Jun 2011 13:22:26 +1000 Subject: s3-param Remove unused FLAG_DOS_STRING --- source3/include/smb.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include') 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 */ -- cgit