libstdc++
largefile-config.h
1 #if defined _GLIBCXX_CXX_CONFIG_H || defined _FEATURES_H
2 # error "This file must be included before any others"
3 #endif
4 
5 /* Enable large inode numbers on Mac OS X 10.5. */
6 #ifndef _DARWIN_USE_64_BIT_INODE
7 # define _DARWIN_USE_64_BIT_INODE 1
8 #endif
9 
10 /* Number of bits in a file offset, on hosts where this is settable. */
11 #define _FILE_OFFSET_BITS 64
12 
13 /* Define for large files, on AIX-style hosts. */
14 /* #undef _LARGE_FILES */