X-Git-Url: https://jxself.org/git/?p=skeinsum.git;a=blobdiff_plain;f=config.h.in;h=38010f7af1fc539a478f1516b1f40a1063d039d3;hp=8b0c0b9dbb55bda075df8e104404c723b6c16322;hb=d4e616bb70b5dc62ad078a9ee00754096902bece;hpb=c547a93c8488e6bfc34932d3b4300d8b44730996 diff --git a/config.h.in b/config.h.in index 8b0c0b9..38010f7 100644 --- a/config.h.in +++ b/config.h.in @@ -70,6 +70,17 @@ /* 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 + +/* 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 + /* Define to rpl_malloc if the replacement function should be used. */ #undef malloc