diff options
Diffstat (limited to 'WWW/Library/Implementation/HTUtils.h')
-rw-r--r-- | WWW/Library/Implementation/HTUtils.h | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/WWW/Library/Implementation/HTUtils.h b/WWW/Library/Implementation/HTUtils.h index eda975d6..4d30538f 100644 --- a/WWW/Library/Implementation/HTUtils.h +++ b/WWW/Library/Implementation/HTUtils.h @@ -1,8 +1,10 @@ -/* Utility macros for the W3 code library - MACROS FOR GENERAL USE - - See also: the system dependent file "www_tcp.h", which is included here. - +/* + * $LynxId: HTUtils.h,v 1.76 2007/05/22 23:51:40 tom Exp $ + * + * Utility macros for the W3 code library + * MACROS FOR GENERAL USE + * + * See also: the system dependent file "www_tcp.h", which is included here. */ #ifndef NO_LYNX_TRACE @@ -523,6 +525,10 @@ extern int WWW_TraceMask; #define TRACE_TRST (TRACE_bit(2)) #define TRACE_CFG (TRACE_bit(3)) #define TRACE_BSTRING (TRACE_bit(4)) +#define TRACE_COOKIES (TRACE_bit(5)) +#define TRACE_CHARSETS (TRACE_bit(6)) +#define TRACE_GRIDTEXT (TRACE_bit(7)) +#define TRACE_TIMING (TRACE_bit(8)) #if defined(USE_VERTRACE) && !defined(LY_TRACELINE) #define LY_TRACELINE __LINE__ |