summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1989-06-15 16:52:48 +0000
committerRichard M. Stallman <rms@gnu.org>1989-06-15 16:52:48 +0000
commit4ec9a77ab63e5f0431b86aa6ed6d6fd55a76e327 (patch)
tree631be99664d98a5ad801e16c763573f4627d6c02
parentbdf34e4982ac351cbfe50db8d2caf3dee342db18 (diff)
downloademacs-4ec9a77ab63e5f0431b86aa6ed6d6fd55a76e327.tar.gz
*** empty log message ***
-rw-r--r--lib-src/movemail.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib-src/movemail.c b/lib-src/movemail.c
index 961d2eaa1ac..b0a3a1df32d 100644
--- a/lib-src/movemail.c
+++ b/lib-src/movemail.c
@@ -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