diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2014-08-29 08:43:34 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2014-08-30 19:21:17 -0400 |
commit | 83f6d82b7e53721edaf57199aef40f74df91d9fd (patch) | |
tree | 5cb9415c4c96ff0a886b4759b9d230c11a16abc8 /Porting/Glossary | |
parent | 5d34af8920febc1e0e0667bafe14759f8464ea6d (diff) | |
download | perl-83f6d82b7e53721edaf57199aef40f74df91d9fd.tar.gz |
Configure: add i_stdint.
Diffstat (limited to 'Porting/Glossary')
-rw-r--r-- | Porting/Glossary | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index 563273a106..4b4cc1b7bb 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -3257,6 +3257,11 @@ i_stddef (i_stddef.U): indicates to the C program that <stddef.h> exists and should be included. +i_stdint (i_stdint.U): + This variable conditionally defines the I_STDINT symbol, which + indicates to the C program that <stdint.h> exists and should + be included. + i_stdlib (i_stdlib.U): This variable conditionally defines the I_STDLIB symbol, which indicates to the C program that <stdlib.h> exists and should |