summaryrefslogtreecommitdiffstats
path: root/src/LYReadCFG.c
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 19:36:22 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 19:36:22 +0000
commitb799a1275c8e4bb4f1f07ce3e237708902cb8922 (patch)
treec75168eb236d7b16cda59ed6a27a937367d58dfe /src/LYReadCFG.c
parentReleasing progress-linux version 2.9.0rel.0-2~progress7.99u1. (diff)
downloadlynx-b799a1275c8e4bb4f1f07ce3e237708902cb8922.tar.xz
lynx-b799a1275c8e4bb4f1f07ce3e237708902cb8922.zip
Merging upstream version 2.9.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--src/LYReadCFG.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/LYReadCFG.c b/src/LYReadCFG.c
index e4ab796..24efbf5 100644
--- a/src/LYReadCFG.c
+++ b/src/LYReadCFG.c
@@ -1,5 +1,5 @@
/*
- * $LynxId: LYReadCFG.c,v 1.200 2021/07/29 22:52:55 tom Exp $
+ * $LynxId: LYReadCFG.c,v 1.201 2024/03/17 23:04:33 tom Exp $
*/
#ifndef NO_RULES
#include <HTRules.h>
@@ -1406,7 +1406,7 @@ static int screen_size_fun(char *value)
}
#endif
-#if defined(HAVE_LIBINTL_H) || defined(HAVE_LIBGETTEXT_H)
+#if defined(HAVE_LIBINTL_H)
static int message_language_fun(char *value)
{
char *tmp = NULL;
@@ -1621,7 +1621,7 @@ static Config_Type Config_Table [] =
PARSE_INT(RC_MAX_COOKIES_GLOBAL, max_cookies_global),
PARSE_INT(RC_MAX_URI_SIZE, max_uri_size),
PARSE_TIM(RC_MESSAGESECS, MessageSecs),
-#if defined(HAVE_LIBINTL_H) || defined(HAVE_LIBGETTEXT_H)
+#if defined(HAVE_LIBINTL_H)
PARSE_FUN(RC_MESSAGE_LANGUAGE, message_language_fun),
#endif
PARSE_SET(RC_MINIMAL_COMMENTS, minimal_comments),