--- libwww/Library/src/WWWCache.html 1996/04/12 17:50:00 2.3
+++ libwww/Library/src/WWWCache.html 1996/04/16 16:23:23 2.4
@@ -1,7 +1,7 @@
W3C Reference Library libwww PERSISTENT CACHE
-
+
@@ -52,14 +52,25 @@ in memory is in the form of a hypertext
#define WWWCACHE_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 "HTCache.h"
@@ -76,7 +87,7 @@ End of CACHE module
-@(#) $Id: WWWCache.html,v 2.3 1996/04/12 17:50:00 frystyk Exp $
+@(#) $Id: WWWCache.html,v 2.4 1996/04/16 16:23:23 frystyk Exp $