(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:
@@ -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");
|
||||
|
Reference in New Issue
Block a user