summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-09-06 21:55:03 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2014-09-07 22:08:33 -0400
commit4842dad7c256d1564348893cff3bfed08dadcbe4 (patch)
treeb1e84920c9271aacd8d47b24aac9611bcdb5ed8f /Porting
parented6f4477d0922cc828d8bc6fd16e08c01f7c1210 (diff)
downloadperl-4842dad7c256d1564348893cff3bfed08dadcbe4.tar.gz
Configure: scan for truncl.
(C99 version of aintl)
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Glossary5
-rw-r--r--Porting/config.sh1
2 files changed, 6 insertions, 0 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index 143ec5712e..2aa0d444d8 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -2449,6 +2449,11 @@ d_truncate (d_truncate.U):
This variable conditionally defines HAS_TRUNCATE if truncate() is
available to truncate files.
+d_truncl (d_truncl.U):
+ This variable conditionally defines the HAS_TRUNCL symbol, which
+ indicates to the C program that the aintl() routine is available.
+ If copysignl is also present we can emulate modfl.
+
d_ttyname_r (d_ttyname_r.U):
This variable conditionally defines the HAS_TTYNAME_R symbol,
which indicates to the C program that the ttyname_r()
diff --git a/Porting/config.sh b/Porting/config.sh
index 14c88af57e..e00e50a445 100644
--- a/Porting/config.sh
+++ b/Porting/config.sh
@@ -539,6 +539,7 @@ d_tm_tm_gmtoff='define'
d_tm_tm_zone='define'
d_tmpnam_r='undef'
d_truncate='define'
+d_truncl='undef'
d_ttyname_r='undef'
d_tzname='define'
d_u32align='define'