home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume25 / listserv5.31 / part01 / src / start.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-12-12  |  1.2 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.   Below are the #define's pertinent to start.c
  14.  
  15.   Preserve any quotes that appear below; change only path names.
  16.  
  17.   ALWAYS SPECIFY ABSOLUTE PATHS.
  18.  
  19. */
  20.  
  21. #define REPORT_LIST_ACC     ".rep.list.acc"
  22. #define REPORT_SERVER_ACC   PATH/.rep.server.acc"
  23. #define REPORT_SERVERD_ACC  PATH/.rep.serverd.acc"
  24. #define REPORT_START_ACC    PATH/.rep.start.acc"
  25. #define REPORT_PQUEUE_ACC   PATH/.rep.pqueue.acc"
  26. #define REPORT_START        PATH/.report.start"
  27. #define MODERATED_MAIL_FILE "moderated"
  28.  
  29. char    report_list_accf [MAX_LINE];
  30. BOOLEAN tty_echo = TRUE;
  31.