X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/994ed2bc552f4114b1f0c8dd3fd8aefaec6beeae..467d703eadd1578f93544bb5a7b6e40685a3b8ac:/src/config.h diff --git a/src/config.h b/src/config.h index f38ce872..323a3ddd 100644 --- a/src/config.h +++ b/src/config.h @@ -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