summaryrefslogtreecommitdiff
path: root/mail/deliver/patches/patch-af
blob: aab0535623e683687f482a99dbb369fb27d2289d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
$NetBSD: patch-af,v 1.2 2003/07/02 11:32:36 jmmv 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 <base-posix.h>
+
+/* Then again... */
+
+#undef  SAFEPATH
+#define SAFEPATH    "/bin:/usr/bin:@PREFIX@/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.
+ */