added HAVE_MMAP, HAVE_SYS_MMAN_H
[swftools.git] / config.h.in
index c16ea58..0d2b7ee 100644 (file)
@@ -82,6 +82,9 @@
 /* Define if you have the stat function.  */
 #undef HAVE_STAT
 
+/* Define if you have the mmap function.  */
+#undef HAVE_MMAP
+
 /* Define if you have the <dirent.h> header file.  */
 #undef HAVE_DIRENT_H
 
 /* Define if you have the <sys/stat.h> header file.  */
 #undef HAVE_SYS_STAT_H
 
+/* Define if you have the <sys/mman.h> header file.  */
+#undef HAVE_SYS_MMAN_H
+
 /* Define if you have the <sys/types.h> header file.  */
 #undef HAVE_SYS_TYPES_H