aboutsummaryrefslogtreecommitdiff
path: root/config/CMakeLists.txt
diff options
context:
space:
mode:
authorMichael Reed <Pyrohh@users.noreply.github.com>2016-01-12 12:57:30 -0500
committerMichael Reed <Pyrohh@users.noreply.github.com>2016-01-12 12:57:30 -0500
commitddf3e2795986112057d4fc5eaf026740e16406d9 (patch)
tree886d01223fa0a6f63f8bda0d9f0ca7e1e2c31a4f /config/CMakeLists.txt
parenta1c770ca2713b2d269f75390fede83c678b6e3df (diff)
parentf65d58907d9ff613294c496fb54cc0e9c8e6ad73 (diff)
downloadrneovim-ddf3e2795986112057d4fc5eaf026740e16406d9.tar.gz
rneovim-ddf3e2795986112057d4fc5eaf026740e16406d9.tar.bz2
rneovim-ddf3e2795986112057d4fc5eaf026740e16406d9.zip
Merge pull request #3985 from Pyrohh/_max_path
[RDY] os/*_defs.h: MAXNAMLEN cleanup
Diffstat (limited to 'config/CMakeLists.txt')
-rw-r--r--config/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/CMakeLists.txt b/config/CMakeLists.txt
index c64e7e1ddb..28b1e43ef7 100644
--- a/config/CMakeLists.txt
+++ b/config/CMakeLists.txt
@@ -16,7 +16,6 @@ check_type_size("void *" SIZEOF_VOID_PTR)
check_symbol_exists(_NSGetEnviron crt_externs.h HAVE__NSGETENVIRON)
# Headers
-check_include_files(dirent.h HAVE_DIRENT_H)
check_include_files(fcntl.h HAVE_FCNTL_H)
check_include_files(iconv.h HAVE_ICONV_H)
check_include_files(langinfo.h HAVE_LANGINFO_H)
@@ -25,7 +24,6 @@ check_include_files(locale.h HAVE_LOCALE_H)
check_include_files(pwd.h HAVE_PWD_H)
check_include_files(strings.h HAVE_STRINGS_H)
check_include_files(stropts.h HAVE_STROPTS_H)
-check_include_files(sys/param.h HAVE_SYS_PARAM_H)
check_include_files(sys/wait.h HAVE_SYS_WAIT_H)
if(NOT HAVE_SYS_WAIT_H AND UNIX)
# See if_cscope.c