home *** CD-ROM | disk | FTP | other *** search
- *** ../vixie/named/ns_glob.h Sat Jun 11 18:04:53 1994
- --- ns_glob.h Thu Dec 1 11:00:58 1994
- ***************
- *** 99,105 ****
- --- 99,109 ----
-
- /* how often does ns_maint() need to be called, in seconds? */
- /* (beware: this is also the upper bound on named_xfer real time) */
- + #if defined(SETTRANSFER) && !defined(ROUND_ROBIN)
- + DECL int maint_interval INIT(60);
- + #else
- DECL int maint_interval INIT(15*60);
- + #endif /* SETTRANSFER && !ROUND_ROBIN */
-
- /* need to reload secondary zone(s) */
- DECL int needzoneload INIT(0);
-