mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
Changes for gcc 4.3
This commit is contained in:
parent
723ad2ba2c
commit
0f83ba7fe1
@ -716,9 +716,9 @@ DTOOL_CONFIG=[
|
||||
("GLOBAL_ARGC", '__argc', 'UNDEF'),
|
||||
("HAVE_IO_H", '1', 'UNDEF'),
|
||||
("HAVE_IOSTREAM", '1', '1'),
|
||||
("HAVE_STRING_H" 'UNDEF' '1'),
|
||||
("HAVE_LIMITS_H" 'UNDEF' '1'),
|
||||
("HAVE_STDLIB_H" 'UNDEF' '1'),
|
||||
("HAVE_STRING_H", 'UNDEF', '1'),
|
||||
("HAVE_LIMITS_H", 'UNDEF', '1'),
|
||||
("HAVE_STDLIB_H", 'UNDEF', '1'),
|
||||
("HAVE_MALLOC_H", '1', '1'),
|
||||
("HAVE_SYS_MALLOC_H", 'UNDEF', 'UNDEF'),
|
||||
("HAVE_ALLOCA_H", 'UNDEF', '1'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user