mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Gcc 4.3 support on linux
This commit is contained in:
parent
6972441cea
commit
723ad2ba2c
@ -716,6 +716,9 @@ DTOOL_CONFIG=[
|
|||||||
("GLOBAL_ARGC", '__argc', 'UNDEF'),
|
("GLOBAL_ARGC", '__argc', 'UNDEF'),
|
||||||
("HAVE_IO_H", '1', 'UNDEF'),
|
("HAVE_IO_H", '1', 'UNDEF'),
|
||||||
("HAVE_IOSTREAM", '1', '1'),
|
("HAVE_IOSTREAM", '1', '1'),
|
||||||
|
("HAVE_STRING_H" 'UNDEF' '1'),
|
||||||
|
("HAVE_LIMITS_H" 'UNDEF' '1'),
|
||||||
|
("HAVE_STDLIB_H" 'UNDEF' '1'),
|
||||||
("HAVE_MALLOC_H", '1', '1'),
|
("HAVE_MALLOC_H", '1', '1'),
|
||||||
("HAVE_SYS_MALLOC_H", 'UNDEF', 'UNDEF'),
|
("HAVE_SYS_MALLOC_H", 'UNDEF', 'UNDEF'),
|
||||||
("HAVE_ALLOCA_H", 'UNDEF', '1'),
|
("HAVE_ALLOCA_H", 'UNDEF', '1'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user