aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorPavel Platto <hinidu@gmail.com>2014-07-14 00:04:59 +0300
committerPavel Platto <hinidu@gmail.com>2014-08-13 09:13:58 +0300
commit94f3d30306ebe3856dc98b6afc4d29728ec3f3af (patch)
tree40ab2d5af4018ee79dc6808b9736fd9eb0d4bb89 /config
parent563f38c317908a94893727db501e325f29710edb (diff)
downloadrneovim-94f3d30306ebe3856dc98b6afc4d29728ec3f3af.tar.gz
rneovim-94f3d30306ebe3856dc98b6afc4d29728ec3f3af.tar.bz2
rneovim-94f3d30306ebe3856dc98b6afc4d29728ec3f3af.zip
os_fchown: impl and remove HAVE_FCHOWN
Diffstat (limited to 'config')
-rw-r--r--config/CMakeLists.txt1
-rw-r--r--config/config.h.in1
2 files changed, 0 insertions, 2 deletions
diff --git a/config/CMakeLists.txt b/config/CMakeLists.txt
index 8e1b0239d4..330bd4bc37 100644
--- a/config/CMakeLists.txt
+++ b/config/CMakeLists.txt
@@ -38,7 +38,6 @@ check_include_files(unistd.h HAVE_UNISTD_H)
check_include_files(utime.h HAVE_UTIME_H)
# Functions
-check_function_exists(fchown HAVE_FCHOWN)
check_function_exists(fseeko HAVE_FSEEKO)
check_function_exists(fsync HAVE_FSYNC)
check_function_exists(getpwent HAVE_GETPWENT)
diff --git a/config/config.h.in b/config/config.h.in
index a85961858c..ba0945cf56 100644
--- a/config/config.h.in
+++ b/config/config.h.in
@@ -18,7 +18,6 @@
#cmakedefine HAVE__NSGETENVIRON
#cmakedefine HAVE_CRT_EXTERNS_H
#cmakedefine HAVE_DIRENT_H
-#cmakedefine HAVE_FCHOWN
#cmakedefine HAVE_FCNTL_H
#cmakedefine HAVE_FD_CLOEXEC
#cmakedefine HAVE_FSEEKO