summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/includes.h b/includes.h
index 862dbd64f..8fa174bd6 100644
--- a/includes.h
+++ b/includes.h
@@ -75,4 +75,10 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
75 client program. Socketpairs do not seem to work on all systems. */ 75 client program. Socketpairs do not seem to work on all systems. */
76#define USE_PIPES 1 76#define USE_PIPES 1
77 77
78#ifndef SHUT_RD
79#define SHUT_RD 0
80#define SHUT_WR 1
81#define SHUT_RDWR 2
82#endif /* SHUT_RD */
83
78#endif /* INCLUDES_H */ 84#endif /* INCLUDES_H */