about summary refs log tree commit diff stats
path: root/src/LYMain.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYMain.c')
-rw-r--r--src/LYMain.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/LYMain.c b/src/LYMain.c
index b3a00cc6..bc456a65 100644
--- a/src/LYMain.c
+++ b/src/LYMain.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: LYMain.c,v 1.204 2009/06/30 08:35:34 tom Exp $
+ * $LynxId: LYMain.c,v 1.206 2009/08/25 23:07:22 tom Exp $
  */
 #include <HTUtils.h>
 #include <HTTP.h>
@@ -57,7 +57,7 @@
 #include <io.h>
 #endif
 
-#if defined(LOCALE) && !defined(HAVE_LIBINTL_H)
+#if defined(LOCALE) && (!defined(HAVE_LIBINTL_H) || !defined(LC_ALL))
 #undef gettext			/* Solaris locale.h prototypes gettext() */
 #include <locale.h>
 #ifndef HAVE_GETTEXT
@@ -99,7 +99,7 @@ char *ftp_format = NULL;	/* LONG_LIST formatting mask */
 
 #ifdef SYSLOG_REQUESTED_URLS
 char *syslog_txt = NULL;	/* syslog arb text for session */
-BOOLEAN syslog_requested_urls = TRUE;
+BOOLEAN syslog_requested_urls = FALSE;
 #endif
 
 int cfg_bad_html = BAD_HTML_WARN;