about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation
diff options
context:
space:
mode:
Diffstat (limited to 'WWW/Library/Implementation')
-rw-r--r--WWW/Library/Implementation/HTParse.c4
-rw-r--r--WWW/Library/Implementation/makefile.in6
-rw-r--r--WWW/Library/Implementation/www_tcp.h6
3 files changed, 11 insertions, 5 deletions
diff --git a/WWW/Library/Implementation/HTParse.c b/WWW/Library/Implementation/HTParse.c
index c622eded..4f1f9378 100644
--- a/WWW/Library/Implementation/HTParse.c
+++ b/WWW/Library/Implementation/HTParse.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: HTParse.c,v 1.60 2010/08/25 09:17:08 tom Exp $
+ * $LynxId: HTParse.c,v 1.62 2010/09/17 09:16:13 tom Exp $
  *
  *		Parse HyperText Document Address		HTParse.c
  *		================================
@@ -298,7 +298,7 @@ static void convert_to_idna(char *host)
 	    } else {
 		CTRACE((tfp, "convert_to_idna: `%s': %s\n",
 			buffer,
-			idna_strerror(code)));
+			idna_strerror((Idna_rc) code)));
 	    }
 	    FREE(output);
 	}
diff --git a/WWW/Library/Implementation/makefile.in b/WWW/Library/Implementation/makefile.in
index c631b109..1b7118f9 100644
--- a/WWW/Library/Implementation/makefile.in
+++ b/WWW/Library/Implementation/makefile.in
@@ -1,4 +1,4 @@
-# $LynxId: makefile.in,v 1.29 2010/06/19 17:02:35 tom Exp $
+# $LynxId: makefile.in,v 1.30 2010/09/19 19:29:35 tom Exp $
 # Make WWW under unix for a.n.other unix system (bsd)
 # Use this as a template
 
@@ -46,6 +46,8 @@ CFLAGS		= $(CPPOPTS) $(LY_CFLAGS)
 LINT		= @LINT@
 LINTOPTS	=
 
+CTAGS		= @CTAGS@
+
 # Directory for installed binary:
 BINDIR		= @bindir@
 
@@ -190,7 +192,7 @@ distclean : clean
 	@echo made $@
 
 tags:
-	ctags *.[ch]
+	$(CTAGS) *.[ch]
 
 #			Common code
 #			-----------
diff --git a/WWW/Library/Implementation/www_tcp.h b/WWW/Library/Implementation/www_tcp.h
index 686a97bd..de91b9e0 100644
--- a/WWW/Library/Implementation/www_tcp.h
+++ b/WWW/Library/Implementation/www_tcp.h
@@ -1,5 +1,5 @@
 /*                System dependencies in the W3 library
- * $LynxId: www_tcp.h,v 1.41 2010/06/19 12:41:35 Christoph.J.Gartmann Exp $
+ * $LynxId: www_tcp.h,v 1.42 2010/09/19 18:30:56 tom Exp $
  *
                                    SYSTEM DEPENDENCIES
 
@@ -775,6 +775,10 @@ typedef unsigned short mode_t;
 #define gettext(s) s
 #endif
 
+#ifndef NLS_TEXTDOMAIN
+#define NLS_TEXTDOMAIN "lynx"
+#endif
+
 /*
 Defaults
 ========