use 64-bit clean i/o under Linux

This commit is contained in:
Joseph Lee 2006-04-13 02:48:30 +00:00
parent 2fbb7c1623
commit 07c9d292c4
2 changed files with 6 additions and 0 deletions

View File

@ -133,6 +133,9 @@
// Do we have RTTI (and <typeinfo>)?
#define HAVE_RTTI 1
// We need 64-bit file i/o
#define __USE_LARGEFILE64 1
// Must global operator new and delete functions throw exceptions?
#define GLOBAL_OPERATOR_NEW_EXCEPTIONS 1

View File

@ -468,6 +468,9 @@ $[cdefine HAVE_LINUX_NATIVE_THREADS]
/* Is the code being compiled with the Tau profiler's instrumentor? */
$[cdefine USE_TAU]
/* Define if needed to have 64-bit file i/o */
$[cdefine __USE_LARGEFILE64]
/* Must global operator new and delete functions throw exceptions? */
$[cdefine GLOBAL_OPERATOR_NEW_EXCEPTIONS]