| config.h.in | config.h.in | |||
|---|---|---|---|---|
| skipping to change at line 221 | skipping to change at line 221 | |||
| #if defined AC_APPLE_UNIVERSAL_BUILD | #if defined AC_APPLE_UNIVERSAL_BUILD | |||
| # if defined __BIG_ENDIAN__ | # if defined __BIG_ENDIAN__ | |||
| # define WORDS_BIGENDIAN 1 | # define WORDS_BIGENDIAN 1 | |||
| # endif | # endif | |||
| #else | #else | |||
| # ifndef WORDS_BIGENDIAN | # ifndef WORDS_BIGENDIAN | |||
| # undef WORDS_BIGENDIAN | # undef WORDS_BIGENDIAN | |||
| # endif | # endif | |||
| #endif | #endif | |||
| /* 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. */ | /* Number of bits in a file offset, on hosts where this is settable. */ | |||
| #undef _FILE_OFFSET_BITS | #undef _FILE_OFFSET_BITS | |||
| /* Define for large files, on AIX-style hosts. */ | /* Define for large files, on AIX-style hosts. */ | |||
| #undef _LARGE_FILES | #undef _LARGE_FILES | |||
| /* Define to 1 if on MINIX. */ | /* Define to 1 if on MINIX. */ | |||
| #undef _MINIX | #undef _MINIX | |||
| /* Define to 2 if the system does not provide POSIX.1 features except with | /* Define to 2 if the system does not provide POSIX.1 features except with | |||
| End of changes. 1 change blocks. | ||||
| 0 lines changed or deleted | 5 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ | ||||