home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume25 / listserv5.31 / part01 / src / global.h next >
Encoding:
Text File  |  1991-12-12  |  1.1 KB  |  31 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.  
  14. char subscribersf [MAX_LINE];
  15. char newsf [MAX_LINE];
  16. char peersf [MAX_LINE];
  17. char aliasesf [MAX_LINE];
  18. char headersf [MAX_LINE];
  19. char restrictedf [MAX_LINE];
  20. char ignoredf [MAX_LINE];
  21. char list_mail_f [MAX_LINE];
  22. char report_listf [MAX_LINE];
  23. char server_ignoredf [MAX_LINE];
  24. char infof [MAX_LINE];
  25. char welcomef [MAX_LINE];
  26. char message_idsf [MAX_LINE];
  27. char message_id [MAX_LINE];
  28. SYS  sys;
  29. COMMANDS commands [MAX_COMMANDS]; /* Set of recognizable commands */
  30. BOOLEAN debug = FALSE;
  31.