summaryrefslogtreecommitdiff
path: root/NetWare/netware.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-09-05 11:48:14 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-09-05 11:48:14 +0000
commitfa03377f212c69c47ab6514076e52611d288ed57 (patch)
treebdee922cf57e22732b601ace28dea31779cf043f /NetWare/netware.h
parent53305cf15fa20bba9e66475dfc049c6ed9d96c55 (diff)
downloadperl-fa03377f212c69c47ab6514076e52611d288ed57.tar.gz
NetWare updates from Ananth Kesari.
p4raw-id: //depot/perl@11875
Diffstat (limited to 'NetWare/netware.h')
-rw-r--r--NetWare/netware.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/NetWare/netware.h b/NetWare/netware.h
index f9ae1bf2c7..6f65560cbd 100644
--- a/NetWare/netware.h
+++ b/NetWare/netware.h
@@ -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,6 +67,7 @@ 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);