blob: d5e533d5fcb05b34c13fd9416c70b2726b1ec50c (
plain) (
blame)
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
|
*** pine/osdep/os-bsf.h.orig Fri May 23 09:05:21 2003
--- pine/osdep/os-bsf.h Fri Sep 5 01:44:20 2003
***************
*** 87,93 ****
NOTE: You'll also have to make sure the appropriate osdep/postreap.*
file is included in the os-*.ic file for your system.
----*/
! /* #define BACKGROUND_POST */
--- 87,93 ----
NOTE: You'll also have to make sure the appropriate osdep/postreap.*
file is included in the os-*.ic file for your system.
----*/
! #define BACKGROUND_POST
***************
*** 209,214 ****
--- 209,216 ----
#define DF_KBLOCK_PASSWD_COUNT "1"
#define DF_REMOTE_ABOOK_HISTORY "3"
+ #define DF_SPELLER "@@PREFIX@@/bin/ispell"
+
/*----------------------------------------------------------------------
The default printer when pine starts up for the first time with no printer
----*/
***************
*** 280,286 ****
8
9 logs gross details of command execution
----*/
! #define DEFAULT_DEBUG 2
--- 282,288 ----
8
9 logs gross details of command execution
----*/
! #define DEFAULT_DEBUG 0
|