diff --git a/options.h b/options.h index 56a55f68e..f3e360b3a 100644 --- a/options.h +++ b/options.h @@ -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 */