Module Name: krb5 Committed By: raeburn Date: Fri Mar 4 23:50:46 UTC 2005 Modified Files: krb5/src/include/ChangeLog krb5/src/include/configure.in Added Files: Removed Files: Log Message ticket: new subject: hpux10 has gmtime_r with wrong return type, breaking asn.1 encoder status: open The hpux10 gmtime_r returns int (0 means success), whereas the POSIX gmtime_r returns a pointer (NULL means failure). * configure.in: Check return type of gmtime_r, and define GMTIME_R_RETURNS_INT if it returns int. If the return type can't be determined, pretend the function isn't there. To generate a diff of this commit: cvs diff -r1.492 -r1.493 krb5/src/include/ChangeLog cvs diff -r1.55 -r1.56 krb5/src/include/configure.in