O_BINARY
[swftools.git] / config.h.in
index 0ae5d84..a7611d0 100644 (file)
 /* Define to 1 if this machine has network byte order*/
 #undef WORDS_BIGENDIAN
 
+/* Define to 0 on non-windows systems */
+#undef O_BINARY
+
+#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