[SIGAR-108] AIX uses _LARGE_FILES

This commit is contained in:
Doug MacEachern 2008-05-30 17:24:45 +00:00
parent 6cdf6aea2c
commit ef1a02eb09
1 changed files with 6 additions and 2 deletions

View File

@ -53,8 +53,12 @@
*/
#ifndef WIN32
#define _FILE_OFFSET_BITS 64
#define _LARGEFILE64_SOURCE
# ifdef _AIX
# define _LARGE_FILES
# else
# define _FILE_OFFSET_BITS 64
# define _LARGEFILE64_SOURCE
# endif
#endif
/*