1999-03-15 01:41:19 +00:00
|
|
|
*** pine/osdep/os-bsf.h.orig Thu Oct 8 00:51:40 1998
|
|
|
|
--- pine/osdep/os-bsf.h Tue Feb 9 20:15:18 1999
|
1998-08-13 06:49:34 +00:00
|
|
|
***************
|
|
|
|
*** 74,80 ****
|
|
|
|
default-composer-hdrs or customized-hdrs to get at it. Instead of
|
|
|
|
defining NEVER_ALLOW_CHANGING_FROM, an easier way of preventing From
|
|
|
|
changing is to put the feature "no-allow-changing-from" in the
|
|
|
|
! /usr/local/lib/pine.conf.fixed file.
|
|
|
|
----*/
|
1999-03-15 01:41:19 +00:00
|
|
|
/* #define NEVER_ALLOW_CHANGING_FROM */
|
1998-08-13 06:49:34 +00:00
|
|
|
|
|
|
|
--- 74,80 ----
|
|
|
|
default-composer-hdrs or customized-hdrs to get at it. Instead of
|
|
|
|
defining NEVER_ALLOW_CHANGING_FROM, an easier way of preventing From
|
|
|
|
changing is to put the feature "no-allow-changing-from" in the
|
1998-10-05 04:23:19 +00:00
|
|
|
! @@PREFIX@@/etc/pine.conf.fixed file.
|
1998-08-13 06:49:34 +00:00
|
|
|
----*/
|
1999-03-15 01:41:19 +00:00
|
|
|
/* #define NEVER_ALLOW_CHANGING_FROM */
|
1998-08-13 06:49:34 +00:00
|
|
|
|
1996-07-17 03:58:38 +00:00
|
|
|
***************
|
1998-07-18 05:49:22 +00:00
|
|
|
*** 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.
|
|
|
|
----*/
|
1999-03-15 01:41:19 +00:00
|
|
|
! /* #define BACKGROUND_POST */
|
1998-07-18 05:49:22 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
--- 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.
|
|
|
|
----*/
|
1999-03-15 01:41:19 +00:00
|
|
|
! #define BACKGROUND_POST
|
1998-07-18 05:49:22 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
1998-10-05 04:23:19 +00:00
|
|
|
***************
|
|
|
|
*** 160,167 ****
|
|
|
|
|
|
|
|
|
|
|
|
/*----- System-wide config file ----------------------------------------*/
|
|
|
|
! #define SYSTEM_PINERC "/usr/local/lib/pine.conf"
|
|
|
|
! #define SYSTEM_PINERC_FIXED "/usr/local/lib/pine.conf.fixed"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
--- 160,167 ----
|
|
|
|
|
|
|
|
|
|
|
|
/*----- System-wide config file ----------------------------------------*/
|
|
|
|
! #define SYSTEM_PINERC "@@PREFIX@@/etc/pine.conf"
|
|
|
|
! #define SYSTEM_PINERC_FIXED "@@PREFIX@@/etc/pine.conf.fixed"
|
|
|
|
|
|
|
|
|
|
|
|
|
1998-07-18 05:49:22 +00:00
|
|
|
***************
|
|
|
|
*** 219,225 ****
|
|
|
|
/*----------------------------------------------------------------------
|
|
|
|
If no nntp-servers are defined, this program will be used to post news.
|
|
|
|
----*/
|
1999-03-15 01:41:19 +00:00
|
|
|
! #define SENDNEWS "/usr/local/news/inews -h"
|
1998-07-18 05:49:22 +00:00
|
|
|
|
|
|
|
|
|
|
|
/*--------- Program employed by users to change their password ---------*/
|
|
|
|
--- 219,227 ----
|
|
|
|
/*----------------------------------------------------------------------
|
|
|
|
If no nntp-servers are defined, this program will be used to post news.
|
|
|
|
----*/
|
|
|
|
! #define SENDNEWS "/usr/local/news/lib/inews -h" /* For NN inews */
|
|
|
|
! /*#define SENDNEWS "/usr/local/bin/inews -h" /* For INN inews */
|
|
|
|
! /*#define SENDNEWS "/usr/local/bin/inews -h" /* For Cnews inews */
|
|
|
|
|
|
|
|
|
|
|
|
/*--------- Program employed by users to change their password ---------*/
|
|
|
|
***************
|
|
|
|
*** 268,274 ****
|
|
|
|
8
|
|
|
|
9 logs gross details of command execution
|
|
|
|
----*/
|
|
|
|
! #define DEFAULT_DEBUG 2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
--- 270,276 ----
|
|
|
|
8
|
|
|
|
9 logs gross details of command execution
|
|
|
|
----*/
|
|
|
|
! #define DEFAULT_DEBUG 0
|
|
|
|
|
|
|
|
|
|
|
|
|