neovim/config
Rui Abreu Ferreira 99aacb1429 cmake: Remove unneeded platform checks
Removed unneeded platform checks from config/config.h.in and
config/CMakeLists.txt

- HAVE_OSPEED and HAVE_UP_BC_PC were used by the old UI, and are
  no longer needed.
- sigvec() was used as part of the signal handling code in os_unix.c, but it is
  no longer used in Neovim.
- The function lstat() is no longer used, replaced with libuv.
2015-05-21 23:16:40 +01:00
..
CMakeLists.txt cmake: Remove unneeded platform checks 2015-05-21 23:16:40 +01:00
config.h.in cmake: Remove unneeded platform checks 2015-05-21 23:16:40 +01:00
pathdef.c.in Refactor default_vim{,runtime}_dir to use char type. #2375 2015-04-12 10:52:51 +02:00
versiondef.h.in config: split out versiondef.h from config.h 2015-03-08 21:54:57 -04:00