]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 5dd33cf8330cbcb646ba97cbe67a8cf3a00bfec0..3acacaa8919fe413f4786e17910c4ecf92a51a8a 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>