diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2002-09-12 15:22:06 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2002-09-12 15:22:06 +0000 |
commit | 40814d06efea74278848431eb06d2e8edc2b07d4 (patch) | |
tree | a8241860272dbb64392d7b524c354402864caf9f /Porting | |
parent | 4ae52e81fe7aafb05ef5b0f7a9432bf165b26362 (diff) | |
download | perl-40814d06efea74278848431eb06d2e8edc2b07d4.tar.gz |
Re: [perl #17170] NetBSD and useshrplib config option
Thu 12 Sep 2002 09:22, Rafael Garcia-Suarez
p4raw-id: //depot/perl@17899
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/Glossary | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index 6ce51f5549..9cec029211 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -4113,9 +4113,9 @@ spackage (package.U): 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 @@ usesfio (d_sfio.U): 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, |