(init_generate): Nothing in the generated files needs timegm(), so no

need to provide a prototype for it.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16791 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-03-08 12:29:34 +00:00
parent 8c024240f3
commit 5be7181d53

View File

@@ -97,9 +97,6 @@ init_generate (const char *filename, const char *base)
fprintf (headerfile,
"#include <stddef.h>\n"
"#include <time.h>\n\n");
#ifndef HAVE_TIMEGM
fprintf (headerfile, "time_t timegm (struct tm*);\n\n");
#endif
fprintf (headerfile,
"#ifndef __asn1_common_definitions__\n"
"#define __asn1_common_definitions__\n\n");