diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2014-02-12 22:17:43 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2014-02-12 22:17:43 -0500 |
commit | 22cdb90b6b740293e7c0fb01607699c6ea3a8dd0 (patch) | |
tree | cbbe41d8b384cad60e32ea7cbce7654544aa2c11 /WWW | |
parent | d8123715a421d9f30c2622aafb1f87587862a419 (diff) | |
download | lynx-snapshots-22cdb90b6b740293e7c0fb01607699c6ea3a8dd0.tar.gz |
snapshot of project "lynx", label v2-8-8pre_4b
Diffstat (limited to 'WWW')
-rw-r--r-- | WWW/Library/Implementation/HTParse.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/WWW/Library/Implementation/HTParse.c b/WWW/Library/Implementation/HTParse.c index 66276409..80100885 100644 --- a/WWW/Library/Implementation/HTParse.c +++ b/WWW/Library/Implementation/HTParse.c @@ -1,5 +1,5 @@ /* - * $LynxId: HTParse.c,v 1.73 2014/02/08 01:39:30 tom Exp $ + * $LynxId: HTParse.c,v 1.74 2014/02/12 22:15:21 tom Exp $ * * Parse HyperText Document Address HTParse.c * ================================ @@ -24,11 +24,6 @@ #ifdef USE_IDNA #include <idna.h> -#ifdef HAVE_IDN_FREE_H -#include <idn-free.h> -#elif !defined(HAVE_IDN_FREE) -#define idn_free (free) -#endif #endif #define HEX_ESCAPE '%' |