mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00:00
Don't define autoconfiscated
BROKEN_MKTIME.
This commit is contained in:
parent
a2522dca96
commit
f6f98c87c2
@ -50,9 +50,6 @@ Boston, MA 02111-1307, USA. */
|
||||
/* This should be true for recent NeXT systems. At least since 3.2. */
|
||||
#define HAVE_MACH_MACH_H
|
||||
|
||||
/* mktime wrongly ignores TZ. */
|
||||
#define BROKEN_MKTIME 1
|
||||
|
||||
#if 0 /* I think these are never used--let's see. -- rms. */
|
||||
/* Mask for address bits within a memory segment */
|
||||
|
||||
|
@ -108,10 +108,6 @@ Boston, MA 02111-1307, USA. */
|
||||
/* We don't have -loldX, and we don't need it. */
|
||||
#define LIB_XMENU_LIB
|
||||
|
||||
/* doug@zadall.com says SCO 3.2v4.2 mktime botches time arithmetic as used
|
||||
by display-time. */
|
||||
#define BROKEN_MKTIME 1
|
||||
|
||||
/* SCO does have TIOCGWINSZ. */
|
||||
#undef BROKEN_TIOCGWINSZ
|
||||
#define NEED_PTEM_H
|
||||
|
@ -101,11 +101,6 @@ Boston, MA 02111-1307, USA. */
|
||||
/* We don't have -loldX, and we don't need it. */
|
||||
#define LIB_XMENU_LIB
|
||||
|
||||
/* Jean-Pierre Radley <jpr@jpr.com> reports in
|
||||
<news:19970906220024.40892@jpr.com> (1997-09-07)
|
||||
that mktime is broken in sco5 releases at least through 5.0.4. */
|
||||
#define BROKEN_MKTIME 1
|
||||
|
||||
/* SCO does have TIOCGWINSZ. */
|
||||
#undef BROKEN_TIOCGWINSZ
|
||||
#define NEED_PTEM_H
|
||||
|
Loading…
Reference in New Issue
Block a user