X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=config.h.in;h=234d6f8a72d5bce653c5e833a61440b2fcabe0b6;hp=7ae0eea7df348509b35ade15acb9a8f365b60d39;hb=9e14975508db7c084b0313dcfaeea3cb44872f4d;hpb=51b31e3006ab48b9e1a828d76e184226d15d62b5 diff --git a/config.h.in b/config.h.in index 7ae0eea..234d6f8 100644 --- a/config.h.in +++ b/config.h.in @@ -19,6 +19,12 @@ /* Define if your declares struct tm. */ #undef TM_IN_SYS_TIME +/* Define if you have the time() function */ +#undef HAVE_TIME + +/* Define if you have the time.h header file */ +#undef HAVE_TIME_H + /* Define if you have the lrand48 function. */ #undef HAVE_LRAND48