diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2003-01-22 10:09:18 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2003-01-22 10:09:18 -0500 |
commit | 533c7482785176296637df81cd1a6318a0c29f97 (patch) | |
tree | e50cece290409516ee62f08c8912863f5f1ba80a /src/LYGlobalDefs.h | |
parent | 490d581c911f53008a7eaaed72b655cf40071b03 (diff) | |
download | lynx-snapshots-533c7482785176296637df81cd1a6318a0c29f97.tar.gz |
snapshot of project "lynx", label v2-8-5dev_13
Diffstat (limited to 'src/LYGlobalDefs.h')
-rw-r--r-- | src/LYGlobalDefs.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/LYGlobalDefs.h b/src/LYGlobalDefs.h index 821e9f94..4b769a77 100644 --- a/src/LYGlobalDefs.h +++ b/src/LYGlobalDefs.h @@ -185,6 +185,7 @@ extern BOOLEAN LYShowCursor; /* Show the cursor or hide it? */ extern BOOLEAN LYShowTransferRate; extern BOOLEAN LYUseDefShoCur; /* Command line -show_cursor toggle */ extern BOOLEAN LYUserSpecifiedURL; /* URL from a goto or document? */ +extern BOOLEAN LYfind_leaks; extern BOOLEAN LYforce_HTML_mode; extern BOOLEAN LYforce_no_cache; extern BOOLEAN LYinternal_flag; /* don't need fresh copy, was internal link */ @@ -511,6 +512,10 @@ extern BOOLEAN LYNoCore; extern BOOLEAN restore_sigpipe_for_children; #endif /* !VMS */ +#if defined(USE_COLOR_STYLE) +extern char *lynx_lss_file; +#endif + extern int HTNoDataOK; /* HT_NO_DATA-is-ok hack */ extern BOOLEAN FileInitAlreadyDone; |