| 559 |
#define REQ_CASELESS 0x0100 /* indicates caselessness */ |
#define REQ_CASELESS 0x0100 /* indicates caselessness */ |
| 560 |
#define REQ_VARY 0x0200 /* reqbyte followed non-literal item */ |
#define REQ_VARY 0x0200 /* reqbyte followed non-literal item */ |
| 561 |
|
|
| 562 |
/* Miscellaneous definitions */ |
/* Miscellaneous definitions. The #ifndef is to pacify compiler warnings in |
| 563 |
|
environments where these macros are defined elsewhere. */ |
| 564 |
|
|
| 565 |
|
#ifndef FALSE |
| 566 |
typedef int BOOL; |
typedef int BOOL; |
| 567 |
|
|
| 568 |
#define FALSE 0 |
#define FALSE 0 |
| 569 |
#define TRUE 1 |
#define TRUE 1 |
| 570 |
|
#endif |
| 571 |
|
|
| 572 |
/* Escape items that are just an encoding of a particular data value. */ |
/* Escape items that are just an encoding of a particular data value. */ |
| 573 |
|
|