From b5ffa7c020e319cbfceee3c506f5c16764800dc2 Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Thu, 4 Jun 1998 14:28:00 -0400 Subject: snapshot of project "lynx", label v2-8-1dev_14 --- src/LYMain.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/LYMain.c') diff --git a/src/LYMain.c b/src/LYMain.c index 6d1ebd79..d836e568 100644 --- a/src/LYMain.c +++ b/src/LYMain.c @@ -307,7 +307,6 @@ PUBLIC BOOLEAN LYCancelledFetch = FALSE; /* TRUE if cancelled binary fetch */ /* Include mime headers with source dump */ PUBLIC BOOLEAN keep_mime_headers = FALSE; PUBLIC BOOLEAN no_url_redirection = FALSE; /* Don't follow URL redirections */ -PUBLIC BOOLEAN display_partial = FALSE; /* Display document during download */ PUBLIC char *form_post_data = NULL; /* User data for post form */ PUBLIC char *form_get_data = NULL; /* User data for get form */ PUBLIC char *http_error_file = NULL; /* Place HTTP status code in this file */ @@ -374,6 +373,10 @@ PUBLIC BOOLEAN LYPrependBaseToSource = TRUE; PUBLIC BOOLEAN LYPrependCharsetToSource = FALSE; PUBLIC BOOLEAN LYQuitDefaultYes = QUIT_DEFAULT_YES; +#ifdef DISP_PARTIAL +PUBLIC BOOLEAN display_partial = FALSE; /* Display document during download */ +#endif + /* These are declared in cutil.h for current freeWAIS libraries. - FM */ #ifdef DECLARE_WAIS_LOGFILES PUBLIC char *log_file_name = NULL; /* for WAIS log file name in libWWW */ -- cgit 1.4.1-2-gfad0