diff options
author | Rich Wareham <rjw57@cam.ac.uk> | 2014-02-24 20:14:16 +0000 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-02-24 22:00:03 -0300 |
commit | 65e761065583ff445a5f78a454e931fc81bfe40f (patch) | |
tree | 28faf148c5f027fdfaa673622c83758365840bac /src/os_unix.h | |
parent | 68d8ab54a126671ccd157318c3d51885872dec1d (diff) | |
download | rneovim-65e761065583ff445a5f78a454e931fc81bfe40f.tar.gz rneovim-65e761065583ff445a5f78a454e931fc81bfe40f.tar.bz2 rneovim-65e761065583ff445a5f78a454e931fc81bfe40f.zip |
os_unix: use libuv total memory function
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 */ |