patch-src_util_sys_defs_h 664 B

123456789101112131415
  1. --- postfix-2.8.7.orig/src/util/sys_defs.h 2011-11-03 00:46:22.000000000 +0100
  2. +++ postfix-2.8.7/src/util/sys_defs.h 2011-12-04 11:50:06.187711393 +0100
  3. @@ -721,10 +721,8 @@ extern int initgroups(const char *, int)
  4. #define INTERNAL_LOCK MYFLOCK_STYLE_FLOCK
  5. #define DEF_MAILBOX_LOCK "fcntl, dotlock" /* RedHat >= 4.x */
  6. #define HAS_FSYNC
  7. -#define HAS_DB
  8. -#define DEF_DB_TYPE "hash"
  9. -#define ALIAS_DB_MAP "hash:/etc/aliases"
  10. -#define HAS_NIS
  11. +#define DEF_DB_TYPE "cdb"
  12. +#define ALIAS_DB_MAP "cdb:/etc/postfix/aliases"
  13. #define GETTIMEOFDAY(t) gettimeofday(t,(struct timezone *) 0)
  14. #define ROOT_PATH "/bin:/usr/bin:/sbin:/usr/sbin"
  15. #define FIONREAD_IN_TERMIOS_H