From: Karl Heuer Date: Thu, 8 Jun 1995 19:57:56 +0000 (+0000) Subject: Define STDC_HEADERS. X-Git-Tag: emacs-19.34~3726 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=76fbc89437bdc7c425e44f0181942612e6af2cb4;p=emacs.git Define STDC_HEADERS. --- diff --git a/msdos/sed2.inp b/msdos/sed2.inp index 8ded77461f0..cc82ca6f359 100644 --- a/msdos/sed2.inp +++ b/msdos/sed2.inp @@ -6,6 +6,7 @@ # To use the djgpp malloc, deactivate the following line and active the next /^#undef REL_ALLOC *$/s/undef/define/ # /^#define GNU_MALLOC *$/s/GNU_MALLOC/SYSTEM_MALLOC/ +/^#undef STDC_HEADERS *$/s/undef/define/ /^#undef HAVE_SYS_TIMEB_H *$/s/undef/define/ /^#undef HAVE_SYS_TIME_H *$/s/undef/define/ # /^#undef HAVE_UNISTD_H *$/s/undef/define/