]> git.saurik.com Git - redis.git/blobdiff - src/config.h
Use more fine grained HAVE macros instead of HAVE_PROCFS.
[redis.git] / src / config.h
index db33407c5ffee80d0caafa65a5a9d3e8ac44cc69..97c599745bd801ab765b5757391124037dd2e043 100644 (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() */