In sixtp-utils.c, we currently have:

#ifndef HAVE_STRPTIME
#include "strptime.h"
#endif
#ifndef HAVE_LOCALTIME_R
#include "localtime_r.h"
#endif

and files in lib/libc:
libc-missing-noop.c  localtime_r.c  localtime_r.h  Makefile.am  scm_strptime.c  
strptime.c  strptime.h

instead of

#include <time.h>

What is the reason for this?

Do we still need it?

-- 

Neil Williams
=============
http://www.data-freedom.org/
http://www.nosoftwarepatents.com/
http://www.linux.codehelp.co.uk/

Attachment: pgpfjnWvNVbfe.pgp
Description: PGP signature

_______________________________________________
gnucash-devel mailing list
[email protected]
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to