diff options
| author | Richard M. Stallman | 1994-05-15 05:23:58 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-05-15 05:23:58 +0000 |
| commit | 10b713db35a01b1108ac73a4dfc4ab9d6a1c231f (patch) | |
| tree | fabe6baecc71740690907b9f2747e87953508e31 /src/m | |
| parent | 152e1c0d80024c1600d88aa55bce70167006aa2d (diff) | |
| download | emacs-10b713db35a01b1108ac73a4dfc4ab9d6a1c231f.tar.gz emacs-10b713db35a01b1108ac73a4dfc4ab9d6a1c231f.zip | |
(LOCALTIME_CACHE): Define, if not OSF1.
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/pmax.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/m/pmax.h b/src/m/pmax.h index fcead9e6a78..9bd4ee4495c 100644 --- a/src/m/pmax.h +++ b/src/m/pmax.h | |||
| @@ -50,6 +50,11 @@ NOTE-END */ | |||
| 50 | #define HAVE_ALLOCA | 50 | #define HAVE_ALLOCA |
| 51 | #endif | 51 | #endif |
| 52 | 52 | ||
| 53 | #ifndef OSF1 | ||
| 54 | /* Ultrix saves the time zone in core; must clear it. */ | ||
| 55 | #define LOCALTIME_CACHE | ||
| 56 | #endif | ||
| 57 | |||
| 53 | /* mcc@timessqr.gc.cuny.edu says this makes Emacs work with DECnet. */ | 58 | /* mcc@timessqr.gc.cuny.edu says this makes Emacs work with DECnet. */ |
| 54 | #ifdef HAVE_LIBDNET | 59 | #ifdef HAVE_LIBDNET |
| 55 | #define LIBS_MACHINE -ldnet | 60 | #define LIBS_MACHINE -ldnet |