neovim/config
Seth Jackson 33321f2c85 config: Remove HAVE_UNISTD_H.
Unix systems must have this header but Windows does not have it at all.

Since src/nvim/os/unix_defs.h includes <unistd.h> without the guard
in order to avoid including this in the numerous places we would
need <unistd.h> on Unix we just include src/nvim/os/os.h which will pull
in <unistd.h> for us.
2016-01-18 13:48:47 -05:00
..
CMakeLists.txt config: Remove HAVE_UNISTD_H. 2016-01-18 13:48:47 -05:00
config.h.in config: Remove HAVE_UNISTD_H. 2016-01-18 13:48:47 -05:00
pathdef.c.in CMake: Fix helptags generation when prefix is not /usr. #2741 2015-06-09 01:12:08 -04:00
versiondef.h.in Remove "Commit:" field from --version output 2015-12-05 16:15:32 -05:00