aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1995-06-08 19:57:56 +0000
committerKarl Heuer1995-06-08 19:57:56 +0000
commit76fbc89437bdc7c425e44f0181942612e6af2cb4 (patch)
treec6fde59e55b92ec490a83f8eaba9c3d509e8c807
parent81afb6d1eb5fa271d7606bfeee603e6a1dbd3c1b (diff)
downloademacs-76fbc89437bdc7c425e44f0181942612e6af2cb4.tar.gz
emacs-76fbc89437bdc7c425e44f0181942612e6af2cb4.zip
Define STDC_HEADERS.
-rw-r--r--msdos/sed2.inp1
1 files changed, 1 insertions, 0 deletions
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 @@
6# To use the djgpp malloc, deactivate the following line and active the next 6# To use the djgpp malloc, deactivate the following line and active the next
7/^#undef REL_ALLOC *$/s/undef/define/ 7/^#undef REL_ALLOC *$/s/undef/define/
8# /^#define GNU_MALLOC *$/s/GNU_MALLOC/SYSTEM_MALLOC/ 8# /^#define GNU_MALLOC *$/s/GNU_MALLOC/SYSTEM_MALLOC/
9/^#undef STDC_HEADERS *$/s/undef/define/
9/^#undef HAVE_SYS_TIMEB_H *$/s/undef/define/ 10/^#undef HAVE_SYS_TIMEB_H *$/s/undef/define/
10/^#undef HAVE_SYS_TIME_H *$/s/undef/define/ 11/^#undef HAVE_SYS_TIME_H *$/s/undef/define/
11# /^#undef HAVE_UNISTD_H *$/s/undef/define/ 12# /^#undef HAVE_UNISTD_H *$/s/undef/define/