diff options
| author | Dave Love | 2000-04-14 17:51:55 +0000 |
|---|---|---|
| committer | Dave Love | 2000-04-14 17:51:55 +0000 |
| commit | f6f98c87c2f1fe721a80eb45df47cddc9f1006c5 (patch) | |
| tree | bf612cf410fa6c742f4ae374c3efb5f1b245c854 /src | |
| parent | a2522dca96e8afbb8724a5f448f3d4eb472b4572 (diff) | |
| download | emacs-f6f98c87c2f1fe721a80eb45df47cddc9f1006c5.tar.gz emacs-f6f98c87c2f1fe721a80eb45df47cddc9f1006c5.zip | |
Don't define autoconfiscated
BROKEN_MKTIME.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/nextstep.h | 3 | ||||
| -rw-r--r-- | src/s/sco4.h | 4 | ||||
| -rw-r--r-- | src/s/sco5.h | 5 |
3 files changed, 0 insertions, 12 deletions
diff --git a/src/s/nextstep.h b/src/s/nextstep.h index 040611d2c18..e40cdb56ec7 100644 --- a/src/s/nextstep.h +++ b/src/s/nextstep.h | |||
| @@ -50,9 +50,6 @@ Boston, MA 02111-1307, USA. */ | |||
| 50 | /* This should be true for recent NeXT systems. At least since 3.2. */ | 50 | /* This should be true for recent NeXT systems. At least since 3.2. */ |
| 51 | #define HAVE_MACH_MACH_H | 51 | #define HAVE_MACH_MACH_H |
| 52 | 52 | ||
| 53 | /* mktime wrongly ignores TZ. */ | ||
| 54 | #define BROKEN_MKTIME 1 | ||
| 55 | |||
| 56 | #if 0 /* I think these are never used--let's see. -- rms. */ | 53 | #if 0 /* I think these are never used--let's see. -- rms. */ |
| 57 | /* Mask for address bits within a memory segment */ | 54 | /* Mask for address bits within a memory segment */ |
| 58 | 55 | ||
diff --git a/src/s/sco4.h b/src/s/sco4.h index 246348cf75b..e4546b88a38 100644 --- a/src/s/sco4.h +++ b/src/s/sco4.h | |||
| @@ -108,10 +108,6 @@ Boston, MA 02111-1307, USA. */ | |||
| 108 | /* We don't have -loldX, and we don't need it. */ | 108 | /* We don't have -loldX, and we don't need it. */ |
| 109 | #define LIB_XMENU_LIB | 109 | #define LIB_XMENU_LIB |
| 110 | 110 | ||
| 111 | /* doug@zadall.com says SCO 3.2v4.2 mktime botches time arithmetic as used | ||
| 112 | by display-time. */ | ||
| 113 | #define BROKEN_MKTIME 1 | ||
| 114 | |||
| 115 | /* SCO does have TIOCGWINSZ. */ | 111 | /* SCO does have TIOCGWINSZ. */ |
| 116 | #undef BROKEN_TIOCGWINSZ | 112 | #undef BROKEN_TIOCGWINSZ |
| 117 | #define NEED_PTEM_H | 113 | #define NEED_PTEM_H |
diff --git a/src/s/sco5.h b/src/s/sco5.h index 0182888abc1..a636b419973 100644 --- a/src/s/sco5.h +++ b/src/s/sco5.h | |||
| @@ -101,11 +101,6 @@ Boston, MA 02111-1307, USA. */ | |||
| 101 | /* We don't have -loldX, and we don't need it. */ | 101 | /* We don't have -loldX, and we don't need it. */ |
| 102 | #define LIB_XMENU_LIB | 102 | #define LIB_XMENU_LIB |
| 103 | 103 | ||
| 104 | /* Jean-Pierre Radley <jpr@jpr.com> reports in | ||
| 105 | <news:19970906220024.40892@jpr.com> (1997-09-07) | ||
| 106 | that mktime is broken in sco5 releases at least through 5.0.4. */ | ||
| 107 | #define BROKEN_MKTIME 1 | ||
| 108 | |||
| 109 | /* SCO does have TIOCGWINSZ. */ | 104 | /* SCO does have TIOCGWINSZ. */ |
| 110 | #undef BROKEN_TIOCGWINSZ | 105 | #undef BROKEN_TIOCGWINSZ |
| 111 | #define NEED_PTEM_H | 106 | #define NEED_PTEM_H |