/*
- * $Id: Array.h,v 1.5 2001/02/07 18:56:50 hno Exp $
+ * $Id: Array.h,v 1.6 2001/10/08 16:18:31 hno Exp $
*
* AUTHOR: Alex Rousskov
*
*
*/
-#ifndef _ARRAY_H_
-#define _ARRAY_H_
+#ifndef SQUID_ARRAY_H
+#define SQUID_ARRAY_H
/* see Array.c for more documentation */
extern void arrayPreAppend(Array * s, int app_count);
-#endif /* ndef _ARRAY_H_ */
+#endif /* SQUID_ARRAY_H */
/*
- * $Id: GNUregex.h,v 1.6 1999/01/11 21:55:33 wessels Exp $
+ * $Id: GNUregex.h,v 1.7 2001/10/08 16:18:31 hno Exp $
*/
+#ifndef SQUID_REGEXP_LIBRARY_H
+#define SQUID_REGEXP_LIBRARY_H
+
/* Definitions for data structures and routines for the regular
* expression library, version 0.12.
*
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. */
-#ifndef __REGEXP_LIBRARY_H__
-#define __REGEXP_LIBRARY_H__
-
/* POSIX says that <sys/types.h> must be included (by the caller) before
* <regex.h>. */
size_t errbuf_size));
extern void regfree _RE_ARGS((regex_t * preg));
-#endif /* not __REGEXP_LIBRARY_H__ */
+#endif /* SQUID_REGEXP_LIBRARY_H */
\f
/*
* Local variables:
/*
- * $Id: Stack.h,v 1.10 2001/01/12 00:37:12 wessels Exp $
+ * $Id: Stack.h,v 1.11 2001/10/08 16:18:31 hno Exp $
*
* AUTHOR: Alex Rousskov
*
*
*/
-#ifndef _STACK_H_
-#define _STACK_H_
+#ifndef SQUID_STACK_H
+#define SQUID_STACK_H
#include "Array.h"
#define stackPrePush arrayPreAppend
extern void *stackTop(Stack * s);
-#endif /* ndef _STACK_H_ */
+#endif /* SQUID_STACK_H */
-#ifndef _SNMP_ASN1_H_
-#define _SNMP_ASN1_H_
+#ifndef SQUID_SNMP_ASN1_H
+#define SQUID_SNMP_ASN1_H
/*
* Definitions for Abstract Syntax Notation One, ASN.1
* ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
* SOFTWARE.
*
- * $Id: asn1.h,v 1.11 2001/01/07 09:55:21 hno Exp $
+ * $Id: asn1.h,v 1.12 2001/10/08 16:18:31 hno Exp $
*
**********************************************************************/
}
#endif
-#endif /* _SNMP_ASN1_H_ */
+
+#endif /* SQUID_SNMP_ASN1_H */
/*
- * $Id: cache_snmp.h,v 1.24 1999/06/11 22:40:32 wessels Exp $
+ * $Id: cache_snmp.h,v 1.25 2001/10/08 16:18:31 hno Exp $
*/
+#ifndef SQUID_SNMP_H
+#define SQUID_SNMP_H
+
#ifdef SQUID_SNMP
-#ifndef CACHE_SNMP_H
-#define CACHE_SNMP_H
#if SIZEOF_LONG == 8
#define snint int
PERF_MEDIAN_END
};
-#endif
-#endif
+#endif /* SQUID_SNMP */
+
+#endif /* SQUID_SNMP_H */
/*
- * $Id: config.h,v 1.1 2001/09/25 23:45:15 robertc Exp $
+ * $Id: config.h,v 1.2 2001/10/08 16:18:31 hno Exp $
*
* AUTHOR: Duane Wessels
*
*
*/
-#ifndef _CONFIG_H_
-#define _CONFIG_H_
+#ifndef SQUID_CONFIG_H
+#define SQUID_CONFIG_H
#include "autoconf.h" /* For GNU autoconf variables */
#include "version.h"
#define squid_srandom srand
#endif
-#endif /* _CONFIG_H_ */
+#endif /* SQUID_CONFIG_H */
/*
- * $Id: hash.h,v 1.4 2000/10/31 23:48:08 wessels Exp $
+ * $Id: hash.h,v 1.5 2001/10/08 16:18:31 hno Exp $
*/
+#ifndef SQUID_HASH_H
+#define SQUID_HASH_H
+
typedef void HASHFREE(void *);
typedef int HASHCMP(const void *, const void *);
typedef unsigned int HASHHASH(const void *, unsigned int);
* HASH_SIZE 65357 // prime number < 65536
*/
#define DEFAULT_HASH_SIZE 7951 /* prime number < 8192 */
+
+#endif /* SQUID_HASH_H */
/*
- * $Id: heap.h,v 1.3 2001/01/12 00:37:12 wessels Exp $
+ * $Id: heap.h,v 1.4 2001/10/08 16:18:31 hno Exp $
*
* AUTHOR: John Dilley, Hewlett Packard
*
* are larger than their parent.
****************************************************************************/
-#ifndef _heap_h_INCLUDED
-#define _heap_h_INCLUDED
+#ifndef SQUID_HEAP_H
+#define SQUID_HEAP_H
/*
* Function for generating heap keys. The first argument will typically be
extern int verify_heap_property(heap *);
-#endif /* _heap_h_INCLUDED */
+#endif /* SQUID_HEAP_H */
/*
- * $Id: md5.h,v 1.9 2001/04/14 00:03:20 hno Exp $
+ * $Id: md5.h,v 1.10 2001/10/08 16:18:31 hno Exp $
*/
-#ifndef MD5_H
-#define MD5_H
+#ifndef SQUID_MD5_H
+#define SQUID_MD5_H
#if USE_OPENSSL
#define MD5_DIGEST_CHARS 16
#endif /* USE_OPENSSL */
-#endif /* MD5_H */
+
+#endif /* SQUID_MD5_H */
/*
- * $Id: ntlmauth.h,v 1.5 2001/08/29 14:57:33 robertc Exp $
+ * $Id: ntlmauth.h,v 1.6 2001/10/08 16:18:31 hno Exp $
*
* * * * * * * * Legal stuff * * * * * * *
*
* It's put here as it is a common utility to all HTLM-enabled modules.
*/
-#ifndef _NTLMAUTH_H_
-#define _NTLMAUTH_H_
+#ifndef SQUID_NTLMAUTH_H
+#define SQUID_NTLMAUTH_H
/* int*_t */
#include "squid_types.h"
strhdr * hdr, char *toadd,
int toadd_length, int base_offset);
-#endif /* _NTLMAUTH_H_ */
+#endif /* SQUID_NTLMAUTH_H */
/*
- * $Id: parse.h,v 1.9 2001/05/10 07:17:34 hno Exp $
+ * $Id: parse.h,v 1.10 2001/10/08 16:18:31 hno Exp $
*/
-#ifndef _HAVE_PARSE_H_
-#define _HAVE_PARSE_H_
+#ifndef SQUID_PARSE_H
+#define SQUID_PARSE_H
/***********************************************************
Copyright 1989 by Carnegie Mellon University
}
#endif
-#endif /* _HAVE_PARSE_H_ */
+
+#endif /* SQUID_PARSE_H */
/*
- * $Id: radix.h,v 1.9 2001/02/07 19:04:04 hno Exp $
+ * $Id: radix.h,v 1.10 2001/10/08 16:18:31 hno Exp $
*/
+#ifndef SQUID_RADIX_H
+#define SQUID_RADIX_H
+
/*
* Copyright (c) 1988, 1989, 1993
* The Regents of the University of California. All rights reserved.
* @(#)radix.h 8.2 (Berkeley) 10/31/94
*/
-#ifndef _RADIX_H_
-#define _RADIX_H_
#undef RN_DEBUG
#ifndef __P
#define __P(x) x
*rn_search_m __P((void *, struct radix_node *, void *));
extern struct radix_node *rn_lookup(void *, void *, struct radix_node_head *);
#define min(x,y) ((x)<(y)? (x) : (y))
-#endif /* _RADIX_H_ */
+
+#endif /* SQUID_RADIX_H */
/*
- * $Id: rfc1035.h,v 1.5 2001/01/12 00:37:12 wessels Exp $
+ * $Id: rfc1035.h,v 1.6 2001/10/08 16:18:31 hno Exp $
*
* AUTHOR: Duane Wessels
*
*
*/
-#ifndef _RFC1035_H_
-#define _RFC1035_H_
+#ifndef SQUID_RFC1035_H
+#define SQUID_RFC1035_H
#include "config.h"
#if HAVE_SYS_TYPES_H
#define RFC1035_TYPE_PTR 12
#define RFC1035_CLASS_IN 1
-#endif /* ndef _RFC1035_H_ */
+#endif /* SQUID_RFC1035_H */
/*
- * $Id: rfc2617.h,v 1.2 2001/04/14 00:03:20 hno Exp $
+ * $Id: rfc2617.h,v 1.3 2001/10/08 16:18:31 hno Exp $
*
* DEBUG:
* AUTHOR: RFC 2617 & Robert Collins
*
*/
-#ifndef RFC2617_H
-#define RFC2617_H
+#ifndef SQUID_RFC2617_H
+#define SQUID_RFC2617_H
#define HASHLEN 16
typedef char HASH[HASHLEN];
void CvtBin(const HASHHEX Hex, HASH Bin);
-#endif /* RFC 2617 */
+#endif /* SQUID_RFC2617_H */
/* -*- c++ -*- */
-#ifndef _SNMP_INTERNAL_H_
-#define _SNMP_INTERNAL_H_
+#ifndef SQUID_SNMP_INTERNAL_H
+#define SQUID_SNMP_INTERNAL_H
/**********************************************************************
*
* ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
* SOFTWARE.
*
- * $Id: snmp-internal.h,v 1.2 2001/05/19 17:56:41 hno Exp $
+ * $Id: snmp-internal.h,v 1.3 2001/10/08 16:18:31 hno Exp $
*
**********************************************************************/
#define SNMP_TRAP_PORT 162
#define SNMP_MAX_LEN 484
-#endif /* _SNMP_INTERNAL_H_ */
+#endif /* SQUID_SNMP_INTERNAL_H */
/* -*- c++ -*- */
-#ifndef _SNMP_MIB_H_
-#define _SNMP_MIB_H_
+#ifndef SQUID_SNMP_MIB_H
+#define SQUID_SNMP_MIB_H
/***************************************************************************
*
*
* Author: Ryan Troll <ryan+@andrew.cmu.edu>
*
- * $Id: snmp-mib.h,v 1.2 1998/04/04 01:43:42 kostas Exp $
+ * $Id: snmp-mib.h,v 1.3 2001/10/08 16:18:31 hno Exp $
*
***************************************************************************/
#if 0
#include <mib.h> /* Then the function definitions */
#endif
-#endif /* _SNMP_MIB_H_ */
+
+#endif /* SQUID_SNMP_MIB_H */
-#ifndef _SNMP_H_
-#define _SNMP_H_
+#ifndef SQUID_SNMP_H
+#define SQUID_SNMP_H
/*
* Definitions for the Simple Network Management Protocol (RFC 1067).
* ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
* SOFTWARE.
*
- * $Id: snmp.h,v 1.13 1998/04/04 01:43:42 kostas Exp $
+ * $Id: snmp.h,v 1.14 2001/10/08 16:18:31 hno Exp $
*
**********************************************************************/
#include "snmp_compat.h"
#include "snmp_debug.h"
-#endif /* _SNMP_H_ */
+#endif /* SQUID_SNMP_H */
/*
- * $Id: snmp_api.h,v 1.11 1998/09/23 17:20:01 wessels Exp $
+ * $Id: snmp_api.h,v 1.12 2001/10/08 16:18:31 hno Exp $
*/
-#ifndef _SNMP_API_H_
-#define _SNMP_API_H_
+#ifndef SQUID_SNMP_API_H
+#define SQUID_SNMP_API_H
#include "config.h"
#ifdef HAVE_SYS_TIME_H
}
#endif
-#endif /* _SNMP_API_H_ */
+
+#endif /* SQUID_SNMP_API_H */
/* -*- c++ -*- */
-#ifndef _SNMP_API_ERROR_H_
-#define _SNMP_API_ERROR_H_
+#ifndef SQUID_SNMP_API_ERROR_H
+#define SQUID_SNMP_API_ERROR_H
/***************************************************************************
*
*
* Author: Ryan Troll <ryan+@andrew.cmu.edu>
*
- * $Id: snmp_api_error.h,v 1.2 1998/04/04 01:43:43 kostas Exp $
+ * $Id: snmp_api_error.h,v 1.3 2001/10/08 16:18:31 hno Exp $
*
***************************************************************************/
}
#endif
-#endif /* _SNMP_API_ERROR_H_ */
+
+#endif /* SQUID_SNMP_API_ERROR_H */
/*
- * $Id: snmp_api_util.h,v 1.3 1998/09/23 17:20:01 wessels Exp $
+ * $Id: snmp_api_util.h,v 1.4 2001/10/08 16:18:31 hno Exp $
*/
-#ifndef _SNMP_API_UTIL_H_
-#define _SNMP_API_UTIL_H_
+#ifndef SQUID_SNMP_API_UTIL_H
+#define SQUID_SNMP_API_UTIL_H
/***********************************************************
Copyright 1997 by Carnegie Mellon University
}
#endif
-#endif /* _SNMP_API_UTIL_H_ */
+
+#endif /* SQUID_SNMP_API_UTIL_H */
/*
- * $Id: snmp_client.h,v 1.7 2001/01/07 09:55:22 hno Exp $
+ * $Id: snmp_client.h,v 1.8 2001/10/08 16:18:31 hno Exp $
*/
-#ifndef _SNMP_CLIENT_H_
-#define _SNMP_CLIENT_H_
+#ifndef SQUID_SNMP_CLIENT_H
+#define SQUID_SNMP_CLIENT_H
/*
* snmp_client.h
#ifdef __cplusplus
}
-
#endif
-#endif /* _SNMP_CLIENT_H_ */
+
+#endif /* SQUID_SNMP_CLIENT_H */
/* -*- c++ -*- */
-#ifndef _SNMP_COEXISTANCE_H_
-#define _SNMP_COEXISTANCE_H_
+#ifndef SQUID_SNMP_COEXISTANCE_H
+#define SQUID_SNMP_COEXISTANCE_H
/**********************************************************************
*
*
* Author: Ryan Troll <ryan+@andrew.cmu.edu>
*
- * $Id: snmp_coexist.h,v 1.2 1998/04/04 01:43:44 kostas Exp $
+ * $Id: snmp_coexist.h,v 1.3 2001/10/08 16:18:31 hno Exp $
*
**********************************************************************/
#ifdef __cplusplus
}
-
#endif
-#endif /* _SNMP_COEXISTANCE_H_ */
+
+#endif /* SQUID_SNMP_COEXISTANCE_H */
/*
- * $Id: snmp_debug.h,v 1.6 1999/01/11 21:55:34 wessels Exp $
+ * $Id: snmp_debug.h,v 1.7 2001/10/08 16:18:31 hno Exp $
*/
-#ifndef SNMP_DEBUG_H
-#define SNMP_DEBUG_H
+#ifndef SQUID_SNMP_DEBUG_H
+#define SQUID_SNMP_DEBUG_H
#if STDC_HEADERS
extern void snmplib_debug(int, char *,...);
extern void snmplib_debug(va_alist);
#endif
-#endif
+#endif /* SQUID_SNMP_DEBUG_H */
/* -*- c++ -*- */
-#ifndef _SNMP_ERROR_H_
-#define _SNMP_ERROR_H_
+#ifndef SQUID_SNMP_ERROR_H
+#define SQUID_SNMP_ERROR_H
/**********************************************************************
*
* ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
* SOFTWARE.
*
- * $Id: snmp_error.h,v 1.2 1998/04/04 01:43:46 kostas Exp $
+ * $Id: snmp_error.h,v 1.3 2001/10/08 16:18:31 hno Exp $
*
**********************************************************************/
#ifdef __cplusplus
}
-
#endif
-#endif /* _SNMP_ERROR_H_ */
+
+#endif /* SQUID_SNMP_ERROR_H */
/*
- * $Id: snmp_impl.h,v 1.11 1998/09/23 17:20:03 wessels Exp $
+ * $Id: snmp_impl.h,v 1.12 2001/10/08 16:18:31 hno Exp $
*/
-#ifndef _SNMP_IMPL_H_
-#define _SNMP_IMPL_H_
+#ifndef SQUID_SNMP_IMPL_H
+#define SQUID_SNMP_IMPL_H
/*
* Definitions for SNMP (RFC 1067) implementation.
/* from snmp.c */
extern u_char sid[]; /* size SID_MAX_LEN */
-#endif /* _SNMP_IMPL_H_ */
+#endif /* SQUID_SNMP_IMPL_H */
/* -*- c++ -*- */
-#ifndef _SNMP_MSG_H_
-#define _SNMP_MSG_H_
+#ifndef SQUID_SNMP_MSG_H
+#define SQUID_SNMP_MSG_H
/**********************************************************************
*
*
* Author: Ryan Troll <ryan+@andrew.cmu.edu>
*
- * $Id: snmp_msg.h,v 1.2 1998/04/04 01:43:48 kostas Exp $
+ * $Id: snmp_msg.h,v 1.3 2001/10/08 16:18:31 hno Exp $
*
**********************************************************************/
}
#endif
-#endif /* _SNMP_MSG_H_ */
+
+#endif /* SQUID_SNMP_MSG_H */
-#ifndef _SNMP_PDU_H_
-#define _SNMP_PDU_H_
+#ifndef SQUID_SNMP_PDU_H
+#define SQUID_SNMP_PDU_H
/**********************************************************************
*
*
* Author: Ryan Troll <ryan+@andrew.cmu.edu>
*
- * $Id: snmp_pdu.h,v 1.4 2001/01/07 10:57:14 hno Exp $
+ * $Id: snmp_pdu.h,v 1.5 2001/10/08 16:18:31 hno Exp $
*
**********************************************************************/
#define SNMP_TRAP_AUTHENTICATIONFAILURE (0x4)
#define SNMP_TRAP_EGPNEIGHBORLOSS (0x5)
#define SNMP_TRAP_ENTERPRISESPECIFIC (0x6)
-#endif /* _SNMP_PDU_H_ */
+
+#endif /* SQUID_SNMP_PDU_H */
/* -*- c++ -*- */
-#ifndef _SNMP_SESSION_H_
-#define _SNMP_SESSION_H_
+#ifndef SQUID_SNMP_SESSION_H
+#define SQUID_SNMP_SESSION_H
/**********************************************************************
*
* ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
* SOFTWARE.
*
- * $Id: snmp_session.h,v 1.2 1998/04/04 01:43:50 kostas Exp $
+ * $Id: snmp_session.h,v 1.3 2001/10/08 16:18:31 hno Exp $
*
**********************************************************************/
#define RECEIVED_MESSAGE 1
#define TIMED_OUT 2
-#endif /* _SNMP_SESSION_H_ */
+#endif /* SQUID_SNMP_SESSION_H */
/*
- * $Id: snmp_util.h,v 1.7 2001/01/07 10:57:14 hno Exp $
+ * $Id: snmp_util.h,v 1.8 2001/10/08 16:18:31 hno Exp $
*/
-#ifndef SNMP_UTIL_H
-#define SNMP_UTIL_H
+#ifndef SQUID_SNMP_UTIL_H
+#define SQUID_SNMP_UTIL_H
/* call a function at regular intervals (in seconds): */
extern void snmp_alarm(int ival, void (*handler) (void));
int Util_file_write(char *file, int offset, char *data, int dataSz);
/* ---------------------------------------------------------------------- */
-#endif
+#endif /* SQUID_SNMP_UTIL_H */
-#ifndef _SNMP_VARS_H_
-#define _SNMP_VARS_H_
+#ifndef SQUID_SNMP_VARS_H
+#define SQUID_SNMP_VARS_H
/**********************************************************************
*
*
* Author: Ryan Troll <ryan+@andrew.cmu.edu>
*
- * $Id: snmp_vars.h,v 1.10 2001/01/07 10:57:14 hno Exp $
+ * $Id: snmp_vars.h,v 1.11 2001/10/08 16:18:31 hno Exp $
*
**********************************************************************/
typedef struct variable variable;
typedef struct variable_list variable_list;
-#endif /* _SNMP_VARS_H_ */
+#endif /* SQUID_SNMP_VARS_H */
/*
- * $Id: snprintf.h,v 1.5 2001/01/10 20:16:36 hno Exp $
+ * $Id: snprintf.h,v 1.6 2001/10/08 16:18:31 hno Exp $
*/
+#ifndef SQUID_SNPRINTF_H
+#define SQUID_SNPRINTF_H
+
/* if you have configure you can use this */
#if defined(HAVE_CONFIG_H)
#include "config.h"
int vsnprintf();
#endif
#endif
+
+#endif /* SQUID_SNPRINTF_H */
/*
- * $Id: splay.h,v 1.9 2001/01/07 14:44:32 hno Exp $
+ * $Id: splay.h,v 1.10 2001/10/08 16:18:31 hno Exp $
*/
-#ifndef _SPLAY_H
-#define _SPLAY_H
+#ifndef SQUID_SPLAY_H
+#define SQUID_SPLAY_H
typedef struct _splay_node {
void *data;
extern void splay_destroy(splayNode *, SPLAYFREE *);
extern void splay_walk(splayNode *, SPLAYWALKEE *, void *);
-#endif /* _SPLAY_H */
+#endif /* SQUID_SPLAY_H */
/*
- * $Id: squid_types.h,v 1.1 2001/02/25 21:49:09 hno Exp $
+ * $Id: squid_types.h,v 1.2 2001/10/08 16:18:31 hno Exp $
*
* * * * * * * * Legal stuff * * * * * * *
*
* header to include which takes care of proper preprocessor stuff
*/
-#ifndef _SQUID_TYPES_H_
-#define _SQUID_TYPES_H_
+#ifndef SQUID_TYPES_H
+#define SQUID_TYPES_H
#include "autoconf.h"
#endif
#endif /* HAVE_GLIB_H */
-#endif /* _SQUID_TYPES_H_ */
+#endif /* SQUID_TYPES_H */
/*
- * $Id: tempnam.h,v 1.10 1998/09/23 17:20:06 wessels Exp $
+ * $Id: tempnam.h,v 1.11 2001/10/08 16:18:31 hno Exp $
*/
* not, write to the Free Software Foundation, Inc., 675 Mass Ave,
* Cambridge, MA 02139, USA. */
-#ifndef _TEMPNAM_H
-#define _TEMPNAM_H
+#ifndef SQUID_TEMPNAM_H
+#define SQUID_TEMPNAM_H
extern char *tempnam(const char *, const char *);
-#endif /* _TEMPNAM_H */
+#endif /* SQUID_TEMPNAM_H */
/*
- * $Id: util.h,v 1.60 2001/06/29 14:48:07 hno Exp $
+ * $Id: util.h,v 1.61 2001/10/08 16:18:31 hno Exp $
*
* AUTHOR: Harvest Derived
*
*
*/
-#ifndef _UTIL_H_
-#define _UTIL_H_
+#ifndef SQUID_UTIL_H
+#define SQUID_UTIL_H
#include "config.h"
#include <stdio.h>
*/
int statMemoryAccounted(void);
-#endif /* ndef _UTIL_H_ */
+#endif /* SQUID_UTIL_H */
/*
- * $Id: defines.h,v 1.94 2001/08/16 00:16:16 hno Exp $
+ * $Id: defines.h,v 1.95 2001/10/08 16:18:32 hno Exp $
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
*
*/
+#ifndef SQUID_STRUCTS_H
+#define SQUID_STRUCTS_H
+
#ifndef TRUE
#define TRUE 1
#endif
#define _WIN_OS_WIN2K 5
#define _WIN_OS_WINXP 6
#endif
+
+#endif /* SQUID_STRUCTS_H */
/*
- * $Id: enums.h,v 1.195 2001/09/07 18:02:44 adrian Exp $
+ * $Id: enums.h,v 1.196 2001/10/08 16:18:32 hno Exp $
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
*
*/
+#ifndef SQUID_ENUMS_H
+#define SQUID_ENUMS_H
+
typedef enum {
LOG_TAG_NONE,
LOG_TCP_HIT,
VARY_OTHER,
VARY_CANCEL
};
+
+#endif /* SQUID_ENUMS_H */
/*
- * $Id: globals.h,v 1.106 2001/08/31 11:19:12 robertc Exp $
+ * $Id: globals.h,v 1.107 2001/10/08 16:18:32 hno Exp $
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
*
*/
+#ifndef SQUID_GLOBALS_H
+#define SQUID_GLOBALS_H
+
extern FILE *debug_log; /* NULL */
extern SquidConfig Config;
extern SquidConfig2 Config2;
extern unsigned int WIN32_OS_version; /* 0 */
extern char *WIN32_OS_string;
#endif
+
+#endif /* SQUID_GLOBALS_H */
/*
- * $Id: protos.h,v 1.412 2001/09/09 19:57:10 hno Exp $
+ * $Id: protos.h,v 1.413 2001/10/08 16:18:32 hno Exp $
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
*
*/
+#ifndef SQUID_PROTOS_H
+#define SQUID_PROTOS_H
+
extern void accessLogLog(AccessLogEntry *);
extern void accessLogRotate(void);
extern void accessLogClose(void);
extern int WIN32_Subsystem_Init(void);
extern void WIN32_Exit(void);
#endif
+
+#endif /* SQUID_PROTOS_H */
/*
- * $Id: ssl_support.h,v 1.2 2001/05/04 13:37:42 hno Exp $
+ * $Id: ssl_support.h,v 1.3 2001/10/08 16:18:33 hno Exp $
*
* AUTHOR: Benno Rice
*
*
*/
-#ifndef SSL_SUPPORT_H
-#define SSL_SUPPORT_H
+#ifndef SQUID_SSL_SUPPORT_H
+#define SQUID_SSL_SUPPORT_H
#include "config.h"
#if HAVE_OPENSSL_SSL_H
int ssl_read_method(int, char *, int);
int ssl_write_method(int, const char *, int);
-#endif /* SSL_SUPPORT_H */
+#endif /* SQUID_SSL_SUPPORT_H */
/*
- * $Id: structs.h,v 1.401 2001/10/08 15:05:11 hno Exp $
+ * $Id: structs.h,v 1.402 2001/10/08 16:18:33 hno Exp $
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
*
*/
+#ifndef SQUID_STRUCTS_H
+#define SQUID_STRUCTS_H
+
#include "config.h"
#include "splay.h"
void (*parse) (SwapDir * sd, const char *option, const char *value, int reconfiguring);
void (*dump) (StoreEntry * e, const char *option, SwapDir * sd);
};
+
+#endif /* SQUID_STRUCTS_H */
/*
- * $Id: typedefs.h,v 1.130 2001/08/03 15:13:04 adrian Exp $
+ * $Id: typedefs.h,v 1.131 2001/10/08 16:18:33 hno Exp $
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
*
*/
-#ifndef _TYPEDEFS_H_
-#define _TYPEDEFS_H_
+#ifndef SQUID_TYPEDEFS_H
+#define SQUID_TYPEDEFS_H
typedef unsigned int store_status_t;
typedef unsigned int mem_status_t;
typedef int STDIRSELECT(const StoreEntry *);
-#endif /* _TYPEDEFS_H_ */
+#endif /* SQUID_TYPEDEFS_H */