summaryrefslogtreecommitdiff
path: root/uconfig64.sh
diff options
context:
space:
mode:
authorBrian Fraser <fraserbn@gmail.com>2014-05-31 01:10:20 +0200
committerBrian Fraser <fraserbn@gmail.com>2014-06-13 00:00:31 +0200
commitd0b86e2f7c43ab4fc0721d279c46624052695726 (patch)
tree638e9906802d130740b47786d78ecc29d88c1644 /uconfig64.sh
parent323fd7cc4020999815f95d50243cbcf61e5e42f0 (diff)
downloadperl-d0b86e2f7c43ab4fc0721d279c46624052695726.tar.gz
Protect against ptrdiff_t not being available.
This is primarily for pedantic builds; ptrdiff_t is now standard, and had already been in use in the core without guards.
Diffstat (limited to 'uconfig64.sh')
-rw-r--r--uconfig64.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/uconfig64.sh b/uconfig64.sh
index 748dfc0753..a4adccb3ec 100644
--- a/uconfig64.sh
+++ b/uconfig64.sh
@@ -313,6 +313,7 @@ d_pseudofork='undef'
d_pthread_atfork='undef'
d_pthread_attr_setscope='undef'
d_pthread_yield='undef'
+d_ptrdiff_t='define'
d_pwage='undef'
d_pwchange='undef'
d_pwclass='undef'