22 lines
326 B
Plaintext
22 lines
326 B
Plaintext
*#ident "$Revision: 3.10 $"
|
|
*
|
|
* EFS
|
|
*
|
|
*FLAG PREFIX SOFT #DEV DEPENDENCIES
|
|
oxj efs_ - - sgi,specfs
|
|
|
|
$$$
|
|
|
|
/*
|
|
* doexlist_trash checking bits
|
|
* 1 - individual operations
|
|
* 2 - check on iupdat & iread
|
|
* 4 - check on sync
|
|
* 8 - use zone allocation
|
|
*/
|
|
#ifdef DEBUG
|
|
int doexlist_trash = 15;
|
|
#else
|
|
int doexlist_trash = 0;
|
|
#endif
|