X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/4365e5b2d32798c168a8376fad891c0e5cccb4ec..3cb432837ce799062c83337e5f590c385e48d4bd:/src/config.h diff --git a/src/config.h b/src/config.h index db33407c..97c59974 100644 --- a/src/config.h +++ b/src/config.h @@ -45,7 +45,9 @@ /* Test for proc filesystem */ #ifdef __linux__ -#define HAVE_PROCFS 1 +#define HAVE_PROC_STAT 1 +#define HAVE_PROC_MAPS 1 +#define HAVE_PROC_SMAPS 1 #endif /* Test for task_info() */