blob: d458616a3b76933bd96d3c5b0e9b013329fb2821 (
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
|
*** pico/osdep/os-bsf.h.orig Wed Feb 7 14:53:26 2001
--- pico/osdep/os-bsf.h Wed Mar 5 04:24:00 2003
***************
*** 153,165 ****
/*
* Place where mail gets delivered (for pico's new mail checking)
*/
! #define MAILDIR "/usr/spool/mail"
/*
* What and where the tool that checks spelling is located. If this is
* undefined, then the spelling checker is not compiled into pico.
*/
! #define SPELLER "/usr/bin/spell"
#ifdef MOUSE
#define XTERM_MOUSE_ON "\033[?1000h" /* DECSET with parm 1000 */
--- 153,165 ----
/*
* Place where mail gets delivered (for pico's new mail checking)
*/
! #define MAILDIR "/var/mail"
/*
* What and where the tool that checks spelling is located. If this is
* undefined, then the spelling checker is not compiled into pico.
*/
! #define SPELLER "@@PREFIX@@/bin/spell"
#ifdef MOUSE
#define XTERM_MOUSE_ON "\033[?1000h" /* DECSET with parm 1000 */
|