comparison src/filelock.c @ 175:2d532a89d707 r20-3b14

Import from CVS: tag r20-3b14
author cvs
date Mon, 13 Aug 2007 09:50:14 +0200
parents 3bb7ccffb0c0
children 3d6bfa290dbd
comparison
equal deleted inserted replaced
174:bb3568571b84 175:2d532a89d707
29 #include "sysfile.h" 29 #include "sysfile.h"
30 #include "sysdir.h" 30 #include "sysdir.h"
31 #include "syspwd.h" 31 #include "syspwd.h"
32 #include "syssignal.h" /* for kill */ 32 #include "syssignal.h" /* for kill */
33 33
34 34 #ifndef CLASH_DETECTION
35 #ifdef CLASH_DETECTION 35 #error CLASH_DETECTION is not defined??
36 #endif
36 37
37 /* FSFmacs uses char *lock_dir and char *superlock_file instead of 38 /* FSFmacs uses char *lock_dir and char *superlock_file instead of
38 the Lisp variables we use. */ 39 the Lisp variables we use. */
39 40
40 /* The name of the directory in which we keep lock files, with a '/' 41 /* The name of the directory in which we keep lock files, with a '/'
542 #else 543 #else
543 Vsuperlock_file = Qnil; 544 Vsuperlock_file = Qnil;
544 #endif 545 #endif
545 /* All the rest done dynamically by startup.el */ 546 /* All the rest done dynamically by startup.el */
546 } 547 }
547
548 #endif /* CLASH_DETECTION */