2 * Copyright 2000, International Business Machines Corporation and others.
5 * This software has been released under the terms of the IBM Public
6 * License. For details, see the LICENSE file in the top-level source
7 * directory or online at http://www.openafs.org/dl/license10.html
10 #define NONOTIFIER "__NONOTIFIER__"
12 /* exit values indicating that NT SCM integrator should restart bosserver */
14 #define BOSEXIT_RESTART 0xA0
15 #define BOSEXIT_DORESTART(code) (((code) & ~(0xF)) == BOSEXIT_RESTART)
18 /* max time to wait for fileserver shutdown */
19 #define FSSDTIME (30 * 60) /* seconds */