From 6d6831043871635c3fad25075153cfbceef6fb19 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 18 Oct 1994 19:09:07 +0000 Subject: [PATCH] (open, close, read, write): Add #undefs. --- lib-src/pop.c | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.5