]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Thu, 15 Jun 1989 16:52:48 +0000 (16:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 15 Jun 1989 16:52:48 +0000 (16:52 +0000)
lib-src/movemail.c

index 961d2eaa1ac059b7a75f55b65c5139df44e732be..b0a3a1df32d33622513246d7eb58f20246d23e53 100644 (file)
@@ -46,6 +46,12 @@ copyright notice and this notice must be preserved on all copies.  */
 #ifdef USG
 #include <fcntl.h>
 #include <unistd.h>
+#ifndef F_OK
+#define F_OK 0
+#define X_OK 1
+#define W_OK 2
+#define R_OK 4
+#endif
 #endif /* USG */
 
 #ifdef XENIX