summaryrefslogtreecommitdiff
path: root/Porting/Glossary
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-03-03 15:09:03 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-03-03 15:09:03 +0000
commit792d8dab7fdc7425b9c319731346e511d492fcad (patch)
tree1fb5931653caeaf905ada981e7167d6399ab18a6 /Porting/Glossary
parentc631d80af56f85756c1c42a46ff75478e8a18324 (diff)
downloadperl-792d8dab7fdc7425b9c319731346e511d492fcad.tar.gz
Introduce i_ieefp because FreeBSD on ix86 needs that
for ftpsetmask(0); regen Configure. p4raw-id: //depot/cfgperl@5484
Diffstat (limited to 'Porting/Glossary')
-rw-r--r--Porting/Glossary16
1 files changed, 16 insertions, 0 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index 71d97f8ea9..6c6109c161 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 <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>.
+
i_inttypes (i_inttypes.U):
This variable conditionally defines the I_INTTYPES symbol,
and indicates whether a C program should include <inttypes.h>.
@@ -2027,6 +2039,10 @@ i_string (i_string.U):
This variable conditionally defines the I_STRING symbol, which
indicates that <string.h> should be included rather than <strings.h>.
+i_sunmath (i_sunmath.U):
+ This variable conditionally defines the I_SUNMATH symbol, and indicates
+ whether a C program should include <sunmath.h>.
+
i_sysaccess (i_sysaccess.U):
This variable conditionally defines the I_SYS_ACCESS symbol,
and indicates whether a C program should include <sys/access.h>.