]> git.eshelyaron.com Git - emacs.git/commitdiff
Define STDC_HEADERS.
authorRichard M. Stallman <rms@gnu.org>
Sat, 2 Sep 1995 16:24:49 +0000 (16:24 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 2 Sep 1995 16:24:49 +0000 (16:24 +0000)
Undefine MULTI_FRAME, until somebody fixes msdos.h and msdos.c.

msdos/sed2.inp

index d0585ad9a355ca8a9f29de812fff497200027a6d..14e781592a4e26bdfcc40384bb62a91f8529c902 100644 (file)
@@ -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"))/