1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

Define STDC_HEADERS.

Undefine MULTI_FRAME, until somebody fixes msdos.h and msdos.c.
This commit is contained in:
Richard M. Stallman 1995-09-02 16:24:49 +00:00
parent ac3b02794f
commit c968493656

View 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"))/