Cygwin: Define SO_PASSCRED and SCM_CREDENTIALS

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen
2018-02-23 21:00:17 +01:00
parent 7f7532fafb
commit c70761df66
2 changed files with 3 additions and 1 deletions

View File

@ -58,6 +58,7 @@ details. */
#define SO_OOBINLINE 0x0100 /* leave received OOB data in line */
#define SO_DONTLINGER (unsigned int)(~SO_LINGER)
#define SO_PEERCRED 0x0200 /* same as getpeereid */
#define SO_PASSCRED 0x0400 /* enable receiving of credentials */
/*
* Additional options.