# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 998050941 0 # Node ID cd715f9036c06dff17869908739f06cb3797a64f # Parent e8e81bc680243d4e42ac3a809f2a467c42c734df Added HAVE_PIPE define for EMX. diff -r e8e81bc68024 -r cd715f9036c0 compat.h --- a/compat.h Fri Aug 17 12:04:49 2001 +0000 +++ b/compat.h Fri Aug 17 12:22:21 2001 +0000 @@ -57,6 +57,7 @@ #ifdef __EMX__ #include #include +#define HAVE_PIPE #ifdef FD_SETSIZE #undef FD_SETSIZE #endif