about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/www_tcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'WWW/Library/Implementation/www_tcp.h')
-rw-r--r--WWW/Library/Implementation/www_tcp.h7
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