diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2009-11-06 07:56:01 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2009-11-06 07:56:01 +0100 |
commit | c193ef60f6a5fd42aabc316c80c3fc0f431e71ad (patch) | |
tree | 3aa273295ef2285c47ee5252998c67f6fc1e686a /Porting/Glossary | |
parent | cb39f75f02caa9f23c14dfcac8a46fb1bd154b4f (diff) | |
download | perl-c193ef60f6a5fd42aabc316c80c3fc0f431e71ad.tar.gz |
Detection (and warning) of char size in bits
Diffstat (limited to 'Porting/Glossary')
-rw-r--r-- | Porting/Glossary | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index 167d4d3e5a..b810a7f9f3 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -249,6 +249,14 @@ cf_time (cf_who.U): Holds the output of the "date" command when the configuration file was produced. This is used to tag both config.sh and config_h.SH. +charbits (charsize.U): + This variable contains the value of the CHARBITS symbol, which + indicates to the C program how many bits there are in a character. + +charsize (charsize.U): + This variable contains the value of the CHARSIZE symbol, which + indicates to the C program how many bytes there are in a character. + chgrp (Loc.U): This variable is defined but not used by Configure. The value is the empty string and is not useful. |