mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 13:31:32 +00:00
OpenBSD support.
Special treatment here as backtrace support is optional, cannot be found via pkg-config and similar neither.
This commit is contained in:
@ -63,7 +63,8 @@
|
||||
|
||||
/* Test for backtrace() */
|
||||
#if defined(__APPLE__) || (defined(__linux__) && defined(__GLIBC__)) || \
|
||||
defined(__FreeBSD__) || defined(__DragonFly__)
|
||||
defined(__FreeBSD__) || (defined(__OpenBSD__) && defined(USE_BACKTRACE))\
|
||||
|| defined(__DragonFly__)
|
||||
#define HAVE_BACKTRACE 1
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user