home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume25 / listserv5.31 / part01 / src / pqueue.h < prev    next >
Encoding:
Text File  |  1991-12-12  |  911 b   |  23 lines

  1. /*
  2.   AGREEMENT: This software can be used and distributed freely as long
  3.   as you do not remove or alter the Copyright notice in the file defs.h;
  4.   this notice is #define'd in the symbol VERSION. Although you may alter
  5.   the code provided, you may not alter the functions create_header()
  6.   and create_multi_recipient_header() in list.c and listserv.c.
  7.   By using this software you are bound by this agreement.
  8.   This software comes with no warranties and cannot be sold for profit.
  9.   The AGREEMENT and COPYRIGHT notices should be included in all source
  10.   files when distributing this software.
  11.   COPYRIGHT: Copyright (c) 1991, Anastasios C. Kotsikonas
  12.  
  13.   Below are the #define's pertinent to pqueue.c
  14.  
  15.   Preserve any quotes and new lines that appear below; change only path names.
  16.  
  17.   ALWAYS SPECIFY ABSOLUTE PATHS.
  18.  
  19. */
  20.  
  21. FILE *report        = NULL;  /* Progress report */
  22. BOOLEAN tty_echo    = FALSE; /* -e option off */
  23.