From 306cba4b8c3bcf5aa1e13296eaebbe212bb35a48 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 29 Nov 2013 12:00:24 +0100 Subject: libcli/smb: move some FILE_* flags to smb_constants.h Signed-off-by: Stefan Metzmacher Reviewed-by: Andreas Schneider --- source4/libcli/raw/smb.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'source4/libcli') diff --git a/source4/libcli/raw/smb.h b/source4/libcli/raw/smb.h index 38aefb6745..7fbbd0c0c3 100644 --- a/source4/libcli/raw/smb.h +++ b/source4/libcli/raw/smb.h @@ -226,22 +226,6 @@ /* the desired access to use when opening a pipe */ #define DESIRED_ACCESS_PIPE 0x2019f - -/* Flags - combined with attributes. */ -#define FILE_FLAG_WRITE_THROUGH 0x80000000L -#define FILE_FLAG_NO_BUFFERING 0x20000000L -#define FILE_FLAG_RANDOM_ACCESS 0x10000000L -#define FILE_FLAG_SEQUENTIAL_SCAN 0x08000000L -#define FILE_FLAG_DELETE_ON_CLOSE 0x04000000L -#define FILE_FLAG_BACKUP_SEMANTICS 0x02000000L /* only if backup/restore privilege? */ -#define FILE_FLAG_POSIX_SEMANTICS 0x01000000L - -/* Responses when opening a file. */ -#define FILE_WAS_SUPERSEDED 0 -#define FILE_WAS_OPENED 1 -#define FILE_WAS_CREATED 2 -#define FILE_WAS_OVERWRITTEN 3 - /* Flag for NT transact rename call. */ #define RENAME_REPLACE_IF_EXISTS 1 -- cgit