added Gentoo MingW support.
[swftools.git] / config.h.in
index f58e55a..c3d64c1 100644 (file)
 /* use libfreetype */
 #undef USE_FREETYPE
 
+/* use internal l.a.m.e. mp3 library */
+#undef USE_MP3
+
 /* system() can handle command substitution */
 #undef SYSTEM_BACKTICKS
 
 #endif
 #endif
 
+#ifdef HAVE_T1LIB_H
+#ifdef HAVE_LIBT1
+#define HAVE_T1LIB
+#endif
+#endif
 
 #endif