comparison lib-src/movemail.c @ 27:f60b88b46f97

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 15 Jun 1989 16:52:48 +0000
parents b446124cdf5a
children 056b931d312b
comparison
equal deleted inserted replaced
26:7c9f757a985a 27:f60b88b46f97
44 #include "../src/config.h" 44 #include "../src/config.h"
45 45
46 #ifdef USG 46 #ifdef USG
47 #include <fcntl.h> 47 #include <fcntl.h>
48 #include <unistd.h> 48 #include <unistd.h>
49 #ifndef F_OK
50 #define F_OK 0
51 #define X_OK 1
52 #define W_OK 2
53 #define R_OK 4
54 #endif
49 #endif /* USG */ 55 #endif /* USG */
50 56
51 #ifdef XENIX 57 #ifdef XENIX
52 #include <sys/locking.h> 58 #include <sys/locking.h>
53 #endif 59 #endif