X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=unixish.h;h=5815a19ea75d5ade1b7835d3a8be7b4f49387ea2;hb=89491803eada141bfe112702c189849c457eac87;hp=1168d297b6f41306fdf176f30af1bcbd7e5927d1;hpb=534825c439e9bf017f3cdaf88d284d58d5eac6bd;p=p5sagit%2Fp5-mst-13.2.git diff --git a/unixish.h b/unixish.h index 1168d29..5815a19 100644 --- a/unixish.h +++ b/unixish.h @@ -5,6 +5,8 @@ * here. */ +#ifndef PERL_MICRO + /* HAS_IOCTL: * This symbol, if defined, indicates that the ioctl() routine is * available to set I/O characteristics @@ -33,6 +35,8 @@ #define HAS_KILL #define HAS_WAIT + +#endif /* !PERL_MICRO */ /* USEMYBINMODE * This symbol, if defined, indicates that the program should @@ -141,3 +145,6 @@ #define BIT_BUCKET "/dev/null" #define dXSUB_SYS + +#define USE_ENVIRON_ARRAY +