From: Alan Third Date: Thu, 28 Sep 2017 21:27:02 +0000 (+0100) Subject: Revert "Fix build on macOS (bug#28571)" X-Git-Tag: emacs-26.0.90~104^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7476eeaa23;p=emacs.git Revert "Fix build on macOS (bug#28571)" This reverts commit fec63089d53d2196b0348086aeed70277fbc02c0. Prematurely pushed. --- diff --git a/src/conf_post.h b/src/conf_post.h index af946082eec..febdb8b8bf7 100644 --- a/src/conf_post.h +++ b/src/conf_post.h @@ -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