build: Unify BeOS ABI compatibility ifdefs around __HAIKU_BEOS_COMPATIBLE.

_BEOS_R5_COMPATIBLE_ was defined in ArchitectureRules while
__HAIKU_BEOS_COMPATIBLE is defined in HaikuConfig.h (which is
in the include path for sys/types, SupportDefs, and other
base headers.)
This commit is contained in:
Augustin Cavalier
2024-09-24 12:09:33 -04:00
parent ed37f3a29d
commit b47e8b0cad
15 changed files with 15 additions and 22 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ struct r5_sockaddr_in {
};
#ifdef _BEOS_R5_COMPATIBLE_
#ifdef __HAIKU_BEOS_COMPATIBLE
extern bool __gR5Compatibility;
extern addr_t __gNetworkStart;
extern addr_t __gNetworkEnd;