1: #
2: /*
3: ** QRYMOD.H -- Query Modification header file.
4: **
5: ** Contains the manifest constants and global variables
6: ** used by the query modification process.
7: **
8: ** Version:
9: ** @(#)qrymod.h 8.1 12/31/84
10: */
11:
12: extern DESC Treedes; /* descriptor for tree catalog */
13:
14:
15: struct
16: {
17: short qm_newresvar; /* new result variable number */
18: } Qm;
19:
20:
21: /*********************************************************************
22: ** **
23: ** The following stuff is used by the protection algorithm only. **
24: ** **
25: *********************************************************************/
26: /* maximum query mode for proopset (<--> sizeof Proopmap - 1) */
27: # define MAXPROQM 4
Defined macros
Usage of this include