diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2002-10-07 01:07:23 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2002-10-07 01:07:23 -0400 |
commit | 0cb11571ef3a2820a888b47eaa0ea3083e3b9b0f (patch) | |
tree | 1e65bf4510e41320b9428058bb20f3f6d6fdd648 /WWW/Library/Implementation/www_tcp.h | |
parent | ffc5ca31a759c93f4cb2af8aec4fe6e852161855 (diff) | |
download | lynx-snapshots-0cb11571ef3a2820a888b47eaa0ea3083e3b9b0f.tar.gz |
snapshot of project "lynx", label v2-8-5dev_9
Diffstat (limited to 'WWW/Library/Implementation/www_tcp.h')
-rw-r--r-- | WWW/Library/Implementation/www_tcp.h | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/WWW/Library/Implementation/www_tcp.h b/WWW/Library/Implementation/www_tcp.h index ff8cceb3..b2aafd2b 100644 --- a/WWW/Library/Implementation/www_tcp.h +++ b/WWW/Library/Implementation/www_tcp.h @@ -192,10 +192,6 @@ extern int ws_netread(int fd, char *buf, int len); #include <errno.h> #include <direct.h> -#ifndef pid_t -typedef int pid_t; -#endif /* !pid_t */ - #ifdef USE_WINSOCK2_H #include <winsock2.h> /* normally included in windows.h */ @@ -635,10 +631,6 @@ Regular BSD unix versions typedef unsigned short mode_t; #endif /* !mode_t */ -#ifndef pid_t -typedef int pid_t; -#endif /* !pid_t */ - #endif /* NeXT || sony_news */ #define INCLUDES_DONE @@ -688,6 +680,10 @@ typedef int pid_t; #include <libintl.h> #endif +#ifdef HAVE_LIBGETTEXT_H +#include <libgettext.h> +#endif + #define N_(s) (s) #ifndef HAVE_GETTEXT |