aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-09-02 16:24:49 +0000
committerRichard M. Stallman1995-09-02 16:24:49 +0000
commitc9684936567a0fe525e1f5cdef2fdc802cf5385d (patch)
tree8f79eadd0f241da35aa97af5a7a2b023c9d35eee
parentac3b02794fe3ecb390755298f74d3148860c477d (diff)
downloademacs-c9684936567a0fe525e1f5cdef2fdc802cf5385d.tar.gz
emacs-c9684936567a0fe525e1f5cdef2fdc802cf5385d.zip
Define STDC_HEADERS.
Undefine MULTI_FRAME, until somebody fixes msdos.h and msdos.c.
-rw-r--r--msdos/sed2.inp1
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 @@
26/^#undef HAVE_FREXP *$/s/undef/define/ 26/^#undef HAVE_FREXP *$/s/undef/define/
27/^#undef HAVE_FTIME *$/s/undef/define/ 27/^#undef HAVE_FTIME *$/s/undef/define/
28/^#undef HAVE_STRERROR *$/s/undef/define/ 28/^#undef HAVE_STRERROR *$/s/undef/define/
29/^#undef HAVE_TIMEVAL *$/s/undef/define/
29/^#undef HAVE_MKTIME *$/s/undef/define/ 30/^#undef HAVE_MKTIME *$/s/undef/define/
30/^#define MULTI_FRAME *$/s/define/undef/ 31/^#define MULTI_FRAME *$/s/define/undef/
31s/^#define USER_FULL_NAME .*$/#define USER_FULL_NAME (getenv ("NAME"))/ 32s/^#define USER_FULL_NAME .*$/#define USER_FULL_NAME (getenv ("NAME"))/