(open, close, read, write): Add #undefs.
authorRichard M. Stallman <rms@gnu.org>
Tue, 18 Oct 1994 19:09:07 +0000 (19:09 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 18 Oct 1994 19:09:07 +0000 (19:09 +0000)
lib-src/pop.c

index 5dd33cf..3acacaa 100644 (file)
@@ -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>