home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
source
/
kboot22.zoo
/
kboot22.2
/
config.h
< prev
next >
Wrap
Text File
|
1991-02-22
|
546b
|
22 lines
/*
* $Header: /tmp_mnt/home/src/rand/etc/kboot/RCS/config.h,v 1.1 91/01/29 17:37:42 root Exp $
*
* $Log: config.h,v $
* Revision 1.1 91/01/29 17:37:42 root
* Initial revision
*
*/
/*
* config.h - Tunable stuff for kboot should all be here.
*/
/* KSTAR images and fastpath config files live here */
#define ETCDIR "/usr/local/etc"
/* Seconds between pings to make sure fastpaths are ok */
#define PINGINTERVAL 120
/* Number of ping retries */
#define PINGRETRIES 5
/* Timeout (seconds) for pings */
#define PINGTIMEOUT 2