fixed the bpp 3 bug reported by Amartyo Banerjee.
[swftools.git] / config.h.in
index a7611d0..f453c86 100644 (file)
 /* Define if you have the <dirent.h> header file.  */
 #undef HAVE_DIRENT_H
 
+/* Define if you have the <assert.h> header file.  */
+#undef HAVE_ASSERT_H
+
+/* Define if you have the <signal.h> header file.  */
+#undef HAVE_SIGNAL_H
+
+/* Define if you have the <pthread.h> header file.  */
+#undef HAVE_PTHREAD_H
+
 /* Define if you have the <jpeglib.h> header file.  */
 #undef HAVE_JPEGLIB_H
 
 /* use gzip/uncompress */
 #undef USE_GZIP
 
+/* use libfreetype */
+#undef USE_FREETYPE
+
+/* use internal l.a.m.e. mp3 library */
+#undef USE_MP3
+
 /* system() can handle command substitution */
 #undef SYSTEM_BACKTICKS