diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2002-05-28 19:56:46 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2002-05-28 19:56:46 -0400 |
commit | ffc5ca31a759c93f4cb2af8aec4fe6e852161855 (patch) | |
tree | 15921cc604fd4a45252a4e0e7ec14dd7d8a46101 /WWW/Library/Implementation/HTTCP.h | |
parent | 8df98234eab86f6b1027425f4b57cb6d4ca471ca (diff) | |
download | lynx-snapshots-ffc5ca31a759c93f4cb2af8aec4fe6e852161855.tar.gz |
snapshot of project "lynx", label v2-8-5dev_8
Diffstat (limited to 'WWW/Library/Implementation/HTTCP.h')
-rw-r--r-- | WWW/Library/Implementation/HTTCP.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/WWW/Library/Implementation/HTTCP.h b/WWW/Library/Implementation/HTTCP.h index 91f98c80..91835980 100644 --- a/WWW/Library/Implementation/HTTCP.h +++ b/WWW/Library/Implementation/HTTCP.h @@ -87,11 +87,7 @@ extern BOOL valid_hostname PARAMS((char * name)); */ extern int lynx_nsl_status; -#if defined(__DJGPP__) && !defined(WATT32) -#define LYGetHostByName(host) resolv(host) /* we'll use it the same way */ -#else extern struct hostent * LYGetHostByName PARAMS((char * str)); -#endif /* Get Name of This Machine ** ------------------------ |