home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / source / kboot22.zoo / kboot22.2 / config.h < prev    next >
Text File  |  1991-02-22  |  546b  |  22 lines

  1. /*
  2.  * $Header: /tmp_mnt/home/src/rand/etc/kboot/RCS/config.h,v 1.1 91/01/29 17:37:42 root Exp $
  3.  *
  4.  * $Log:    config.h,v $
  5.  * Revision 1.1  91/01/29  17:37:42  root
  6.  * Initial revision
  7.  * 
  8.  */
  9.  
  10. /*
  11.  * config.h - Tunable stuff for kboot should all be here.
  12.  */
  13.  
  14.     /* KSTAR images and fastpath config files live here    */
  15. #define ETCDIR        "/usr/local/etc"
  16.     /* Seconds between pings to make sure fastpaths are ok    */
  17. #define PINGINTERVAL    120
  18.     /* Number of ping retries                */
  19. #define PINGRETRIES    5
  20.     /* Timeout (seconds) for pings                */
  21. #define PINGTIMEOUT    2
  22.