/*
- * $Id: asn.cc,v 1.42 1998/07/20 19:25:29 wessels Exp $
+ * $Id: asn.cc,v 1.43 1998/07/20 22:40:46 wessels Exp $
*
* DEBUG: section 53 AS Number handling
* AUTHOR: Duane Wessels, Kostas Anagnostakis
/* BEGIN of definitions for radix tree entries */
-typedef u_char m_int[1 + sizeof(unsigned int)]; /* int in memory with length */
+/* int in memory with length */
+typedef u_char m_int[1 + sizeof(unsigned int)];
#define store_m_int(i, m) \
(i = htonl(i), m[0] = sizeof(m_int), xmemcpy(m+1, &i, sizeof(unsigned int)))
#define get_m_int(i, m) \
/*
- * $Id: snmp_agent.cc,v 1.46 1998/07/20 17:20:04 wessels Exp $
+ * $Id: snmp_agent.cc,v 1.47 1998/07/20 22:40:47 wessels Exp $
*
* DEBUG: section 49 SNMP Interface
* AUTHOR: Kostas Anagnostakis
Answer->type = ASN_INTEGER;
*(Answer->val.integer) = Var->name[11];
break;
-#if 0
+#if UNIMPLEMENTED
case SYS_FD_TYPE:
Answer->val_len = sizeof(snint);
Answer->val.integer = xmalloc(Answer->val_len);
/*
- * $Id: test_cache_digest.cc,v 1.21 1998/07/20 17:20:17 wessels Exp $
+ * $Id: test_cache_digest.cc,v 1.22 1998/07/20 22:40:47 wessels Exp $
*
* AUTHOR: Alex Rousskov
*
/* globals */
static time_t cur_time = -1; /* timestamp of the current log entry */
-#if 0
-
-static int cacheIndexScanCleanPrefix(CacheIndex * idx, const char *fname, FILE * file);
-static int cacheIndexScanAccessLog(CacheIndex * idx, const char *fname, FILE * file);
-
-#endif
-
/* copied from url.c */
const char *RequestMethodStr[] =
{