X-Git-Url: http://git.sven.stormbind.net/?a=blobdiff_plain;f=libexfat%2Fconfig.h.in;h=c3312ab6a2a7f4820d72486dc3925e7968cee670;hb=HEAD;hp=d096cd307d649e5ab2b147dc931acd6c2dc6136e;hpb=1166675ac1cefab70acdf900c238a9e2b726e2de;p=sven%2Ffuse-exfat.git diff --git a/libexfat/config.h.in b/libexfat/config.h.in index d096cd3..639ac19 100644 --- a/libexfat/config.h.in +++ b/libexfat/config.h.in @@ -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 @@ -21,16 +24,20 @@ /* 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