зеркало из https://github.com/Azure/sonic-openssh.git
Added compatibility macros
This commit is contained in:
Родитель
d4a8b7e34d
Коммит
726a5b3be1
|
@ -75,4 +75,10 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
|
|||
client program. Socketpairs do not seem to work on all systems. */
|
||||
#define USE_PIPES 1
|
||||
|
||||
#ifndef SHUT_RD
|
||||
#define SHUT_RD 0
|
||||
#define SHUT_WR 1
|
||||
#define SHUT_RDWR 2
|
||||
#endif /* SHUT_RD */
|
||||
|
||||
#endif /* INCLUDES_H */
|
||||
|
|
Загрузка…
Ссылка в новой задаче