Don't USE_PIPES

Spammed by: peter
Submitted by: mkn@uk.FreeBSD.org
This commit is contained in:
Brian Somers 2000-05-22 09:51:18 +00:00
parent 3de0a719e7
commit 73813569e4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60785

View File

@ -63,7 +63,9 @@ 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.
* Although pipes are bi-directional in FreeBSD, using pipes here will
* make <stdin> uni-directional !
*/
#define USE_PIPES 1
/* #define USE_PIPES 1 */
#endif /* INCLUDES_H */