| 
| 
#define  | TIL_ZIP   0x0001 | 
|   | pack buckets using zip 
  | 
|   | 
| 
#define  | TIL_MAC   0x0002 | 
|   | til has macro table 
  | 
|   | 
| 
#define  | TIL_ESI   0x0004 | 
|   | extended sizeof info (short, long, longlong) 
  | 
|   | 
| 
#define  | TIL_UNI   0x0008 | 
|   | universal til for any compiler 
  | 
|   | 
| 
#define  | TIL_ORD   0x0010 | 
|   | type ordinal numbers are present 
  | 
|   | 
| 
#define  | TIL_ALI   0x0020 | 
|   | type aliases are present (this bit is used only on the disk) 
  | 
|   | 
| 
#define  | TIL_MOD   0x0040 | 
|   | til has been modified, should be saved 
  | 
|   | 
| 
#define  | TIL_STM   0x0080 | 
|   | til has extra streams 
  | 
|   | 
| 
#define  | TIL_SLD   0x0100 | 
|   | sizeof(long double) 
  | 
|   |