]> git.sven.stormbind.net Git - sven/fuse-exfat.git/blobdiff - libexfat/config.h.in
releasing package fuse-exfat version 1.4.0-2
[sven/fuse-exfat.git] / libexfat / config.h.in
index d096cd307d649e5ab2b147dc931acd6c2dc6136e..639ac191a2127217712674c06beee113d02c2ba5 100644 (file)
@@ -1,5 +1,8 @@
 /* libexfat/config.h.in.  Generated from configure.ac by autoheader.  */
 
+/* Required FUSE API version. */
+#undef FUSE_USE_VERSION
+
 /* Name of package */
 #undef PACKAGE
 
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
+/* Define if block devices are not supported. */
+#undef USE_UBLIO
+
 /* Version number of package */
 #undef VERSION
 
-/* Enable large inode numbers on Mac OS X 10.5.  */
-#ifndef _DARWIN_USE_64_BIT_INODE
-# define _DARWIN_USE_64_BIT_INODE 1
-#endif
+/* Enable vsyslog(). */
+#undef _DEFAULT_SOURCE
 
 /* Number of bits in a file offset, on hosts where this is settable. */
 #undef _FILE_OFFSET_BITS
 
 /* Define for large files, on AIX-style hosts. */
 #undef _LARGE_FILES
+
+/* Enable pread() and pwrite(). */
+#undef _XOPEN_SOURCE