From: Richard M. Stallman Date: Sat, 2 Sep 1995 16:24:49 +0000 (+0000) Subject: Define STDC_HEADERS. X-Git-Tag: emacs-19.34~2869 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c9684936567a0fe525e1f5cdef2fdc802cf5385d;p=emacs.git Define STDC_HEADERS. Undefine MULTI_FRAME, until somebody fixes msdos.h and msdos.c. --- 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"))/