]> git.eshelyaron.com Git - emacs.git/commit
Fix the MS-DOS, Haiku, USG, etc builds
authorPo Lu <luangruo@yahoo.com>
Thu, 10 Aug 2023 01:53:26 +0000 (01:53 +0000)
committerPo Lu <luangruo@yahoo.com>
Thu, 10 Aug 2023 01:53:26 +0000 (01:53 +0000)
commitc4e0b10f18255bc45a9e15c5bde9b11b95e9ad0f
tree47d84bde0eb32b2548f65293d37bb059807f9a17
parente1d08e9e11d2bd5e93c8ae4ea4a8e27129b316cb
Fix the MS-DOS, Haiku, USG, etc builds

* configure.ac (emacs_cv_boot_time_file): Only compute this on
GNU/Linux, the sole system with systemd.
* nt/inc/ms-w32.h (BOOT_TIME_FILE): Remove now redundant #undef.
* src/filelock.c (get_boot_time): Eschew BOOT_TIME_FILE if not
defined.
configure.ac
nt/inc/ms-w32.h
src/filelock.c