summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes.h b/includes.h
index 3abf2851d..746e76e58 100644
--- a/includes.h
+++ b/includes.h
@@ -122,6 +122,6 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
122 * Define this to use pipes instead of socketpairs for communicating with the 122 * Define this to use pipes instead of socketpairs for communicating with the
123 * client program. Socketpairs do not seem to work on all systems. 123 * client program. Socketpairs do not seem to work on all systems.
124 */ 124 */
125#define USE_PIPES 1 125/* #define USE_PIPES 1 */
126 126
127#endif /* INCLUDES_H */ 127#endif /* INCLUDES_H */