diff options
| author | Richard M. Stallman | 1997-09-10 03:26:31 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-09-10 03:26:31 +0000 |
| commit | d1d0d27fec9fdfbd6a635f3784755e4a1be60f37 (patch) | |
| tree | 06aed206e120a4b34dcd5d50d9ccb0d9ff9f5535 /src | |
| parent | f5824ed6e3eef41343ca0dbcb9abcec4bd24f248 (diff) | |
| download | emacs-d1d0d27fec9fdfbd6a635f3784755e4a1be60f37.tar.gz emacs-d1d0d27fec9fdfbd6a635f3784755e4a1be60f37.zip | |
(BROKEN_MKTIME): Define.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/sco5.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/s/sco5.h b/src/s/sco5.h index 1c914a37299..00716962782 100644 --- a/src/s/sco5.h +++ b/src/s/sco5.h | |||
| @@ -101,6 +101,11 @@ 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 | |||
| 104 | /* SCO does have TIOCGWINSZ. */ | 109 | /* SCO does have TIOCGWINSZ. */ |
| 105 | #undef BROKEN_TIOCGWINSZ | 110 | #undef BROKEN_TIOCGWINSZ |
| 106 | #define NEED_PTEM_H | 111 | #define NEED_PTEM_H |