X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=libexfat%2Fconfig.h.in;h=639ac191a2127217712674c06beee113d02c2ba5;hb=aa936eafe06370808f777685b4a395cfe283e8bb;hp=c3312ab6a2a7f4820d72486dc3925e7968cee670;hpb=21b86fc27b40d369e0f44d19426f5127e8a6cbc2;p=sven%2Ffuse-exfat.git diff --git a/libexfat/config.h.in b/libexfat/config.h.in index c3312ab..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 @@ -27,13 +30,14 @@ /* 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