blob: 1e6c33a615632ad9ec76514b6084d9f58d39c463 (
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
$NetBSD: patch-ah,v 1.2 1998/09/04 19:29:06 christos Exp $
*** old/config.h-dist Fri Sep 4 11:21:28 1998
--- config.h-dist Fri Sep 4 11:21:28 1998
***************
*** 3,15 ****
/* Default names and locations for files */
#define MAILRC ".mushrc"
#define ALTERNATE_RC ".mailrc"
! #define DEFAULT_RC "/usr/lib/Mushrc"
! #define ALT_DEF_RC "/usr/lib/Mail.rc"
#define SIGNATURE ".signature"
#define FORTUNE "/usr/games/fortune"
! #define COMMAND_HELP "/usr/lib/cmd_help"
#ifdef SUNTOOL
! # define TOOL_HELP "/usr/lib/tool_help"
#endif /* SUNTOOL */
#define ALTERNATE_HOME "/tmp" /* Path must be read/write to EVERYONE */
#define EDFILE ".edXXXXXX" /* file/pathname added to user's "home" */
--- 3,15 ----
/* Default names and locations for files */
#define MAILRC ".mushrc"
#define ALTERNATE_RC ".mailrc"
! #define DEFAULT_RC "__PREFIX/share/misc/Mushrc"
! #define ALT_DEF_RC "/etc/Mail.rc"
#define SIGNATURE ".signature"
#define FORTUNE "/usr/games/fortune"
! #define COMMAND_HELP "__PREFIX/share/misc/cmd_help"
#ifdef SUNTOOL
! # define TOOL_HELP "__PREFIX/share/misc/tool_help"
#endif /* SUNTOOL */
#define ALTERNATE_HOME "/tmp" /* Path must be read/write to EVERYONE */
#define EDFILE ".edXXXXXX" /* file/pathname added to user's "home" */
***************
*** 112,118 ****
/*
* If you are not using MMDF, check these definitions.
*/
! #ifdef __FreeBSD__
#define MAIL_DELIVERY "/usr/sbin/sendmail -i" /* "-i" works like "-oi" */
#else
#define MAIL_DELIVERY "/usr/lib/sendmail -i" /* "-i" works like "-oi" */
--- 113,119 ----
/*
* If you are not using MMDF, check these definitions.
*/
! #ifdef BSD44
#define MAIL_DELIVERY "/usr/sbin/sendmail -i" /* "-i" works like "-oi" */
#else
#define MAIL_DELIVERY "/usr/lib/sendmail -i" /* "-i" works like "-oi" */
|