comparison src/s/windowsnt.h @ 438:84b14dcb0985 r21-2-27

Import from CVS: tag r21-2-27
author cvs
date Mon, 13 Aug 2007 11:32:25 +0200
parents 9d177e8d4150
children 8de8e3f6228a
comparison
equal deleted inserted replaced
437:e2a4e8b94b82 438:84b14dcb0985
103 /* define MAIL_USE_FLOCK if the mailer uses flock 103 /* define MAIL_USE_FLOCK if the mailer uses flock
104 to interlock access to /usr/spool/mail/$USER. 104 to interlock access to /usr/spool/mail/$USER.
105 The alternative is that a lock file named 105 The alternative is that a lock file named
106 /usr/spool/mail/$USER.lock. */ 106 /usr/spool/mail/$USER.lock. */
107 107
108 /* #define MAIL_USE_FLOCK */
109 #define MAIL_USE_POP 108 #define MAIL_USE_POP
110 #define MAIL_USE_SYSTEM_LOCK 109 #define HAVE_LOCKING
110 #define MAIL_USE_LOCKING
111 111
112 /* If the character used to separate elements of the executable path 112 /* If the character used to separate elements of the executable path
113 is not ':', #define this to be the appropriate character constant. */ 113 is not ':', #define this to be the appropriate character constant. */
114 #define SEPCHAR ';' 114 #define SEPCHAR ';'
115 115