handle filesystems where lowercase(file)==file more gracefully
[swftools.git] / config.h.in
index c16ea58..57052d9 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
 
 /* Define to 1 if this machine has network byte order*/
 #undef WORDS_BIGENDIAN
 
+#undef LOWERCASE_UPPERCASE
+
 /* Define to 0 on non-windows systems */
 #undef O_BINARY