comparison 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
comparison
equal deleted inserted replaced
27:e8e81bc68024 28:cd715f9036c0
55 #define msleep(a) DosSleep(a) 55 #define msleep(a) DosSleep(a)
56 56
57 #ifdef __EMX__ 57 #ifdef __EMX__
58 #include <dirent.h> 58 #include <dirent.h>
59 #include <sys/stat.h> 59 #include <sys/stat.h>
60 #define HAVE_PIPE
60 #ifdef FD_SETSIZE 61 #ifdef FD_SETSIZE
61 #undef FD_SETSIZE 62 #undef FD_SETSIZE
62 #endif 63 #endif
63 #define FD_SETSIZE 1024 64 #define FD_SETSIZE 1024
64 #define strcasecmp stricmp 65 #define strcasecmp stricmp