Revert "Fix build on macOS (bug#28571)"

This reverts commit fec63089d5.

Prematurely pushed.
This commit is contained in:
Alan Third 2017-09-28 22:27:02 +01:00
parent fec63089d5
commit 7476eeaa23

View file

@ -397,12 +397,3 @@ extern int emacs_setenv_TZ (char const *);
#else
# define UNINIT /* empty */
#endif
/* macOS 10.13 supports futimens, futimesat and utimensat, older
versions don't but can appear as though they do. Disable them
entirely to avoid breaking cross-version builds on macOS. */
#ifdef DARWIN_OS
# undef HAVE_FUTIMENS
# undef HAVE_FUTIMESAT
# undef HAVE_UTIMENSAT
#endif