$NetBSD: patch-af,v 1.1.1.1 2001/04/27 14:06:06 wiz Exp $ --- /dev/null Sat Jan 29 20:16:40 2000 +++ conf/os-netbsd.h Sat Jan 29 20:47:21 2000 @@ -0,0 +1,27 @@ +/* + * Deliver configuration for NetBSD. + * + */ + +/* Mostly it's POSIX. */ + +#include + +/* Then again... */ + +#undef SAFEPATH +#define SAFEPATH "/bin:/usr/bin:/usr/pkg/bin" /* Safe dirs for PATH */ + +#undef SYSV_USRMAIL /* Mailboxes in /usr/mail, as per SysV */ +#define MBX_DIR "/var/mail" + +#undef HAS_TIMEZONE /* Has global variable timezone (SVID) */ +#define HAS_MKTIME /* Has mktime() */ + +#define HAS_BASENAME /* Has basename() */ +#define HAS_LONGNAMES /* Long filenames (>14) supported */ + +/* Note that we don't define HAS_USLEEP, since deliver wants to use it + * for sleeping for more than one second, but the implementation limits + * the sleep time to strictly less than one second. + */