]> git.saurik.com Git - redis.git/blobdiff - src/config.h
Merge remote branch 'pietern/ziplist-eff'
[redis.git] / src / config.h
index 6e98fbb2cecbceb32a192f1c8bae367cb1b7a11f..e2d84818714b2515af68b6c7fb178c5f66eeaba2 100644 (file)
 #define redis_stat stat
 #endif
 
+/* test for proc filesystem */
+#ifdef __linux__
+#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