head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2007.07.05.11.44.11;	author mi;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add a patch, which makes sure, that lynx' own internal entities.h is
included, instead of one possibly installed by other software such as
gd.

Remove "non-functional comments".

Check WITHOUT_IPV6 in addition to NO_INET6.

Suggested by:	timur
@
text
@--- src/LYCharSets.c	Sun Dec 18 17:52:30 2005
+++ src/LYCharSets.c	Mon Jul  2 16:10:40 2007
@@@@ -871,5 +871,5 @@@@
 UCode_t HTMLGetEntityUCValue(const char *name)
 {
-#include <entities.h>
+#include "chrtrans/entities.h"
 
     UCode_t value = 0;
@
