config: Remove HAVE_FCNTL_H.

We do not use it and all systems we support have <fcntl.h>.
This commit is contained in:
Seth Jackson 2016-01-17 09:40:07 -05:00
parent 55a345c3e7
commit 5dfbe6685d
2 changed files with 0 additions and 2 deletions

View File

@ -15,7 +15,6 @@ check_type_size("void *" SIZEOF_VOID_PTR)
check_symbol_exists(_NSGetEnviron crt_externs.h HAVE__NSGETENVIRON) check_symbol_exists(_NSGetEnviron crt_externs.h HAVE__NSGETENVIRON)
# Headers # Headers
check_include_files(fcntl.h HAVE_FCNTL_H)
check_include_files(iconv.h HAVE_ICONV_H) check_include_files(iconv.h HAVE_ICONV_H)
check_include_files(langinfo.h HAVE_LANGINFO_H) check_include_files(langinfo.h HAVE_LANGINFO_H)
check_include_files(locale.h HAVE_LOCALE_H) check_include_files(locale.h HAVE_LOCALE_H)

View File

@ -13,7 +13,6 @@
#endif #endif
#cmakedefine HAVE__NSGETENVIRON #cmakedefine HAVE__NSGETENVIRON
#cmakedefine HAVE_FCNTL_H
#cmakedefine HAVE_FD_CLOEXEC #cmakedefine HAVE_FD_CLOEXEC
#cmakedefine HAVE_FSEEKO #cmakedefine HAVE_FSEEKO
#cmakedefine HAVE_GETPWENT #cmakedefine HAVE_GETPWENT