getservby*() calls fail on Windows NT
[p5sagit/p5-mst-13.2.git] / unixish.h
index c6cb272..4968a38 100644 (file)
--- a/unixish.h
+++ b/unixish.h
 #define Stat(fname,bufptr) stat((fname),(bufptr))
 #define Fstat(fd,bufptr)   fstat((fd),(bufptr))
 #define Fflush(fp)         fflush(fp)
+#define Mkdir(path,mode)   mkdir((path),(mode))
 
 #ifdef PERL_SCO5
 #  define PERL_SYS_INIT(c,v)   fpsetmask(0)
 
 #define BIT_BUCKET "/dev/null"
 
-#define dXSUB_SYS int dummy
+#define dXSUB_SYS