]> git.saurik.com Git - redis.git/commitdiff
Solaris has backtrace(3)
authorPieter Noordhuis <pcnoordhuis@gmail.com>
Tue, 21 Feb 2012 18:11:20 +0000 (10:11 -0800)
committerPieter Noordhuis <pcnoordhuis@gmail.com>
Tue, 21 Feb 2012 18:20:28 +0000 (10:20 -0800)
src/config.h

index f38ce872ede1961f74828975abeb56337abb2b31..323a3ddd1f43b00678aae3a4e87c93b0edc9a117 100644 (file)
@@ -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