Mercurial > emacs
diff lib-src/pop.c @ 9594:7461e7aa4f3c
(open, close, read, write): Add #undefs.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 18 Oct 1994 19:09:07 +0000 |
| parents | 132798b0352b |
| children | f0d3266e07d7 |
line wrap: on
line diff
--- a/lib-src/pop.c Tue Oct 18 11:23:18 1994 +0000 +++ b/lib-src/pop.c Tue Oct 18 19:09:07 1994 +0000 @@ -21,6 +21,11 @@ #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>
