about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTAnchor.h
diff options
context:
space:
mode:
Diffstat (limited to 'WWW/Library/Implementation/HTAnchor.h')
-rw-r--r--WWW/Library/Implementation/HTAnchor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/HTAnchor.h b/WWW/Library/Implementation/HTAnchor.h
index 2083f862..3467f612 100644
--- a/WWW/Library/Implementation/HTAnchor.h
+++ b/WWW/Library/Implementation/HTAnchor.h
@@ -92,7 +92,7 @@ struct _HTParentAnchor {
   BOOL		isISMAPScript;	/* Script for clickable image map */
   BOOL		isHEAD;		/* Document is headers from a HEAD request */
   BOOL		safe;			/* Safe */
-#ifdef SOURCE_CACHE
+#ifdef USE_SOURCE_CACHE
   char *	source_cache_file;
   HTChunk *	source_cache_chunk;
 #endif
@@ -205,7 +205,7 @@ extern BOOL HTAnchor_delete PARAMS((
 extern void HTAnchor_delete_links PARAMS((
 	HTParentAnchor *	me));
 
-#ifdef SOURCE_CACHE
+#ifdef USE_SOURCE_CACHE
 extern void HTAnchor_clearSourceCache PARAMS((
 	HTParentAnchor *	me));
 #endif