home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume25 / listserv5.31 / part01 / src / serverd.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-12-12  |  881 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 serverd.c
  14.  
  15.   ALWAYS SPECIFY ABSOLUTE PATHS.
  16.  
  17. */
  18.  
  19. #define LOAD_FILE     PATH/.load"
  20. #define MAX_TRIES     10      /* wait MAX_TRIES * 30 seconds */
  21.  
  22. BOOLEAN tty_echo = FALSE;     /* -e option off */
  23.