changeset 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 e8e81bc68024
children a33dfdc5b40a
files compat.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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