In 2.0.7 configure.in has:
if test "$ac_cv_func_ctime_r" = no ; then
ol_cv_func_ctime_r_nargs=0
else
OL_FUNC_CTIME_R_NARGS
dnl OL_FUNC_CTIME_R_TYPE
fi
Why did you remove OL_FUNC_CTIME_R_TYPE? On HP-UX 10.20, ctime_r
returns int. On HP-UX 11.00, ctime_r returns char *. Is HP-UX 10.20
not a supported platform for 2.0.7?
--
albert chin (china@thewrittenword.com)