1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-22 18:35:09 +00:00

(BROKEN_MKTIME): New macro.

This commit is contained in:
Paul Eggert 1996-12-31 19:10:03 +00:00
parent 6009ff5ad3
commit 8db5fdf588
2 changed files with 7 additions and 0 deletions

View File

@ -52,6 +52,9 @@ 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 */

View File

@ -103,6 +103,10 @@ 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