/*
- * $Id: htcp.cc,v 1.19 1998/08/27 06:28:28 wessels Exp $
+ * $Id: htcp.cc,v 1.20 1998/08/27 06:29:30 wessels Exp $
*
* DEBUG: section 31 Hypertext Caching Protocol
* AUTHOR: Duane Wesssels
static void
htcpHexdump(const char *tag, const char *s, int sz)
{
+#if USE_HEXDUMP
int i;
int k;
char hex[80];
debug(31, 1) ("\t%s\n", hex);
memset(hex, '\0', 80);
}
+#endif
}
/*