diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2013-02-15 15:14:54 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2013-02-15 15:14:54 +0100 |
commit | 1a1287f45b25af3e2f66b347409d8f462d3eef4a (patch) | |
tree | 4f4203071c6533d6cbb363f551cc823fae8baa99 /Porting/Glossary | |
parent | cd40cd58a7a5d7eae4eb4499fae4c30159e7ab02 (diff) | |
download | perl-1a1287f45b25af3e2f66b347409d8f462d3eef4a.tar.gz |
use_versioned_archname => versionedarchname
(now synced with meta)
Diffstat (limited to 'Porting/Glossary')
-rw-r--r-- | Porting/Glossary | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index 0fbac11259..4b5ded2d81 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -5018,10 +5018,6 @@ use64bitint (use64bits.U): This may mean using for example "long longs", while your memory may still be limited to 2 gigabytes. -use_versioned_archname (archname.U): - This variable indicates whether to include the $api_versionstring - as a component of the $archname. - usecrosscompile (Cross.U): This variable conditionally defines the USE_CROSS_COMPILE symbol, and indicates that Perl has been cross-compiled. @@ -5152,6 +5148,10 @@ usevendorprefix (vendorprefix.U): This variable tells whether the vendorprefix and consequently other vendor* paths are in use. +useversionedarchname (archname.U): + This variable indicates whether to include the $api_versionstring + as a component of the $archname. + usevfork (d_vfork.U): This variable is set to true when the user accepts to use vfork. It is set to false when no vfork is available or when the user |