aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/pop.c
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-10-18 19:09:07 +0000
committerRichard M. Stallman <[email protected]>1994-10-18 19:09:07 +0000
commit6d6831043871635c3fad25075153cfbceef6fb19 (patch)
treebdfe7684c8bd88261b2c6a91ee5fd7620b4614bd /lib-src/pop.c
parentb8a0f2d8ab1d7616d3d329049a396e464300479b (diff)
(open, close, read, write): Add #undefs.
Diffstat (limited to 'lib-src/pop.c')
-rw-r--r--lib-src/pop.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/pop.c b/lib-src/pop.c
index 5dd33cf833..3acacaa891 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 <sys/types.h>