diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2009-03-11 00:40:00 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2009-03-11 00:40:00 -0400 |
commit | 089dd372933a775165f70ae0b32713eb3aebee98 (patch) | |
tree | 1ad37766e42512ccb3f397d6217dbf49495c1285 /WWW/Library/Implementation/www_tcp.h | |
parent | f71b2b3a35fa25f2be897b75870d3ab81170b857 (diff) | |
download | lynx-snapshots-089dd372933a775165f70ae0b32713eb3aebee98.tar.gz |
snapshot of project "lynx", label v2-8-7dev_13b
Diffstat (limited to 'WWW/Library/Implementation/www_tcp.h')
-rw-r--r-- | WWW/Library/Implementation/www_tcp.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/www_tcp.h b/WWW/Library/Implementation/www_tcp.h index 45216f7f..392fbd99 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.38 2008/12/30 01:01:34 Paul.Gilmartin Exp $ + * $LynxId: www_tcp.h,v 1.39 2009/03/09 22:43:29 Doug.Kaufman Exp $ * SYSTEM DEPENDENCIES @@ -632,6 +632,9 @@ extern int errno; #ifdef word #undef word #endif /* word */ +#ifdef set_timeout +#undef set_timeout +#endif /* set_timeout */ #define select select_s #undef NETWRITE |