summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-05-03 12:49:58 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-05-03 12:49:58 +0000
commita5564b91586ca6e07890b02adce83183fb2f1d0d (patch)
tree41308f2a77d7fa7a0e6064d6ae4b953248255de0 /makedef.pl
parente8f7eed095f7429a3660c20628fd77413b9f1002 (diff)
downloadperl-a5564b91586ca6e07890b02adce83183fb2f1d0d.tar.gz
NetWare updates from C Aditya.
p4raw-id: //depot/perl@16371
Diffstat (limited to 'makedef.pl')
-rw-r--r--makedef.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/makedef.pl b/makedef.pl
index 4b807a6ff8..2ed95d1e72 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -722,7 +722,9 @@ Perl_PerlIO_unread
Perl_PerlIO_write
);
-
+if ($PLATFORM eq 'netware') {
+ push(@layer_syms,'PL_def_layerlist','PL_known_layers','PL_perlio');
+}
if ($define{'USE_PERLIO'}) {
# Export the symols that make up the PerlIO abstraction, regardless