diff compat.h @ 28:cd715f9036c0

Added HAVE_PIPE define for EMX.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 17 Aug 2001 12:22:21 +0000
parents d9e87e8bcf1d
children cddb02f847e1
line wrap: on
line diff
--- 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 <dirent.h>
 #include <sys/stat.h>
+#define HAVE_PIPE
 #ifdef FD_SETSIZE
 #undef FD_SETSIZE
 #endif