diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-07-06 13:06:14 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-07-06 05:32:59 +0200 |
commit | 7891848357a945581d6c94909b2d783c75afe46e (patch) | |
tree | ae03297b74b73d402bacc72fb1dc7f014d28615f /source4/libcli/raw/smb.h | |
parent | 6543987139197800a3e93b768133474ed0c2d0dc (diff) | |
download | samba-7891848357a945581d6c94909b2d783c75afe46e.tar.gz samba-7891848357a945581d6c94909b2d783c75afe46e.tar.xz samba-7891848357a945581d6c94909b2d783c75afe46e.zip |
libcli/smb move FILE_TYPE constants in common
This allows us to remove another _SAMBA_BUILD_ conditional
Andrew Bartlett
Diffstat (limited to 'source4/libcli/raw/smb.h')
-rw-r--r-- | source4/libcli/raw/smb.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/source4/libcli/raw/smb.h b/source4/libcli/raw/smb.h index 008ab57c0d..c1658406c4 100644 --- a/source4/libcli/raw/smb.h +++ b/source4/libcli/raw/smb.h @@ -381,14 +381,6 @@ #define FILE_WAS_CREATED 2 #define FILE_WAS_OVERWRITTEN 3 -/* File type flags */ -#define FILE_TYPE_DISK 0 -#define FILE_TYPE_BYTE_MODE_PIPE 1 -#define FILE_TYPE_MESSAGE_MODE_PIPE 2 -#define FILE_TYPE_PRINTER 3 -#define FILE_TYPE_COMM_DEVICE 4 -#define FILE_TYPE_UNKNOWN 0xFFFF - /* Flag for NT transact rename call. */ #define RENAME_REPLACE_IF_EXISTS 1 |