diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-09-02 16:24:49 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-09-02 16:24:49 +0000 |
commit | 485e69de3f91c1ff4399470dcd1b3f0338239753 (patch) | |
tree | d1a14863a2eeea0e6db72c7f927d505506ee6286 /msdos | |
parent | 69350fa8d927f807b8dfcbc1bd56f7660ca191a2 (diff) | |
download | emacs-485e69de3f91c1ff4399470dcd1b3f0338239753.tar.gz |
Define STDC_HEADERS.
Undefine MULTI_FRAME, until somebody fixes msdos.h and msdos.c.
Diffstat (limited to 'msdos')
-rw-r--r-- | msdos/sed2.inp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/msdos/sed2.inp b/msdos/sed2.inp index d0585ad9a35..14e781592a4 100644 --- a/msdos/sed2.inp +++ b/msdos/sed2.inp @@ -26,6 +26,7 @@ /^#undef HAVE_FREXP *$/s/undef/define/ /^#undef HAVE_FTIME *$/s/undef/define/ /^#undef HAVE_STRERROR *$/s/undef/define/ +/^#undef HAVE_TIMEVAL *$/s/undef/define/ /^#undef HAVE_MKTIME *$/s/undef/define/ /^#define MULTI_FRAME *$/s/define/undef/ s/^#define USER_FULL_NAME .*$/#define USER_FULL_NAME (getenv ("NAME"))/ |