Home
last modified time | relevance | path

Searched refs:warn_compat_break_chroot (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmail_params.c409 int warn_compat_break_chroot; variable
703 warn_compat_break_chroot = 1; in check_legacy_defaults()
H A Dmail_params.h67 extern int warn_compat_break_chroot;
/netbsd-src/external/ibm-public/postfix/dist/src/master/
H A Dmaster_ent.c223 if (warn_compat_break_chroot && strcmp(name, "chroot") == 0) in get_str_ent()