diff options
Diffstat (limited to 'src/os_unix.h')
-rw-r--r-- | src/os_unix.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/os_unix.h b/src/os_unix.h index 6320666097..5ae7c38f88 100644 --- a/src/os_unix.h +++ b/src/os_unix.h @@ -149,17 +149,6 @@ # undef __ARGS #endif -#if (defined(HAVE_SYS_RESOURCE_H) && defined(HAVE_GETRLIMIT)) \ - || (defined(HAVE_SYS_SYSINFO_H) && defined(HAVE_SYSINFO)) \ - || defined(HAVE_SYSCTL) || defined(HAVE_SYSCONF) -# define HAVE_TOTAL_MEM -#endif - - - - - - /* * Unix system-dependent file names */ |