diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2009-05-29 00:24:15 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2009-05-29 00:24:15 -0400 |
commit | a321a1e3ce91c7cd6a97cc4a652062ebfa20363f (patch) | |
tree | 3c638b6cbf0cb3af703b438fc793960f59884a63 /src/LYMain.c | |
parent | eda526bc92383f455c44cf4f411924c8d4df3bea (diff) | |
download | lynx-snapshots-a321a1e3ce91c7cd6a97cc4a652062ebfa20363f.tar.gz |
snapshot of project "lynx", label v2-8-7pre_4a
Diffstat (limited to 'src/LYMain.c')
-rw-r--r-- | src/LYMain.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYMain.c b/src/LYMain.c index 1f12fcfe..e7c6d767 100644 --- a/src/LYMain.c +++ b/src/LYMain.c @@ -1,5 +1,5 @@ /* - * $LynxId: LYMain.c,v 1.201 2009/05/22 00:18:53 tom Exp $ + * $LynxId: LYMain.c,v 1.202 2009/05/28 21:37:03 tom Exp $ */ #include <HTUtils.h> #include <HTTP.h> @@ -372,7 +372,7 @@ BOOLEAN LYNoRefererForThis = FALSE; /* No Referer header for this URL? */ BOOLEAN LYNoRefererHeader = FALSE; /* Never send Referer header? */ BOOLEAN LYRawMode; BOOLEAN LYSelectPopups = USE_SELECT_POPUPS; -BOOLEAN LYSendUserAgent = FALSE; /* send Lynx User-Agent header? */ +BOOLEAN LYSendUserAgent = SEND_USERAGENT; /* send Lynx User-Agent header? */ BOOLEAN LYSetCookies = SET_COOKIES; /* Process Set-Cookie headers? */ BOOLEAN LYUseDefSelPop = TRUE; /* Command line -popup toggle */ BOOLEAN LYUseDefaultRawMode = TRUE; |