From: Todd C. Miller Date: Sun, 18 Oct 1998 22:00:50 +0000 (+0000) Subject: don't define CLASSIC_INSULTS and CSOPS_INSULTS if no other sets defined. X-Git-Tag: SUDO_1_5_7~73 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ff9e00ca1a9e47bdccb59cc716a1a06224270f5;p=sudo don't define CLASSIC_INSULTS and CSOPS_INSULTS if no other sets defined. configure now does that for us --- diff --git a/insults.h b/insults.h index 7034c103a..47b2f4491 100644 --- a/insults.h +++ b/insults.h @@ -25,11 +25,6 @@ #ifdef USE_INSULTS -#if !defined(HAL_INSULTS) && !defined(GOONS_INSULTS) && !defined(CLASSIC_INSULTS) -# define CLASSIC_INSULTS -# define CSOPS_INSULTS -#endif - /* * Use one or more set of insults as determined by configure */