added USE_GZIP
[swftools.git] / config.h.in
index b7a1e4d..cebb9fa 100644 (file)
 /* Define if you have the <sys/ndir.h> header file.  */
 #undef HAVE_SYS_NDIR_H
 
+/* Define if you have the <sys/stat.h> header file.  */
+#undef HAVE_SYS_STAT_H
+
+/* Define if you have the <sys/types.h> header file.  */
+#undef HAVE_SYS_TYPES_H
+
 /* Define if you have the <t1lib.h> header file.  */
 #undef HAVE_T1LIB_H
 
 /* Version number of package */
 #undef VERSION
 
+/* Typedefs */
+#undef boolean 
+
+/* use gzip/uncompress */
+#undef USE_GZIP