X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/eddb388ef90258be406bdf1355f7c65bdd71bbe8..a3a323e0e56c3d4be148fcf039cbd1887cbd1e87:/src/config.h diff --git a/src/config.h b/src/config.h index acc95cf5..e2d84818 100644 --- a/src/config.h +++ b/src/config.h @@ -26,6 +26,11 @@ #define HAVE_PROCFS 1 #endif +/* test for task_info() */ +#if defined(__APPLE__) +#define HAVE_TASKINFO 1 +#endif + /* test for backtrace() */ #if defined(__APPLE__) || defined(__linux__) #define HAVE_BACKTRACE 1