Use more fine grained HAVE macros instead of HAVE_PROCFS.

This commit is contained in:
antirez
2012-11-21 13:17:38 +01:00
parent 49b6452351
commit 3cb432837c
2 changed files with 5 additions and 3 deletions

View File

@ -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() */