mirror of
https://github.com/fluencelabs/redis
synced 2025-06-11 00:01:20 +00:00
Solaris has backtrace(3)
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
#endif
|
||||
|
||||
/* Test for backtrace() */
|
||||
#if defined(__APPLE__) || defined(__linux__)
|
||||
#if defined(__APPLE__) || defined(__linux__) || defined(__sun)
|
||||
#define HAVE_BACKTRACE 1
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user