mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
37c0a6c459
* Take advantage of winter's work on ispell
32 lines
941 B
Plaintext
32 lines
941 B
Plaintext
*** 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 */
|