Initial support for Haiku (#1045)

This provides the baseline needed to build Abseil on Haiku systems.
pull/1050/head
Jérôme Duval 3 years ago committed by GitHub
parent a2f52e1177
commit ddb842f583
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      absl/base/config.h

@ -413,7 +413,8 @@ static_assert(ABSL_INTERNAL_INLINE_NAMESPACE_STR[0] != 'h' ||
#elif defined(__linux__) || defined(__APPLE__) || defined(__FreeBSD__) || \
defined(_AIX) || defined(__ros__) || defined(__native_client__) || \
defined(__asmjs__) || defined(__wasm__) || defined(__Fuchsia__) || \
defined(__sun) || defined(__ASYLO__) || defined(__myriad2__)
defined(__sun) || defined(__ASYLO__) || defined(__myriad2__) || \
defined(__HAIKU__)
#define ABSL_HAVE_MMAP 1
#endif

Loading…
Cancel
Save