summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-07-11 17:19:08 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-07-11 17:19:08 +0000
commit25fbdfc0879f30cf6944c322d4607eea9bcc7d15 (patch)
tree11310a9b8068c3e48d0840326815099a002e1444 /perl.c
parent4e94524934c1af4124b2888d9716e5304ee50ad9 (diff)
parentfecfaeb8bbdf3ab93ea88558d0ee3a60234c5047 (diff)
downloadperl-25fbdfc0879f30cf6944c322d4607eea9bcc7d15.tar.gz
integrate cfgperl changes#6174..6203 into mainline (first of several)
p4raw-link: @6203 on //depot/cfgperl: fecfaeb8bbdf3ab93ea88558d0ee3a60234c5047 p4raw-link: @6174 on //depot/metaconfig: cfd1a6dce7dce25772bf4f5399e251457574eeeeon //depot/cfgperl: 12ae5dfcd4fd6f54af051c41b2e122532efce8d3 p4raw-id: //depot/perl@6343
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl.c b/perl.c
index 9736d3b9fc..3947f28c5f 100644
--- a/perl.c
+++ b/perl.c
@@ -1190,6 +1190,7 @@ print \" \\@INC:\\n @INC\\n\";");
validate_suid(validarg, scriptname,fdscript);
+#ifndef PERL_MICRO
#if defined(SIGCHLD) || defined(SIGCLD)
{
#ifndef SIGCHLD
@@ -1204,6 +1205,7 @@ print \" \\@INC:\\n @INC\\n\";");
}
}
#endif
+#endif
#ifdef MACOS_TRADITIONAL
if (PL_doextract || gMacPerl_AlwaysExtract) {
@@ -1249,9 +1251,11 @@ print \" \\@INC:\\n @INC\\n\";");
if (xsinit)
(*xsinit)(aTHXo); /* in case linked C routines want magical variables */
+#ifndef PERL_MICRO
#if defined(VMS) || defined(WIN32) || defined(DJGPP) || defined(__CYGWIN__)
init_os_extras();
#endif
+#endif
#ifdef USE_SOCKS
SOCKSinit(argv[0]);