diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2006-05-29 23:09:26 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2006-05-29 23:09:26 -0400 |
commit | 38fbf2f2474aa1e66883014080fc504475297c4f (patch) | |
tree | 20f45b048fecb8271e5c386fd2a746488c59356b /WWW/Library/Implementation/www_tcp.h | |
parent | 04a316621e7163aa1d3a747c47844da55c6aa4d6 (diff) | |
download | lynx-snapshots-38fbf2f2474aa1e66883014080fc504475297c4f.tar.gz |
snapshot of project "lynx", label v2-8-6dev_18
Diffstat (limited to 'WWW/Library/Implementation/www_tcp.h')
-rw-r--r-- | WWW/Library/Implementation/www_tcp.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/WWW/Library/Implementation/www_tcp.h b/WWW/Library/Implementation/www_tcp.h index a8179aff..7883ae03 100644 --- a/WWW/Library/Implementation/www_tcp.h +++ b/WWW/Library/Implementation/www_tcp.h @@ -93,6 +93,11 @@ Default values # include <ndir.h> # endif #endif /* HAVE_DIRENT_H */ + +#if !(defined(DOSPATH) || defined(__EMX__) || defined(__CYGWIN__)) +#define STRUCT_DIRENT__D_INO 1 +#endif + #endif /* !VMS */ #ifdef TIME_WITH_SYS_TIME |