mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 16:51:22 +00:00
Use more fine grained HAVE macros instead of HAVE_PROCFS.
This commit is contained in:
@ -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() */
|
||||
|
Reference in New Issue
Block a user