comparison zotnet/mts/lock.c @ 10:a6481689f99c

*** empty log message ***
author kono
date Wed, 06 Dec 2006 03:17:53 +0900
parents bce86c4163a3
children 441a2190cfae
comparison
equal deleted inserted replaced
9:52d0fa25c554 10:a6481689f99c
75 #endif 75 #endif
76 #ifdef BSD42 76 #ifdef BSD42
77 #define FLOCK /* LOCKF will override this, if defined */ 77 #define FLOCK /* LOCKF will override this, if defined */
78 #endif 78 #endif
79 79
80 #ifdef __CYGWIN32__
81 #include <errno.h> 80 #include <errno.h>
82 #endif
83 extern int errno;
84 81
85 #ifdef LOCKONLY 82 #ifdef LOCKONLY
86 #ifndef MMDFONLY 83 #ifndef MMDFONLY
87 char *lockldir = "/usr/spool/locks"; 84 char *lockldir = "/usr/spool/locks";
88 #endif /* not MMDFONLY */ 85 #endif /* not MMDFONLY */