[BACK]Return to insults.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / sudo

Diff for /src/usr.bin/sudo/Attic/insults.h between version 1.1 and 1.2

version 1.1, 1999/11/18 16:29:01 version 1.2, 1999/12/10 06:45:11
Line 31 
Line 31 
  * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF   * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *   *
  * $Sudo: insults.h,v 1.43 1999/07/31 16:19:46 millert Exp $   * $Sudo: insults.h,v 1.45 1999/12/06 06:47:13 millert Exp $
  */   */
   
 #ifndef _SUDO_INSULTS_H  #ifndef _SUDO_INSULTS_H
 #define _SUDO_INSULTS_H  #define _SUDO_INSULTS_H
   
 #ifdef USE_INSULTS  #if defined(HAL_INSULTS) || defined(GOONS_INSULTS) || defined(CLASSIC_INSULTS) || defined(CSOPS_INSULTS)
   
 /*  /*
  * Use one or more set of insults as determined by configure   * Use one or more set of insults as determined by configure
Line 75 
Line 75 
  */   */
 #define INSULT          (insults[time(NULL) % NOFINSULTS])  #define INSULT          (insults[time(NULL) % NOFINSULTS])
   
 #endif /* USE_INSULTS */  #endif /* HAL_INSULTS || GOONS_INSULTS || CLASSIC_INSULTS || CSOPS_INSULTS */
   
 #endif /* _SUDO_INSULTS_H */  #endif /* _SUDO_INSULTS_H */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2