From: Richard M. Stallman Date: Tue, 18 Oct 1994 19:09:07 +0000 (+0000) Subject: (open, close, read, write): Add #undefs. X-Git-Tag: emacs-19.34~6260 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6d6831043871635c3fad25075153cfbceef6fb19;p=emacs.git (open, close, read, write): Add #undefs. --- diff --git a/lib-src/pop.c b/lib-src/pop.c index 5dd33cf8330..3acacaa8919 100644 --- a/lib-src/pop.c +++ b/lib-src/pop.c @@ -21,6 +21,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define NO_SHORTNAMES /* Tell config not to load remap.h */ #include <../src/config.h> +#under open +#undef close +#undef read +#undef write + #ifdef MAIL_USE_POP #include