X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=config.h.in;h=234d6f8a72d5bce653c5e833a61440b2fcabe0b6;hp=7ae0eea7df348509b35ade15acb9a8f365b60d39;hb=d9872c4e9c1c252d74d380d114eeb769c043e013;hpb=133453cc112df7e7d5ce35f3dde5178303154da5 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