summaryrefslogtreecommitdiff
path: root/Porting/Glossary
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2013-02-15 15:14:54 +0100
committerH.Merijn Brand <h.m.brand@xs4all.nl>2013-02-15 15:14:54 +0100
commit1a1287f45b25af3e2f66b347409d8f462d3eef4a (patch)
tree4f4203071c6533d6cbb363f551cc823fae8baa99 /Porting/Glossary
parentcd40cd58a7a5d7eae4eb4499fae4c30159e7ab02 (diff)
downloadperl-1a1287f45b25af3e2f66b347409d8f462d3eef4a.tar.gz
use_versioned_archname => versionedarchname
(now synced with meta)
Diffstat (limited to 'Porting/Glossary')
-rw-r--r--Porting/Glossary8
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