H.Merijn Brand wrote:
Can you check/update this patch regarding VMS please?

Change 25733 by [EMAIL PROTECTED] on 2005/10/10 13:47:17

        Add probe for unsetenv ()
        Subject: Re: Perl's handling of environ breaks on Solaris 10
        From: Steve Peters <[EMAIL PROTECTED]>
        Date: Mon, 10 Oct 2005 07:51:17 -0500
        Message-ID: <[EMAIL PROTECTED]>

Interim change to configure.com to allow previous functionality until a real fix is created.

-John
[EMAIL PROTECTED]
Personal Opinion Only
--- /rsync_root/perl/configure.com      Tue Oct 11 06:13:55 2005
+++ configure.com       Tue Oct 11 11:28:51 2005
@@ -5061,6 +5061,8 @@
 $   d_msync="define"
 $   d_ualarm="define"
 $   d_uname="define"
+$!   d_unsetenv="define" ! Fix me - Activating requires changing VMS code
+$   d_unsetenv="undef"   ! Change will be needed to allow GNV integration
 $   d_usleep="define"
 $   d_setitimer="define"
 $   d_sigaction="define"
@@ -5116,6 +5118,7 @@
 $   d_msync="undef"
 $   d_ualarm="undef"
 $   d_uname="undef"
+$   d_unsetenv="undef"
 $   d_usleep="undef"
 $   d_setitimer="undef"
 $   d_sigaction="undef"
@@ -5965,6 +5968,7 @@
 $ WC "d_union_semun='undef'"
 $ WC "d_unlink_all_versions='" + d_unlink_all_versions + "'"   ! VMS-specific
 $ WC "d_unordered='undef'"
+$ WC "d_unsetenv='" + d_unsetenv + "'"
 $ WC "d_usleep='" + d_usleep + "'"
 $ WC "d_usleepproto='" + d_usleep + "'"
 $ WC "d_ustat='undef'"

Reply via email to