X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=dosish.h;h=8734cda27c2264c0b77df5650dd42805b1914a2b;hb=64f14228217abb04a437553319642d6e7a82a3e8;hp=dfc5e358b53ec4c3cbf4e703fe1f8381a7c9079f;hpb=3fe9a6f19eb206c685bd7389e54e2838fdfd04b7;p=p5sagit%2Fp5-mst-13.2.git diff --git a/dosish.h b/dosish.h index dfc5e35..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,11 +20,12 @@ void Perl_DJGPP_init(); #endif /* DJGPP */ #define PERL_SYS_TERM() -#define dXSUB_SYS int dummy +#define dXSUB_SYS #define TMPPATH "plXXXXXX" #ifdef WIN32 #define HAS_UTIME +#define HAS_KILL #endif /* @@ -85,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))