aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlan Third2017-09-28 22:27:02 +0100
committerAlan Third2017-09-28 22:27:02 +0100
commit7476eeaa236039b8ebd09aad6bd977d26646ace6 (patch)
tree642b065f6f45df4c8f8a8ecd3880fc5f699f34db /src
parentfec63089d53d2196b0348086aeed70277fbc02c0 (diff)
downloademacs-7476eeaa236039b8ebd09aad6bd977d26646ace6.tar.gz
emacs-7476eeaa236039b8ebd09aad6bd977d26646ace6.zip
Revert "Fix build on macOS (bug#28571)"
This reverts commit fec63089d53d2196b0348086aeed70277fbc02c0. Prematurely pushed.
Diffstat (limited to 'src')
-rw-r--r--src/conf_post.h9
1 files changed, 0 insertions, 9 deletions
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 *);
397#else 397#else
398# define UNINIT /* empty */ 398# define UNINIT /* empty */
399#endif 399#endif
400
401/* macOS 10.13 supports futimens, futimesat and utimensat, older
402 versions don't but can appear as though they do. Disable them
403 entirely to avoid breaking cross-version builds on macOS. */
404#ifdef DARWIN_OS
405# undef HAVE_FUTIMENS
406# undef HAVE_FUTIMESAT
407# undef HAVE_UTIMENSAT
408#endif