add GCC build flags for largefile >2GB support

This commit is contained in:
Joseph Lee 2003-05-20 00:28:53 +00:00
parent 3c6be0afd9
commit fdae0a8487

View File

@ -127,3 +127,7 @@
// What is the syntax of the STL allocator declaration? See
// LocalSetup.pp for allowable values.
#define STL_ALLOCATOR GNU
// large file >2GB support
#define _LARGEFILE_SOURCE 1
#define _FILE_OFFSET_BITS 64