|
@@ -2268,7 +2268,7 @@ DTOOL_CONFIG=[
|
|
|
("DEFAULT_PATHSEP", '";"', '":"'),
|
|
("DEFAULT_PATHSEP", '";"', '":"'),
|
|
|
("WORDS_BIGENDIAN", 'UNDEF', 'UNDEF'),
|
|
("WORDS_BIGENDIAN", 'UNDEF', 'UNDEF'),
|
|
|
("HAVE_OPEN_MASK", 'UNDEF', 'UNDEF'),
|
|
("HAVE_OPEN_MASK", 'UNDEF', 'UNDEF'),
|
|
|
- ("HAVE_LOCKF", '1', '1'),
|
|
|
|
|
|
|
+ ("PHAVE_LOCKF", '1', '1'),
|
|
|
("HAVE_WCHAR_T", '1', '1'),
|
|
("HAVE_WCHAR_T", '1', '1'),
|
|
|
("HAVE_WSTRING", '1', '1'),
|
|
("HAVE_WSTRING", '1', '1'),
|
|
|
("SIMPLE_STRUCT_POINTERS", '1', 'UNDEF'),
|
|
("SIMPLE_STRUCT_POINTERS", '1', 'UNDEF'),
|
|
@@ -2445,7 +2445,7 @@ def WriteConfigSettings():
|
|
|
# Android does have RTTI, but we disable it anyway.
|
|
# Android does have RTTI, but we disable it anyway.
|
|
|
dtool_config["HAVE_RTTI"] = 'UNDEF'
|
|
dtool_config["HAVE_RTTI"] = 'UNDEF'
|
|
|
dtool_config["PHAVE_GLOB_H"] = 'UNDEF'
|
|
dtool_config["PHAVE_GLOB_H"] = 'UNDEF'
|
|
|
- dtool_config["HAVE_LOCKF"] = 'UNDEF'
|
|
|
|
|
|
|
+ dtool_config["PHAVE_LOCKF"] = 'UNDEF'
|
|
|
dtool_config["HAVE_VIDEO4LINUX"] = 'UNDEF'
|
|
dtool_config["HAVE_VIDEO4LINUX"] = 'UNDEF'
|
|
|
|
|
|
|
|
if (GetOptimize() <= 2 and GetTarget() == "windows"):
|
|
if (GetOptimize() <= 2 and GetTarget() == "windows"):
|