summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/includes.h b/includes.h
index 4a2539696..a198597bc 100644
--- a/includes.h
+++ b/includes.h
@@ -87,8 +87,10 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
87#define _PATH_RSH "/usr/bin/rsh" 87#define _PATH_RSH "/usr/bin/rsh"
88#endif /* _PATH_RSH */ 88#endif /* _PATH_RSH */
89 89
90/* Define this to use pipes instead of socketpairs for communicating with the 90/*
91 client program. Socketpairs do not seem to work on all systems. */ 91 * Define this to use pipes instead of socketpairs for communicating with the
92 * client program. Socketpairs do not seem to work on all systems.
93 */
92#define USE_PIPES 1 94#define USE_PIPES 1
93 95
94#endif /* INCLUDES_H */ 96#endif /* INCLUDES_H */