X-Git-Url: https://jxself.org/git/?p=skeinsum.git;a=blobdiff_plain;f=config.h.in;h=eadd4cb2abddd013bec89b855491979dad178877;hp=8b0c0b9dbb55bda075df8e104404c723b6c16322;hb=4bab256d6ad7c26e7e6aafd013945b6ad34d8298;hpb=225580b92ee570c3a0a7f924250dd11b36095124 diff --git a/config.h.in b/config.h.in index 8b0c0b9..eadd4cb 100644 --- a/config.h.in +++ b/config.h.in @@ -1,5 +1,8 @@ /* config.h.in. Generated from configure.ac by autoheader. */ +/* Define to 1 if you have the header file. */ +#undef HAVE_ERRNO_H + /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H @@ -70,6 +73,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