patch-config_h 964 B

123456789101112131415161718192021222324
  1. $OpenBSD: patch-config_h,v 1.1 2001/02/19 15:00:55 danh Exp $
  2. --- config.h.orig Tue May 12 17:09:14 1998
  3. +++ config.h Tue Jan 30 12:43:56 2001
  4. @@ -1,9 +1,9 @@
  5. /*$Id: patch-config_h,v 1.1 2001/02/19 15:00:55 danh Exp $*/
  6. -#define USEdot_lock /**/
  7. +/*#define USEdot_lock /**/
  8. /*#define USEfcntl_lock /**/ /* to test which combinations make sense */
  9. /*#define USElockf /**/ /* run the lockingtest program part of */
  10. -/*#define USEflock /**/ /* the procmail installation process */
  11. +#define USEflock /**/ /* the procmail installation process */
  12. /*#define SHADOW_PASSWD /**/ /* shadow password library support */
  13. @@ -84,6 +84,6 @@ typedef unsigned long uidl_t; /* f
  14. #define MAXBULLETINS 64
  15. #define MAXSTATEAGE 8388608 /* > 3 months */
  16. #define MEMORY_CACHE (64*1024)
  17. -#define CUCIPOP_LIB "/var/lib/cucipop"
  18. +#define CUCIPOP_LIB "/var/spool/cucipop"
  19. #define STATE_DB "state.db"
  20. #define BULLETINS_PATH CUCIPOP_LIB"/bulletins"