mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
use 64-bit clean i/o under Linux
This commit is contained in:
parent
2fbb7c1623
commit
07c9d292c4
@ -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
|
||||
|
||||
|
@ -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]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user