[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: OL_FUNC_CTIME_R_TYPE in configure.in



At 05:15 AM 12/29/00 -0600, openldap-devel@thewrittenword.com wrote:
>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?

: 1.117 Sat Mar 6 23:22:13 1999 UTC; 21 months, 3 weeks ago by kurt 
: Changed since 1.116: +45 -41 lines
: Diffs to 1.116 (colored diff) 
:
: Relocate reentrant function checks to before thread library checks.
: Disable ctime_r() type check.  Need better test.

I think we're still needing a "better test."  I don't recall
exactly what was wrong with the test... likely isn't portable.

Kurt