Implement --with-umask-override configure flag.

This commit is contained in:
Todd C. Miller
2010-09-14 17:18:55 -04:00
parent ed45e68da9
commit b51afe6249
8 changed files with 241 additions and 124 deletions

View File

@@ -439,6 +439,9 @@ init_defaults(void)
#endif
#ifdef ENV_EDITOR
def_env_editor = TRUE;
#endif
#ifdef UMASK_OVERRIDE
def_umask_override = TRUE;
#endif
def_sudoers_locale = estrdup("C");
def_env_reset = TRUE;