X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Porting%2FGlossary;h=6c6109c161b843930f545500e2dec8d8f8c7a1d0;hb=792d8dab7fdc7425b9c319731346e511d492fcad;hp=71d97f8ea97d7e15ac06a47495285c82153f163f;hpb=c631d80af56f85756c1c42a46ff75478e8a18324;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Porting/Glossary b/Porting/Glossary index 71d97f8..6c6109c 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -852,6 +852,10 @@ d_lstat (d_lstat.U): This variable conditionally defines HAS_LSTAT if lstat() is available to do file stats on symbolic links. +d_madvise (d_madvise.U): + This variable conditionally defines HAS_MADVISE if madvise() is + available to map a file into memory. + d_mblen (d_mblen.U): This variable conditionally defines the HAS_MBLEN symbol, which indicates to the C program that the mblen() routine is available @@ -1134,6 +1138,10 @@ d_pwquota (i_pwd.U): This variable conditionally defines PWQUOTA, which indicates that struct passwd contains pw_quota. +d_qgcvt (d_qgcvt.U): + This variable conditionally defines the HAS_QGCVT symbol, which + indicates to the C program that the qgcvt() routine is available. + d_quad (quadtype.U): This variable, if defined, tells that there's a 64-bit integer type, quadtype. @@ -1918,6 +1926,10 @@ 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 . + i_inttypes (i_inttypes.U): This variable conditionally defines the I_INTTYPES symbol, and indicates whether a C program should include . @@ -2027,6 +2039,10 @@ i_string (i_string.U): This variable conditionally defines the I_STRING symbol, which indicates that should be included rather than . +i_sunmath (i_sunmath.U): + This variable conditionally defines the I_SUNMATH symbol, and indicates + whether a C program should include . + i_sysaccess (i_sysaccess.U): This variable conditionally defines the I_SYS_ACCESS symbol, and indicates whether a C program should include .