diff options
Diffstat (limited to 'Porting/Glossary')
-rw-r--r-- | Porting/Glossary | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index 3ffbdcc876..57c05e41ac 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -879,10 +879,6 @@ d_htonl (d_htonl.U): This variable conditionally defines HAS_HTONL if htonl() and its friends are available to do network order byte swapping. -d_iconv (d_iconv.U): - This variable conditionally defines the HAS_ICONV symbol, which - indicates to the C program that the iconv() routine is available. - d_index (d_strchr.U): This variable conditionally defines HAS_INDEX if index() and rindex() are available for string searching. @@ -2213,10 +2209,6 @@ i_grp (i_grp.U): This variable conditionally defines the I_GRP symbol, and indicates whether a C program should include <grp.h>. -i_iconv (i_iconv.U): - This variable conditionally defines the I_ICONV symbol, and indicates - whether a C program should include <iconv.h>. - i_ieeefp (i_ieeefp.U): This variable conditionally defines the I_IEEEFP symbol, and indicates whether a C program should include <ieeefp.h>. |