mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
(LOCALTIME_CACHE): Remove; now configured automatically.
This commit is contained in:
parent
e7536cff15
commit
cdadf745b2
@ -55,11 +55,6 @@ NOTE-END */
|
||||
#define HAVE_ALLOCA
|
||||
#endif
|
||||
|
||||
#ifndef OSF1
|
||||
/* Ultrix saves the time zone in core; must clear it. */
|
||||
#define LOCALTIME_CACHE
|
||||
#endif
|
||||
|
||||
/* mcc@timessqr.gc.cuny.edu says this makes Emacs work with DECnet. */
|
||||
#ifdef HAVE_LIBDNET
|
||||
#define LIBS_MACHINE -ldnet
|
||||
|
@ -22,6 +22,3 @@
|
||||
|
||||
/* This affects a declaration in xrdb.c. */
|
||||
#define DECLARE_GETPWUID_WITH_UID_T
|
||||
|
||||
/* Reread the time zone on startup. */
|
||||
#define LOCALTIME_CACHE
|
||||
|
@ -22,9 +22,6 @@
|
||||
|
||||
#undef BSD_PGRPS
|
||||
|
||||
/* The dumped Emacs records the timezone it was dumped in. */
|
||||
#define LOCALTIME_CACHE
|
||||
|
||||
/* System uses OXTABS instead of the expected TAB3.
|
||||
(Copied from netbsd.h.) */
|
||||
#define TABDLY OXTABS
|
||||
|
@ -36,9 +36,6 @@
|
||||
#define LIBS_TERMCAP -ltermcap
|
||||
#define LIB_GCC -lgcc
|
||||
|
||||
/* Reread the time zone on startup. */
|
||||
#define LOCALTIME_CACHE
|
||||
|
||||
#define SYSV_SYSTEM_DIR
|
||||
|
||||
/* freebsd has POSIX-style pgrp behavior. */
|
||||
|
@ -48,9 +48,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#undef BSD_PGRPS
|
||||
#define GETPGRP_NO_ARG
|
||||
|
||||
/* Reread the time zone on startup. */
|
||||
#define LOCALTIME_CACHE
|
||||
|
||||
#define HAVE_WAIT_HEADER
|
||||
#define WAIT_USE_INT
|
||||
#define HAVE_UNION_WAIT
|
||||
|
@ -55,9 +55,6 @@
|
||||
#endif
|
||||
#endif /* not NO_SHARED_LIBS */
|
||||
|
||||
/* Reread the time zone on startup. */
|
||||
#define LOCALTIME_CACHE
|
||||
|
||||
#define HAVE_WAIT_HEADER
|
||||
#define WAIT_USE_INT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user