/*
- * $Id: html_quote.c,v 1.5 2003/01/23 00:37:01 robertc Exp $
+ * $Id: html_quote.c,v 1.6 2007/12/06 02:37:15 amosjeffries Exp $
*
* DEBUG:
* AUTHOR: Robert Collins
#endif
#include "util.h"
-#include "snprintf.h"
/*
* HTML defines these characters as special entities that should be quoted.
/*
- * $Id: rfc1035.c,v 1.49 2007/09/26 03:03:22 amosjeffries Exp $
+ * $Id: rfc1035.c,v 1.50 2007/12/06 02:37:15 amosjeffries Exp $
*
* Low level DNS protocol routines
* AUTHOR: Duane Wessels
#endif
#include "rfc1035.h"
-#include "snprintf.h"
#define RFC1035_MAXLABELSZ 63
#define rfc1035_unpack_error 15
/*
- * $Id: rfc1123.c,v 1.40 2007/08/01 04:36:47 rousskov Exp $
+ * $Id: rfc1123.c,v 1.41 2007/12/06 02:37:15 amosjeffries Exp $
*
* DEBUG:
* AUTHOR: Harvest Derived
#include "assert.h"
#include "util.h"
-#include "snprintf.h"
#define RFC850_STRFTIME "%A, %d-%b-%y %H:%M:%S GMT"
#define RFC1123_STRFTIME "%a, %d %b %Y %H:%M:%S GMT"
/*
- * $Id: rfc1738.c,v 1.27 2007/05/23 21:59:44 hno Exp $
+ * $Id: rfc1738.c,v 1.28 2007/12/06 02:37:15 amosjeffries Exp $
*
* DEBUG:
* AUTHOR: Harvest Derived
#endif
#include "util.h"
-#include "snprintf.h"
/*
* RFC 1738 defines that these characters should be escaped, as well
/*
- * $Id: util.c,v 1.97 2007/08/14 19:17:43 serassio Exp $
+ * $Id: util.c,v 1.98 2007/12/06 02:37:15 amosjeffries Exp $
*
* DEBUG:
* AUTHOR: Harvest Derived
#endif
#include "util.h"
-#include "snprintf.h"
static void default_failure_notify(const char *);
#include "parse.h"
#include "util.h"
-#include "snprintf.h"
static struct snmp_mib_tree *get_symbol(oid *objid, int objidlen, struct snmp_mib_tree *subtree, char *buf);
/*
- * $Id: cachemgr.cc,v 1.4 2007/08/02 02:24:55 amosjeffries Exp $
+ * $Id: cachemgr.cc,v 1.5 2007/12/06 02:37:17 amosjeffries Exp $
*
* DEBUG: section 0 CGI Cache Manager
* AUTHOR: Duane Wessels
{
#include <fnmatch.h>
}
-
#endif
#include "assert.h"
-
#include "util.h"
-#include "snprintf.h"
#ifndef DEFAULT_CACHEMGR_CONFIG
#define DEFAULT_CACHEMGR_CONFIG "/etc/squid/cachemgr.conf"