1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-20 16:23:51 +03:00

First part of UNIX extensions (#ifdefed out) more to follow.

Jeremy.
This commit is contained in:
Jeremy Allison
-
parent 4289fe3499
commit 02b18f2cca
4 changed files with 177 additions and 2 deletions

View File

@@ -1325,6 +1325,7 @@ char *strdup(char *s);
#define CAP_W2K_SMBS 0x2000
#define CAP_LARGE_READX 0x4000
#define CAP_LARGE_WRITEX 0x8000
#define CAP_UNIX 0x800000 /* Capabilities for UNIX extensions. Created by HP. */
#define CAP_EXTENDED_SECURITY 0x80000000
/* protocol types. It assumes that higher protocols include lower protocols