This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Monster _r patch: try to scan for all known _r variants,
[perl5.git] / NetWare / netware.h
index bd1a4c2..6f65560 100644 (file)
@@ -48,6 +48,7 @@ struct tms {
 #define HAVE_INTERP_INTERN
 struct interp_intern {
     void *     internal_host;
+    long       perlshell_items;        // For system() ;  Ananth, 3 Sept 2001
 };
 
 /*
@@ -66,9 +67,12 @@ typedef u_int           SOCKET;
 #endif
 
 #define nw_internal_host               (PL_sys_intern.internal_host)
+#define nw_perlshell_items     (PL_sys_intern.perlshell_items)         // For system() ;  Ananth, 3 Sept 2001
 
 EXTERN_C void  Perl_nw5_init(int *argcp, char ***argvp);
 
+#define PTHREAD_ATFORK(prepare,parent,child)   NOOP
+
 /*
  * This provides a layer of functions and macros to ensure extensions will
  * get to use the same RTL functions as the core.