Searched refs:DEF_CONFIG_DIR (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | mail_conf.c | 151 path = concatenate(DEF_CONFIG_DIR, "/", "main.cf", (char *) 0); in mail_conf_checkdir() 212 config_dir = DEF_CONFIG_DIR; in mail_conf_suck() 220 if (strcmp(var_config_dir, DEF_CONFIG_DIR) != 0 /* non-default */ in mail_conf_suck()
|
H A D | mail_params.h | 354 #ifndef DEF_CONFIG_DIR 355 #define DEF_CONFIG_DIR "/etc/postfix" macro 2813 #define DEF_SAMPLE_DIR DEF_CONFIG_DIR
|
/netbsd-src/external/ibm-public/postfix/dist/src/postconf/ |
H A D | install_table.h | 3 VAR_CONFIG_DIR, DEF_CONFIG_DIR, &var_config_dir, 1, 0,
|
H A D | postconf_misc.c | 76 var_config_dir = mystrdup(DEF_CONFIG_DIR); in pcf_set_config_dir()
|
/netbsd-src/external/ibm-public/postfix/dist/src/sendmail/ |
H A D | sendmail.c | 1147 if (strcmp(dir, DEF_CONFIG_DIR) != 0 && geteuid() != 0) in main()
|
/netbsd-src/external/ibm-public/postfix/dist/ |
H A D | makedefs | 1056 config_directory_macro=DEF_CONFIG_DIR
|
H A D | INSTALL | 483 |DEF_CONFIG_DIR |config_directory |/etc/postfix |
|
/netbsd-src/external/ibm-public/postfix/dist/src/postmulti/ |
H A D | postmulti.c | 1713 && strcmp(config_dir, DEF_CONFIG_DIR) != 0) in main()
|