]> granicus.if.org Git - sudo/commitdiff
Don't care about USE_INSULTS #define since the insult stuff may be
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 6 Dec 1999 06:25:29 +0000 (06:25 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 6 Dec 1999 06:25:29 +0000 (06:25 +0000)
overridden at runtime.

insults.h

index feebd7a2357936b8ba6b250d7b96e76044ff720b..f6918ccfbdd26ad892d751f43d295719f015ef30 100644 (file)
--- 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 */