Files
sudo/def_data.h
Todd C. Miller d956d77528 Move defaults info into its own files from which we generate
.h and .c files.  This makes adding or rearranging variables
much simpler.
2000-12-31 01:38:37 +00:00

56 lines
1.9 KiB
C

#define I_SYSLOG_IFAC 0
#define I_SYSLOG_IGOODPRI 1
#define I_SYSLOG_IBADPRI 2
#define I_SYSLOG 3
#define I_SYSLOG_GOODPRI 4
#define I_SYSLOG_BADPRI 5
#define I_LONG_OTP_PROMPT 6
#define I_IGNORE_DOT 7
#define I_MAIL_ALWAYS 8
#define I_MAIL_NO_USER 9
#define I_MAIL_NO_HOST 10
#define I_MAIL_NO_PERMS 11
#define I_TTY_TICKETS 12
#define I_LECTURE 13
#define I_AUTHENTICATE 14
#define I_ROOT_SUDO 15
#define I_LOG_HOST 16
#define I_LOG_YEAR 17
#define I_SHELL_NOARGS 18
#define I_SET_HOME 19
#define I_ALWAYS_SET_HOME 20
#define I_PATH_INFO 21
#define I_FQDN 22
#define I_INSULTS 23
#define I_REQUIRETTY 24
#define I_ENV_EDITOR 25
#define I_ROOTPW 26
#define I_RUNASPW 27
#define I_TARGETPW 28
#define I_USE_LOGINCLASS 29
#define I_SET_LOGNAME 30
#define I_STAY_SETUID 31
#define I_ENV_RESET 32
#define I_LOGLINELEN 33
#define I_TIMESTAMP_TIMEOUT 34
#define I_PASSWD_TIMEOUT 35
#define I_PASSWD_TRIES 36
#define I_UMASK 37
#define I_LOGFILE 38
#define I_MAILERPATH 39
#define I_MAILERFLAGS 40
#define I_MAILTO 41
#define I_MAILSUB 42
#define I_BADPASS_MESSAGE 43
#define I_TIMESTAMPDIR 44
#define I_EXEMPT_GROUP 45
#define I_PASSPROMPT 46
#define I_RUNAS_DEFAULT 47
#define I_SECURE_PATH 48
#define I_EDITOR 49
#define I_ENV_KEEP 50
#define I_LISTPW_I 51
#define I_VERIFYPW_I 52
#define I_LISTPW 53
#define I_VERIFYPW 54