Change 17899 by merijn@merijn-l1 on 2002/09/12 15:22:06 Re: [perl #17170] NetBSD and useshrplib config option Thu 12 Sep 2002 09:22, Rafael Garcia-Suarez
Affected files ... .... //depot/metaconfig/U/perl/libperl.U#8 edit .... //depot/perl/Porting/Glossary#138 edit Differences ... ==== //depot/metaconfig/U/perl/libperl.U#8 (text) ==== Index: perl/libperl.U --- perl/libperl.U#7~14606~ Fri Feb 8 11:18:41 2002 +++ perl/libperl.U Thu Sep 12 08:22:06 2002 @@ -19,8 +19,8 @@ ?S: library. ?S:. ?S:useshrplib: -?S: This variable is set to 'yes' if the user wishes -?S: to build a shared libperl, and 'no' otherwise. +?S: This variable is set to 'true' if the user wishes +?S: to build a shared libperl, and 'false' otherwise. ?S:. ?S:shrpenv: ?S: If the user builds a shared libperl.so, then we need to tell the ==== //depot/perl/Porting/Glossary#138 (text) ==== Index: perl/Porting/Glossary --- perl/Porting/Glossary#137~17896~ Wed Sep 11 01:31:45 2002 +++ perl/Porting/Glossary Thu Sep 12 08:22:06 2002 @@ -4113,9 +4113,9 @@ spitshell (spitshell.U): This variable contains the command necessary to spit out a runnable - shell on this system. It is either cat or a grep -v for # comments. - shell on this system. It is either cat or a grep '-v' for # comments. + +srand48_r_proto (d_srand48_r.U): This variable encodes the prototype of srand48_r. It is zero if d_srand48_r is undef, and one of the REENTRANT_PROTO_T_ABC macros of reentr.h if d_srand48_r @@ -4441,8 +4441,8 @@ d_sfio without running into a "WHOA THERE". useshrplib (libperl.U): - This variable is set to 'yes' if the user wishes - to build a shared libperl, and 'no' otherwise. + This variable is set to 'true' if the user wishes + to build a shared libperl, and 'false' otherwise. usesocks (usesocks.U): This variable conditionally defines the USE_SOCKS symbol, End of Patch.