add support to build unittest cpp on AIX (IBM)

This commit is contained in:
Flow86 2019-03-20 13:19:15 +01:00 • committed by GitHub
parent bc5d87f484
commit a7d506d7eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@
#if defined(unix) || defined(__unix__) || defined(__unix) || defined(linux) || \
defined(__APPLE__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD__) \
|| defined (__HAIKU__)
|| defined (__HAIKU__) || defined(_AIX)
#define UNITTEST_POSIX
#endif