added checks for time() and time.h
[swftools.git] / config.h.in
index 7ae0eea..234d6f8 100644 (file)
 /* Define if your <sys/time.h> 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