don't define CLASSIC_INSULTS and CSOPS_INSULTS if no other sets defined.

configure now does that for us
This commit is contained in:
Todd C. Miller
1998-10-18 22:00:50 +00:00
parent 4e5978a372
commit 1ff9e00ca1

View File

@@ -25,11 +25,6 @@
#ifdef USE_INSULTS #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 * Use one or more set of insults as determined by configure
*/ */