diff options
Diffstat (limited to 'Porting/Glossary')
-rw-r--r-- | Porting/Glossary | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index e7ea87c087..e70ce3e4af 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -1974,6 +1974,14 @@ d_strftime (d_strftime.U): This variable conditionally defines the HAS_STRFTIME symbol, which indicates to the C program that the strftime() routine is available. +d_strlcat (d_strlcat.U): + This variable conditionally defines the HAS_STRLCAT symbol, which + indicates to the C program that the strlcat () routine is available. + +d_strlcpy (d_strlcpy.U): + This variable conditionally defines the HAS_STRLCPY symbol, which + indicates to the C program that the strlcpy () routine is available. + d_strtod (d_strtod.U): This variable conditionally defines the HAS_STRTOD symbol, which indicates to the C program that the strtod() routine is available @@ -4599,6 +4607,10 @@ uselongdouble (uselongdbl.U): This variable conditionally defines the USE_LONG_DOUBLE symbol, and indicates that long doubles should be used when available. +usemallocwrap (mallocsrc.U): + This variable contains y if we are wrapping malloc to prevent + integer overflow during size calculations. + usemorebits (usemorebits.U): This variable conditionally defines the USE_MORE_BITS symbol, and indicates that explicit 64-bit interfaces and long doubles |