diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2007-08-02 21:36:53 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2007-08-02 21:36:53 -0400 |
commit | f3bb25900f66a4c71209fb30e3da7f124555759c (patch) | |
tree | 1be5b2a8739efe466f78c5f3ddee477885f757e2 /WWW/Library/Implementation/www_tcp.h | |
parent | 108f83ece979cf867a75faf321cd9d6dacc490b4 (diff) | |
download | lynx-snapshots-f3bb25900f66a4c71209fb30e3da7f124555759c.tar.gz |
snapshot of project "lynx", label v2-8-7dev_5f
Diffstat (limited to 'WWW/Library/Implementation/www_tcp.h')
-rw-r--r-- | WWW/Library/Implementation/www_tcp.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/www_tcp.h b/WWW/Library/Implementation/www_tcp.h index ca0ab6d8..c17fe4ae 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.36 2007/07/02 23:05:01 tom Exp $ + * $LynxId: www_tcp.h,v 1.37 2007/08/02 20:06:10 tom Exp $ * SYSTEM DEPENDENCIES @@ -96,6 +96,11 @@ Default values # endif #endif /* HAVE_DIRENT_H */ +#ifdef HAVE_STRUCT_DIRENT64 +# undef STRUCT_DIRENT +# define STRUCT_DIRENT struct dirent64 +#endif + #if !(defined(DOSPATH) || defined(__EMX__) || defined(__CYGWIN__)) #define STRUCT_DIRENT__D_INO 1 #endif |