aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/regexp.c
diff options
context:
space:
mode:
authorRui Abreu Ferreira <raf-ep@gmx.com>2014-06-05 10:41:27 +0100
committerNicolas Hillegeer <nicolas@hillegeer.com>2014-07-15 10:43:21 +0200
commitfeffc652706c0487be51c6182bba7dcc6f51a895 (patch)
tree79dea55a068c3c918b610bd8dee1a6c24a5c9e64 /src/nvim/regexp.c
parent510db303763739cbeb0500eb41b3551fd60a6cb5 (diff)
downloadrneovim-feffc652706c0487be51c6182bba7dcc6f51a895.tar.gz
rneovim-feffc652706c0487be51c6182bba7dcc6f51a895.tar.bz2
rneovim-feffc652706c0487be51c6182bba7dcc6f51a895.zip
Add cmake platform checks
- Defined CMake checks for all headers in config.h.in - Removed headers checks that are not used anymore: sgtty.h sys/statfs.h libintl.h poll.h - Added UNIX check - Add some fatal checks + Check for setenv() and fail if it does not exist since our os layer just assumes it does + lstat is required by os_unix.c + sys/wait.h is required in UNIX - Removed entries for functions that are not being used: getcwd, getrlimit, getwd, nanosleep, sigaltstack, getwd, sigstack, fseeko - Replaced nearly all defines in config.h.in for functions with compile time checks - Add check for symbol FD_CLOEXEC - Add check for langinfo CODESET - HAVE_ICONV_H and HAVE_ICONV hold the expected checks but Neovim uses USE_ICONV define to actually decide whether to enable it - Removed checks that are no longer needed + USEMEMMOVE + _FILE_OFFSET_BITS + HAVE_ST_BLKSIZE + dlfcn.h
Diffstat (limited to 'src/nvim/regexp.c')
0 files changed, 0 insertions, 0 deletions