Home
last modified time | relevance | path

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

/dports/devel/distcc/distcc-3.3.5/src/
H A Ddopt.c60 int opt_auth_enabled = 0; variable
140 { "auth", 0, POPT_ARG_NONE, &opt_auth_enabled, 'A', 0, 0 },
279 if (opt_auth_enabled < 0) { in distccd_parse_options()
280 opt_auth_enabled = 0; in distccd_parse_options()
283 dcc_auth_enabled = opt_auth_enabled; in distccd_parse_options()