2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

mail_if_foo -> mail_foo

This commit is contained in:
Todd C. Miller
1999-10-09 05:01:48 +00:00
parent 2c4fefde5a
commit deab20a57f
3 changed files with 13 additions and 13 deletions

View File

@@ -84,9 +84,9 @@ struct sudo_defs_types {
#define I_LONG_OTP_PROMPT 6
#define I_IGNORE_DOT 7
#define I_MAIL_ALWAYS 8
#define I_MAIL_IF_NOUSER 9
#define I_MAIL_IF_NOHOST 10
#define I_MAIL_IF_NOPERMS 11
#define I_MAIL_NOUSER 9
#define I_MAIL_NOHOST 10
#define I_MAIL_NOPERMS 11
#define I_TTY_TICKETS 12
#define I_LECTURE 13
#define I_AUTHENTICATE 14