mirror of https://github.com/redis/redis.git
Solaris has backtrace(3)
This commit is contained in:
parent
57be47758e
commit
ca2344f991
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue