summaryrefslogtreecommitdiffstats
path: root/includes.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-02-01 23:05:30 +1100
committerDamien Miller <djm@mindrot.org>2000-02-01 23:05:30 +1100
commit9e53f35a6a5dd60fe134ec82d1ac0b1da3787446 (patch)
treeb7c78ae6dc2d19c64f37060cba8169c1be379a3c /includes.h
parent6034fdfd1f5382bf56dee5a7ee5b9e41b52c5240 (diff)
- Use socket pairs by default (instead of pipes). Prevents race condition
on several (buggy) OSs. Report and fix from tridge@linuxcare.com
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 3abf2851..746e76e5 100644
--- a/includes.h
+++ b/includes.h
@@ -122,6 +122,6 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
* Define this to use pipes instead of socketpairs for communicating with the
* client program. Socketpairs do not seem to work on all systems.
*/
-#define USE_PIPES 1
+/* #define USE_PIPES 1 */
#endif /* INCLUDES_H */