added _INSULTS suffix to HAL & GOONS

This commit is contained in:
Todd C. Miller
1995-07-23 23:57:00 +00:00
parent 7b931ceaaf
commit 52a3360e36

View File

@@ -47,8 +47,8 @@
#define PASSWORD_TIMEOUT 5 /* passwd prompt timeout (in minutes) */
#define TRIES_FOR_PASSWORD 3 /* number of tries to enter passwd correctly */
/*#define USE_INSULTS /* insult the user for incorrect passwords */
/*#define HAL /* 2001-like insults--must define USE_INSULTS */
/*#define GOONS /* Goon Show insults--must define USE_INSULTS */
/*#define HAL_INSULTS /* 2001-like insults--must define USE_INSULTS */
/*#define GOONS_INSULTS /* Goon Show insults--must define USE_INSULTS */
#define EDITOR _PATH_VI /* default editor to use */
#define MAILER _PATH_SENDMAIL /* what mailer to use */
#define UMASK 0022 /* umask that the root-run prog should use */