--- libwww/Library/src/WWWFile.html 1996/04/12 17:50:05 2.4 +++ libwww/Library/src/WWWFile.html 1996/04/16 16:23:27 2.5 @@ -1,7 +1,7 @@ W3C Reference Library libwww LOCAL FILE - + @@ -24,14 +24,26 @@ modules which are required to compile an #define WWWFILE_H -

Library Includes

-
 #ifdef __cplusplus
 extern "C" { 
 #endif
 
+

System dependencies

+ +The sysdep.h file includes system-specific include +files and flags for I/O to network and disk. The only reason for this +file is that the Internet world is more complicated than Posix and +ANSI. + +
+#include "sysdep.h"
+
+ +

Library Includes

+ +
 #include "HTMulti.h"
 #include "HTFile.h"
@@ -49,7 +61,7 @@ End of FILE module
 
 
-@(#) $Id: WWWFile.html,v 2.4 1996/04/12 17:50:05 frystyk Exp $ +@(#) $Id: WWWFile.html,v 2.5 1996/04/16 16:23:27 frystyk Exp $