We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2f52e1 commit ddb842fCopy full SHA for ddb842f
absl/base/config.h
@@ -413,7 +413,8 @@ static_assert(ABSL_INTERNAL_INLINE_NAMESPACE_STR[0] != 'h' ||
413
#elif defined(__linux__) || defined(__APPLE__) || defined(__FreeBSD__) || \
414
defined(_AIX) || defined(__ros__) || defined(__native_client__) || \
415
defined(__asmjs__) || defined(__wasm__) || defined(__Fuchsia__) || \
416
- defined(__sun) || defined(__ASYLO__) || defined(__myriad2__)
+ defined(__sun) || defined(__ASYLO__) || defined(__myriad2__) || \
417
+ defined(__HAIKU__)
418
#define ABSL_HAVE_MMAP 1
419
#endif
420
0 commit comments