-r prints the correct framerate now
[swftools.git] / config.h.in
index 595eaf3..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
 
 /* use gzip/uncompress */
 #undef USE_GZIP
 
-/* use libfreetype */
+/* let ttf2pt1 use libfreetype */
 #undef USE_FREETYPE
 
-/* use internal l.a.m.e. mp3 library */
-#undef USE_MP3
+/* have/use freetype library */
+#undef HAVE_FREETYPE
+
+/* have/use internal l.a.m.e. mp3 library */
+#undef HAVE_LAME 
 
 /* system() can handle command substitution */
 #undef SYSTEM_BACKTICKS