diff options
| author | Richard M. Stallman | 1994-05-15 05:28:41 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-05-15 05:28:41 +0000 |
| commit | 57705ff77c031360eed319ddb03e0f7806b5b72b (patch) | |
| tree | 8c0ceb80e760ef2cb1b9677613554ca58b21c22d /src | |
| parent | 10b713db35a01b1108ac73a4dfc4ab9d6a1c231f (diff) | |
| download | emacs-57705ff77c031360eed319ddb03e0f7806b5b72b.tar.gz emacs-57705ff77c031360eed319ddb03e0f7806b5b72b.zip | |
(LOCALTIME_CACHE): Defined.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/bsd386.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/bsd386.h b/src/s/bsd386.h index 9c1e36573be..29fb047b6ca 100644 --- a/src/s/bsd386.h +++ b/src/s/bsd386.h | |||
| @@ -15,3 +15,6 @@ | |||
| 15 | #define HAVE_GETLOADAVG | 15 | #define HAVE_GETLOADAVG |
| 16 | 16 | ||
| 17 | #undef BSD_PGRPS | 17 | #undef BSD_PGRPS |
| 18 | |||
| 19 | /* The dumped Emacs records the timezone it was dumped in. */ | ||
| 20 | #define LOCALTIME_CACHE | ||