diff options
Diffstat (limited to 'Porting/Glossary')
-rw-r--r-- | Porting/Glossary | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index 68312a391d..0fbac11259 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -5018,6 +5018,10 @@ 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. |