comparison src/m/pmax.h @ 13017:0cbb394cbd82

(LOCALTIME_CACHE): Remove; now configured automatically.
author Richard M. Stallman <rms@gnu.org>
date Sun, 10 Sep 1995 04:23:38 +0000
parents 818d7bcf63b0
children 621a575db6f7
comparison
equal deleted inserted replaced
13016:6ad7dc19b526 13017:0cbb394cbd82
53 #if defined (OSF1) || defined (MACH) 53 #if defined (OSF1) || defined (MACH)
54 #undef C_ALLOCA 54 #undef C_ALLOCA
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
66 #endif 61 #endif
67 62