X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Porting%2FGlossary;h=57c05e41ac618e94b849c59bd033d41158b1c645;hb=1285de5cbb12e1e7ecf3b6b1eb8ec0d79857c24b;hp=a706e72eed17eb8de33b72edac2fc99e1604fec7;hpb=4d1ff10ffec86208b0da135b87c76b89e61c866e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Porting/Glossary b/Porting/Glossary index a706e72..57c05e4 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 . -i_iconv (i_iconv.U): - This variable conditionally defines the I_ICONV symbol, and indicates - whether a C program should include . - i_ieeefp (i_ieeefp.U): This variable conditionally defines the I_IEEEFP symbol, and indicates whether a C program should include . @@ -3867,7 +3859,7 @@ usesocks (usesocks.U): and indicates that Perl should be built to use SOCKS. usethreads (usethreads.U): - This variable conditionally defines the USE_5005THREADS symbol, + This variable conditionally defines the USE_THREADS symbol, and indicates that Perl should be built to use threads. usevendorprefix (vendorprefix.U):