X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fos390.sh;h=0873dfc83d8c2edaf519e6a8d010bb277dbe7703;hb=3332bd48887b0ba301a11465bf667141ae01ada3;hp=422600fe13b4faab652992127a8d0de5ff322d21;hpb=6cfe8af5837ee4b149d08cdc2afce032abee3494;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/os390.sh b/hints/os390.sh index 422600f..0873dfc 100644 --- a/hints/os390.sh +++ b/hints/os390.sh @@ -123,14 +123,20 @@ case "$ldlibpthname" in '') ldlibpthname=LIBPATH ;; esac +# The folowing should always be used +d_oldpthreads='define' + # Header files to include. -# You can override these with Configure -Ui_time -Ui_systime. +# You can override these with Configure -Ui_time -Ui_systime -Dd_pthread_atfork. case "$i_time" in '') i_time='define' ;; esac case "$i_systime" in '') i_systime='define' ;; esac +case "$d_pthread_atfork" in +'') d_pthread_atfork='undef' ;; +esac case "$d_pthread_atfork" in '') d_pthread_atfork='undef' ;; esac