From c751c710620686c01eefbe83245d6fdbdc47cd32 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 9 Jun 2020 17:18:35 +0200 Subject: libcli: Move IO_REPARSE_TAG definitions to smb_constants.h Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- source3/include/ntioctl.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source3') diff --git a/source3/include/ntioctl.h b/source3/include/ntioctl.h index 199a2476cb6..1c2e5d5eb07 100644 --- a/source3/include/ntioctl.h +++ b/source3/include/ntioctl.h @@ -20,15 +20,6 @@ #ifndef _NTIOCTL_H #define _NTIOCTL_H -#define IO_REPARSE_TAG_SYMLINK 0xA000000C -#define SYMLINK_FLAG_RELATIVE 0x00000001 - -#define IO_REPARSE_TAG_MOUNT_POINT 0xA0000003 -#define IO_REPARSE_TAG_HSM 0xC0000004 -#define IO_REPARSE_TAG_SIS 0x80000007 -#define IO_REPARSE_TAG_DFS 0x8000000A -#define IO_REPARSE_TAG_NFS 0x80000014 - /* Sub-types for IO_REPARSE_TAG_NFS */ #define NFS_SPECFILE_LNK 0x00000000014B4E4C #define NFS_SPECFILE_CHR 0x0000000000524843 -- cgit v1.2.1