From: Todd C. Miller Date: Mon, 6 Dec 1999 06:25:29 +0000 (+0000) Subject: Don't care about USE_INSULTS #define since the insult stuff may be X-Git-Tag: SUDO_1_6_1~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=06f517bace1805b160a3a2f6d554a04a591e235f;p=sudo Don't care about USE_INSULTS #define since the insult stuff may be overridden at runtime. --- diff --git a/insults.h b/insults.h index feebd7a23..f6918ccfb 100644 --- a/insults.h +++ b/insults.h @@ -37,8 +37,6 @@ #ifndef _SUDO_INSULTS_H #define _SUDO_INSULTS_H -#ifdef USE_INSULTS - /* * Use one or more set of insults as determined by configure */ @@ -75,6 +73,4 @@ char *insults[] = { */ #define INSULT (insults[time(NULL) % NOFINSULTS]) -#endif /* USE_INSULTS */ - #endif /* _SUDO_INSULTS_H */