> > Pavel> AC_FUNC_MKTIME
> > 
> > Lars, could you
> > 
> >         cd ~tests
> >         ./testsuite -v 80 >debug.log 2>&1
> 
>  Here's the result:
 
 Sorry for sending another follow-up ...

 0. SunOS localhost 4.1.4 2 sun4c unknown
 1. there is no man page for mktime()
 2. there is no prototype for mktime() in /usr/include
 3. but fixincludes has generated one for gcc
    .../2.8.1/include/time.h:extern long mktime (struct tm *);
 4 the function is indeed available:
   $ nm -o /lib/libc.a |grep -i mktime
   /lib/libc.a:localtime.o:000021e4 T _mktime


Reply via email to