mirror of
https://github.com/neovim/neovim.git
synced 2025-12-17 20:05:38 +00:00
cmake: remove check for gettimeofday
There are no more uses of gettimeofday, so remove the check in CMake.
This commit is contained in:
@@ -44,7 +44,6 @@ check_function_exists(fsync HAVE_FSYNC)
|
|||||||
check_function_exists(getpwent HAVE_GETPWENT)
|
check_function_exists(getpwent HAVE_GETPWENT)
|
||||||
check_function_exists(getpwnam HAVE_GETPWNAM)
|
check_function_exists(getpwnam HAVE_GETPWNAM)
|
||||||
check_function_exists(getpwuid HAVE_GETPWUID)
|
check_function_exists(getpwuid HAVE_GETPWUID)
|
||||||
check_function_exists(gettimeofday HAVE_GETTIMEOFDAY)
|
|
||||||
check_function_exists(iconv HAVE_ICONV)
|
check_function_exists(iconv HAVE_ICONV)
|
||||||
check_function_exists(lstat HAVE_LSTAT)
|
check_function_exists(lstat HAVE_LSTAT)
|
||||||
if(NOT HAVE_LSTAT)
|
if(NOT HAVE_LSTAT)
|
||||||
|
|||||||
@@ -26,7 +26,6 @@
|
|||||||
#cmakedefine HAVE_GETPWENT
|
#cmakedefine HAVE_GETPWENT
|
||||||
#cmakedefine HAVE_GETPWNAM
|
#cmakedefine HAVE_GETPWNAM
|
||||||
#cmakedefine HAVE_GETPWUID
|
#cmakedefine HAVE_GETPWUID
|
||||||
#cmakedefine HAVE_GETTIMEOFDAY
|
|
||||||
#cmakedefine HAVE_ICONV
|
#cmakedefine HAVE_ICONV
|
||||||
#cmakedefine USE_ICONV
|
#cmakedefine USE_ICONV
|
||||||
#cmakedefine HAVE_ICONV_H
|
#cmakedefine HAVE_ICONV_H
|
||||||
|
|||||||
Reference in New Issue
Block a user