mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3:smbd: move UCF_ defines to smbd.h
metze
This commit is contained in:
parent
4a22dd61c0
commit
5306c18f2c
@ -1032,15 +1032,6 @@ struct smb_extended_info {
|
||||
char samba_version_string[SAMBA_EXTENDED_INFO_VERSION_STRING_LENGTH];
|
||||
};
|
||||
|
||||
/*
|
||||
* unix_convert_flags
|
||||
*/
|
||||
#define UCF_SAVE_LCOMP 0x00000001
|
||||
#define UCF_ALWAYS_ALLOW_WCARD_LCOMP 0x00000002
|
||||
#define UCF_COND_ALLOW_WCARD_LCOMP 0x00000004
|
||||
#define UCF_POSIX_PATHNAMES 0x00000008
|
||||
#define UCF_UNIX_NAME_LOOKUP 0x00000010
|
||||
|
||||
/* Used to keep track of deferred opens. */
|
||||
struct deferred_open_record;
|
||||
|
||||
|
@ -65,4 +65,13 @@ struct trans_state {
|
||||
char *data;
|
||||
};
|
||||
|
||||
/*
|
||||
* unix_convert_flags
|
||||
*/
|
||||
#define UCF_SAVE_LCOMP 0x00000001
|
||||
#define UCF_ALWAYS_ALLOW_WCARD_LCOMP 0x00000002
|
||||
#define UCF_COND_ALLOW_WCARD_LCOMP 0x00000004
|
||||
#define UCF_POSIX_PATHNAMES 0x00000008
|
||||
#define UCF_UNIX_NAME_LOOKUP 0x00000010
|
||||
|
||||
#endif /* _SMBD_SMBD_H */
|
||||
|
Loading…
Reference in New Issue
Block a user