diff options
| author | Richard M. Stallman | 1994-10-18 19:09:07 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-10-18 19:09:07 +0000 |
| commit | 6d6831043871635c3fad25075153cfbceef6fb19 (patch) | |
| tree | bdfe7684c8bd88261b2c6a91ee5fd7620b4614bd /lib-src | |
| parent | b8a0f2d8ab1d7616d3d329049a396e464300479b (diff) | |
| download | emacs-6d6831043871635c3fad25075153cfbceef6fb19.tar.gz emacs-6d6831043871635c3fad25075153cfbceef6fb19.zip | |
(open, close, read, write): Add #undefs.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/pop.c | 5 |
1 files changed, 5 insertions, 0 deletions
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. */ | |||
| 21 | #define NO_SHORTNAMES /* Tell config not to load remap.h */ | 21 | #define NO_SHORTNAMES /* Tell config not to load remap.h */ |
| 22 | #include <../src/config.h> | 22 | #include <../src/config.h> |
| 23 | 23 | ||
| 24 | #under open | ||
| 25 | #undef close | ||
| 26 | #undef read | ||
| 27 | #undef write | ||
| 28 | |||
| 24 | #ifdef MAIL_USE_POP | 29 | #ifdef MAIL_USE_POP |
| 25 | 30 | ||
| 26 | #include <sys/types.h> | 31 | #include <sys/types.h> |