Solaris has backtrace(3)

This commit is contained in:
Pieter Noordhuis 2012-02-21 10:11:20 -08:00
parent 57be47758e
commit ca2344f991

View 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