Make \x{...} consistently produce UTF-8.
[p5sagit/p5-mst-13.2.git] / unixish.h
index 1168d29..5815a19 100644 (file)
--- 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
 #define BIT_BUCKET "/dev/null"
 
 #define dXSUB_SYS
+
+#define USE_ENVIRON_ARRAY
+