3 #ifndef _MBOX_CONF_H_INCLUDED_
4 #define _MBOX_CONF_H_INCLUDED_
10 /* mailbox lock configuration
12 /* #include <mbox_conf.h>
24 #define MBOX_FLOCK_LOCK (1<<0)
25 #define MBOX_FCNTL_LOCK (1<<1)
26 #define MBOX_DOT_LOCK (1<<2)
27 #define MBOX_DOT_LOCK_MAY_FAIL (1<<3) /* XXX internal only */
29 extern int mbox_lock_mask(const char *);
30 extern ARGV
*mbox_lock_names(void);
35 /* The Secure Mailer license must be distributed with this software.
38 /* IBM T.J. Watson Research
40 /* Yorktown Heights, NY 10598, USA