From 5b28849589e7577a222685852b8601a1e7568726 Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Wed, 25 Oct 2000 18:35:30 -0400 Subject: snapshot of project "lynx", label v2-8-4dev_12 --- WWW/Library/Implementation/www_tcp.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'WWW/Library/Implementation/www_tcp.h') diff --git a/WWW/Library/Implementation/www_tcp.h b/WWW/Library/Implementation/www_tcp.h index e808919b..4ab53b08 100644 --- a/WWW/Library/Implementation/www_tcp.h +++ b/WWW/Library/Implementation/www_tcp.h @@ -112,6 +112,11 @@ Default values #ifdef __CYGWIN__ #define _WINDOWS_NSL #define WIN_EX +#else +#ifdef WIN_EX +#define HAVE_FTIME 1 +#define HAVE_SYS_TIMEB_H 1 +#endif #endif /* __CYGWIN__ */ #ifdef HAVE_FCNTL_H @@ -156,6 +161,8 @@ extern unsigned char IBM1047[]; #endif /* EBCDIC */ #endif /* !TOASCII */ +/* convert a char to an unsigned, needed if we have signed characters for ctype.h */ +#define UCH(ch) ((unsigned char)(ch)) /* IBM-PC running Windows NT -- cgit 1.4.1-2-gfad0