summaryrefslogtreecommitdiff
path: root/NetWare
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 /NetWare
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 'NetWare')
-rw-r--r--NetWare/config.wc1
1 files changed, 1 insertions, 0 deletions
diff --git a/NetWare/config.wc b/NetWare/config.wc
index 3824d99f8b..9dcb1e48db 100644
--- a/NetWare/config.wc
+++ b/NetWare/config.wc
@@ -362,6 +362,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'