X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=dosish.h;h=8734cda27c2264c0b77df5650dd42805b1914a2b;hb=64f14228217abb04a437553319642d6e7a82a3e8;hp=7bdea44edcb8322b8adc8a9bf9666fa519ab6657;hpb=5aabfad66ac77650f584e2f07af91645e19fe296;p=p5sagit%2Fp5-mst-13.2.git diff --git a/dosish.h b/dosish.h index 7bdea44..8734cda 100644 --- a/dosish.h +++ b/dosish.h @@ -1,6 +1,8 @@ #define ABORT() abort(); +#ifndef SH_PATH #define SH_PATH "/bin/sh" +#endif #ifdef DJGPP # define BIT_BUCKET "nul" @@ -18,7 +20,7 @@ void Perl_DJGPP_init(); #endif /* DJGPP */ #define PERL_SYS_TERM() -#define dXSUB_SYS int dummy +#define dXSUB_SYS #define TMPPATH "plXXXXXX" #ifdef WIN32 @@ -86,6 +88,7 @@ void Perl_DJGPP_init(); #define Fstat(fd,bufptr) fstat((fd),(bufptr)) #define Fflush(fp) fflush(fp) +#define Mkdir(path,mode) mkdir((path),(mode)) #ifndef WIN32 # define Stat(fname,bufptr) stat((fname),(bufptr))