From: Richard M. Stallman Date: Thu, 14 Jul 1994 19:39:09 +0000 (+0000) Subject: (HAVE_STRERROR): Define. X-Git-Tag: emacs-19.34~7604 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=72b0c010367740f79e0f2d46fdd5ac3b7c42ca8f;p=emacs.git (HAVE_STRERROR): Define. --- diff --git a/msdos/sed2.inp b/msdos/sed2.inp index 00720c2ff92..047c046cb68 100644 --- a/msdos/sed2.inp +++ b/msdos/sed2.inp @@ -22,6 +22,7 @@ /^#undef HAVE_BCOPY *$/s/undef/define/ /^#undef HAVE_FREXP *$/s/undef/define/ /^#undef HAVE_FTIME *$/s/undef/define/ +/^#undef HAVE_STRERROR *$/s/undef/define/ s/^#define USER_FULL_NAME .*$/#define USER_FULL_NAME (getenv ("NAME"))/ s/^#undef STACK_DIRECTION *$/#define STACK_DIRECTION -1/ s/^#undef EMACS_CONFIGURATION *$/#define EMACS_CONFIGURATION "i386-unknown-msdos"/