]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert "Fix build on macOS (bug#28571)"
authorAlan Third <alan@idiocy.org>
Thu, 28 Sep 2017 21:27:02 +0000 (22:27 +0100)
committerAlan Third <alan@idiocy.org>
Thu, 28 Sep 2017 21:27:02 +0000 (22:27 +0100)
This reverts commit fec63089d53d2196b0348086aeed70277fbc02c0.

Prematurely pushed.

src/conf_post.h

index af946082eecd6cb07cbdb0ddcd699388852474e5..febdb8b8bf7a0fc940510857e75dcf1d3b46dc49 100644 (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