new variable HAVE_JPEGLIB
[swftools.git] / config.h.in
index 6cb3873..66f50c7 100644 (file)
@@ -55,6 +55,9 @@
 /* Define if you have the <sys/ndir.h> header file.  */
 #undef HAVE_SYS_NDIR_H
 
+/* Define if you have the <sys/bsdtypes.h> header file.  */
+#undef HAVE_SYS_BSDTYPES_H
+
 /* Define if you have the <sys/stat.h> header file.  */
 #undef HAVE_SYS_STAT_H
 
@@ -88,6 +91,9 @@
 /* Typedefs */
 #undef boolean 
 
+/* Typedefs */
+#undef bool
+
 /* use gzip/uncompress */
 #undef USE_GZIP
 
 /* Define to 1 if this machine has network byte order*/
 #undef WORDS_BIGENDIAN
 
+#ifdef HAVE_ZLIB_H
+#ifdef HAVE_LIBZ
+#define HAVE_ZLIB
+#endif
+#endif
+
+#ifdef HAVE_JPEGLIB_H
+#ifdef HAVE_LIBJPEG
+#define HAVE_JPEGLIB
+#endif
+#endif
+
 #endif