39 lines
1.4 KiB
Plaintext
39 lines
1.4 KiB
Plaintext
*** config.h.orig Wed May 13 04:09:14 1998
|
|
--- config.h Tue Jun 30 14:53:21 1998
|
|
***************
|
|
*** 1,9 ****
|
|
/*$Id: patch-af,v 1.1 1998/06/30 08:05:12 form Exp $*/
|
|
|
|
! #define USEdot_lock /**/
|
|
/*#define USEfcntl_lock /**/ /* to test which combinations make sense */
|
|
/*#define USElockf /**/ /* run the lockingtest program part of */
|
|
! /*#define USEflock /**/ /* the procmail installation process */
|
|
|
|
/*#define SHADOW_PASSWD /**/ /* shadow password library support */
|
|
|
|
--- 1,9 ----
|
|
/*$Id: patch-af,v 1.1 1998/06/30 08:05:12 form Exp $*/
|
|
|
|
! /*#define USEdot_lock /**/
|
|
/*#define USEfcntl_lock /**/ /* to test which combinations make sense */
|
|
/*#define USElockf /**/ /* run the lockingtest program part of */
|
|
! #define USEflock /**/ /* the procmail installation process */
|
|
|
|
/*#define SHADOW_PASSWD /**/ /* shadow password library support */
|
|
|
|
***************
|
|
*** 84,89 ****
|
|
#define MAXBULLETINS 64
|
|
#define MAXSTATEAGE 8388608 /* > 3 months */
|
|
#define MEMORY_CACHE (64*1024)
|
|
! #define CUCIPOP_LIB "/var/lib/cucipop"
|
|
#define STATE_DB "state.db"
|
|
#define BULLETINS_PATH CUCIPOP_LIB"/bulletins"
|
|
--- 84,89 ----
|
|
#define MAXBULLETINS 64
|
|
#define MAXSTATEAGE 8388608 /* > 3 months */
|
|
#define MEMORY_CACHE (64*1024)
|
|
! #define CUCIPOP_LIB "/var/spool/cucipop"
|
|
#define STATE_DB "state.db"
|
|
#define BULLETINS_PATH CUCIPOP_LIB"/bulletins"
|