# HG changeset patch # User Karl Heuer # Date 802641476 0 # Node ID e7d81d04043bff68f38550610562e192ab691298 # Parent 017f32786ed3b2bb101103d666aa47094241dabf Define STDC_HEADERS. diff -r 017f32786ed3 -r e7d81d04043b msdos/sed2.inp --- a/msdos/sed2.inp Thu Jun 08 19:21:05 1995 +0000 +++ b/msdos/sed2.inp Thu Jun 08 19:57:56 1995 +0000 @@ -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/