From 1ff9e00ca1a9e47bdccb59cc716a1a06224270f5 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 18 Oct 1998 22:00:50 +0000 Subject: [PATCH] don't define CLASSIC_INSULTS and CSOPS_INSULTS if no other sets defined. configure now does that for us --- insults.h | 5 ----- 1 file changed, 5 deletions(-) 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 */ -- 2.40.0