emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 7476eea: Revert "Fix build on macOS (bug#28571)"


From: Alan Third
Subject: [Emacs-diffs] emacs-26 7476eea: Revert "Fix build on macOS (bug#28571)"
Date: Thu, 28 Sep 2017 17:27:29 -0400 (EDT)

branch: emacs-26
commit 7476eeaa236039b8ebd09aad6bd977d26646ace6
Author: Alan Third <address@hidden>
Commit: Alan Third <address@hidden>

    Revert "Fix build on macOS (bug#28571)"
    
    This reverts commit fec63089d53d2196b0348086aeed70277fbc02c0.
    
    Prematurely pushed.
---
 src/conf_post.h | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/src/conf_post.h b/src/conf_post.h
index af94608..febdb8b 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]