diff options
| author | Paul Eggert | 2023-08-09 12:06:25 -0700 |
|---|---|---|
| committer | Paul Eggert | 2023-08-09 12:15:47 -0700 |
| commit | cc0a30a876adffa5ec110df9f4e0f21097f6d73e (patch) | |
| tree | 024bc0acb8de48aebed591b25aeb02508038272d /nt | |
| parent | 020b5d7fefd255117ab4fca636146b5b59c8fb84 (diff) | |
| download | emacs-cc0a30a876adffa5ec110df9f4e0f21097f6d73e.tar.gz emacs-cc0a30a876adffa5ec110df9f4e0f21097f6d73e.zip | |
Adjust to random-seed move
For some time, GNU/Linux systems have put their random-seed file
somewhere other than where src/filelock.c looks for it.
Catch up to this by having 'configure' scout for it.
* configure.ac (BOOT_TIME_FILE):
Define this at configure-time.
* nt/inc/ms-w32.h (BOOT_TIME_FILE): Override 'configure'.
* src/filelock.c (BOOT_TIME_FILE): Remove default definition,
since 'configure' defaults it now.
Diffstat (limited to 'nt')
| -rw-r--r-- | nt/inc/ms-w32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nt/inc/ms-w32.h b/nt/inc/ms-w32.h index 58be1199345..b23fd5030fa 100644 --- a/nt/inc/ms-w32.h +++ b/nt/inc/ms-w32.h | |||
| @@ -121,6 +121,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | |||
| 121 | the output, but that's gross. So this should do; if the file is | 121 | the output, but that's gross. So this should do; if the file is |
| 122 | not there, the boot time will be returned as zero, and filelock.c | 122 | not there, the boot time will be returned as zero, and filelock.c |
| 123 | already handles that. */ | 123 | already handles that. */ |
| 124 | #undef BOOT_TIME_FILE | ||
| 124 | #define BOOT_TIME_FILE "C:/pagefile.sys" | 125 | #define BOOT_TIME_FILE "C:/pagefile.sys" |
| 125 | 126 | ||
| 126 | /* ============================================================ */ | 127 | /* ============================================================ */ |