diff options
| author | Richard M. Stallman | 1995-09-10 04:23:38 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-09-10 04:23:38 +0000 |
| commit | cdadf745b2c6ccb589c8b6232e8154a720f83ad1 (patch) | |
| tree | 5a10ce45a76345c6e5060d8d823b252ee9081610 /src/m | |
| parent | e7536cff152f9b7c2062588f3c171358162fe75f (diff) | |
| download | emacs-cdadf745b2c6ccb589c8b6232e8154a720f83ad1.tar.gz emacs-cdadf745b2c6ccb589c8b6232e8154a720f83ad1.zip | |
(LOCALTIME_CACHE): Remove; now configured automatically.
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/pmax.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/m/pmax.h b/src/m/pmax.h index 678f6a420de..bbb7430dde8 100644 --- a/src/m/pmax.h +++ b/src/m/pmax.h | |||
| @@ -55,11 +55,6 @@ NOTE-END */ | |||
| 55 | #define HAVE_ALLOCA | 55 | #define HAVE_ALLOCA |
| 56 | #endif | 56 | #endif |
| 57 | 57 | ||
| 58 | #ifndef OSF1 | ||
| 59 | /* Ultrix saves the time zone in core; must clear it. */ | ||
| 60 | #define LOCALTIME_CACHE | ||
| 61 | #endif | ||
| 62 | |||
| 63 | /* 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. */ |
| 64 | #ifdef HAVE_LIBDNET | 59 | #ifdef HAVE_LIBDNET |
| 65 | #define LIBS_MACHINE -ldnet | 60 | #define LIBS_MACHINE -ldnet |