Added compatibility macros

This commit is contained in:
Damien Miller 1999-10-27 18:00:50 +10:00
parent d4a8b7e34d
commit 726a5b3be1
1 changed files with 6 additions and 0 deletions

View File

@ -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 */