diff options
Diffstat (limited to 'Porting/Glossary')
-rw-r--r-- | Porting/Glossary | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index 6995d08014..7a5e580b73 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -3756,6 +3756,13 @@ useposix (Extensions.U): for hints files to indicate that POSIX will not compile on a particular system. +usereentrant (usethreads.U): + This variable conditionally defines the USE_REENTRANT_API symbol, + which indicates that the thread code may try to use the various + _r versions of library functions. This is only potentially + meaningful if usethreads is set and is very experimental, it is + not even prompted for. + usesfio (d_sfio.U): This variable is set to true when the user agrees to use sfio. It is set to false when sfio is not available or when the user |