summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-04-22 13:09:21 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-04-22 13:09:21 +0000
commit6cfe8af5837ee4b149d08cdc2afce032abee3494 (patch)
tree96c669c208f8fdc03db28a8f45d79db55056c299 /hints
parent11f62a1cbe1259089dfe510dfc5a027a0ad1cbac (diff)
downloadperl-6cfe8af5837ee4b149d08cdc2afce032abee3494.tar.gz
z/OS: changes for building threaded from "Brian De Pradine"
<PRADINE@uk.ibm.com>. p4raw-id: //depot/perl@19306
Diffstat (limited to 'hints')
-rw-r--r--hints/os390.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/hints/os390.sh b/hints/os390.sh
index 02f75eae66..422600fe13 100644
--- a/hints/os390.sh
+++ b/hints/os390.sh
@@ -131,6 +131,9 @@ esac
case "$i_systime" in
'') i_systime='define' ;;
esac
+case "$d_pthread_atfork" in
+'') d_pthread_atfork='undef' ;;
+esac
# (from aix.sh)
# uname -m output is too specific and not appropriate here