]> git.ipfire.org Git - thirdparty/squid.git/blame - src/globals.h
2.1 branch merge
[thirdparty/squid.git] / src / globals.h
CommitLineData
9fb13bb6 1
c5ddf51c 2/*
c68e9c6b 3 * $Id: globals.h,v 1.70 1998/11/12 06:28:08 wessels Exp $
9cef6668 4 *
5 *
6 * SQUID Internet Object Cache http://squid.nlanr.net/Squid/
7 * ----------------------------------------------------------
8 *
9 * Squid is the result of efforts by numerous individuals from the
10 * Internet community. Development is led by Duane Wessels of the
11 * National Laboratory for Applied Network Research and funded by the
12 * National Science Foundation. Squid is Copyrighted (C) 1998 by
13 * Duane Wessels and the University of California San Diego. Please
14 * see the COPYRIGHT file for full details. Squid incorporates
15 * software developed and/or copyrighted by other sources. Please see
16 * the CREDITS file for full details.
17 *
18 * This program is free software; you can redistribute it and/or modify
19 * it under the terms of the GNU General Public License as published by
20 * the Free Software Foundation; either version 2 of the License, or
21 * (at your option) any later version.
22 *
23 * This program is distributed in the hope that it will be useful,
24 * but WITHOUT ANY WARRANTY; without even the implied warranty of
25 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26 * GNU General Public License for more details.
27 *
28 * You should have received a copy of the GNU General Public License
29 * along with this program; if not, write to the Free Software
30 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
31 *
fc084a16 32 */
a8258824 33
a47b9029 34extern FILE *debug_log; /* NULL */
35extern FILE *cache_useragent_log; /* NULL */
a8258824 36extern SquidConfig Config;
37extern SquidConfig2 Config2;
a8258824 38extern char *ConfigFile; /* NULL */
39extern char *IcpOpcodeStr[];
a47b9029 40extern char *dns_error_message; /* NULL */
9b312a19 41extern const char *log_tags[];
2027ec3b 42extern char tmp_error_buf[ERROR_BUF_SZ];
a47b9029 43extern char *volatile debug_options; /* NULL */
a8258824 44extern char ThisCache[SQUIDHOSTNAMELEN << 1];
45extern char config_input_line[BUFSIZ];
a47b9029 46extern const char *AclMatchedName; /* NULL */
a8258824 47extern const char *DefaultConfigFile; /* DEFAULT_CONFIG_FILE */
a8258824 48extern const char *RequestMethodStr[];
70cd3e32 49extern const char *ProtocolStr[];
a8258824 50extern const char *cfg_filename; /* NULL */
a47b9029 51extern const char *const appname; /* "squid" */
a47b9029 52extern const char *const dash_str; /* "-" */
53extern const char *const localhost; /* "127.0.0.1" */
54extern const char *const null_string; /* "" */
a47b9029 55extern const char *const version_string; /* SQUID_VERSION */
2ac76861 56extern const char *const full_appname_string; /* "Squid/" SQUID_VERSION */
a47b9029 57extern const char *const w_space; /* " \t\n\r" */
22f5d1ca 58extern const char *fdTypeStr[];
a8258824 59extern const char *hier_strings[];
60extern const char *memStatusStr[];
61extern const char *pingStatusStr[];
62extern const char *storeStatusStr[];
63extern const char *swapStatusStr[];
64extern dnsStatData DnsStats;
a47b9029 65extern fde *fd_table; /* NULL */
66extern int Biggest_FD; /* -1 */
88738790 67extern int Number_FD; /* 0 */
a8258824 68extern int HttpSockets[MAXHTTPPORTS];
69extern int NDnsServersAlloc; /* 0 */
a47b9029 70extern int NHttpSockets; /* 0 */
a8258824 71extern int RESERVED_FD;
a47b9029 72extern int Squid_MaxFD; /* SQUID_MAXFD */
a8258824 73extern int config_lineno; /* 0 */
a47b9029 74extern int configured_once; /* 0 */
a8258824 75extern int debugLevels[MAX_DEBUG_SECTIONS];
a47b9029 76extern int do_mallinfo; /* 0 */
3b4be6a6 77extern int opt_reuseaddr; /* 1 */
a47b9029 78extern int icmp_sock; /* -1 */
79extern int neighbors_do_private_keys; /* 1 */
80extern int opt_accel_uses_host; /* 0 */
81extern int opt_catch_signals; /* 1 */
723e8aa3 82extern int opt_debug_stderr; /* -1 */
a47b9029 83extern int opt_dns_tests; /* 1 */
84extern int opt_foreground_rebuild; /* 0 */
85extern int opt_forwarded_for; /* 1 */
a47b9029 86extern int opt_reload_hit_only; /* 0 */
87extern int opt_syslog_enable; /* 0 */
88extern int opt_udp_hit_obj; /* 0 */
85407535 89extern int opt_create_swap_dirs; /* 0 */
b109de6b 90extern int opt_store_doublecheck; /* 0 */
a47b9029 91extern int syslog_enable; /* 0 */
92extern int theInIcpConnection; /* -1 */
93extern int theOutIcpConnection; /* -1 */
2bbd722b 94#ifdef SQUID_SNMP
95extern int theInSnmpConnection; /* -1 */
96extern int theOutSnmpConnection; /* -1 */
97extern char *snmp_agentinfo;
98#endif
a47b9029 99extern int vhost_mode; /* 0 */
0faf70d0 100extern int n_disk_objects; /* 0 */
a8258824 101extern iostats IOStats;
a47b9029 102extern struct _acl_deny_info_list *DenyInfoList; /* NULL */
a8258824 103extern struct in_addr any_addr;
104extern struct in_addr local_addr;
105extern struct in_addr no_addr;
106extern struct in_addr theOutICPAddr;
2bbd722b 107extern struct in_addr theOutSNMPAddr;
a8258824 108extern struct timeval current_time;
f2908497 109extern struct timeval squid_start;
a47b9029 110extern time_t squid_curtime; /* 0 */
2681d383 111extern int shutting_down; /* 0 */
1afe05c5 112extern int reconfiguring; /* 0 */
88738790 113extern int store_rebuilding; /* 1 */
114extern int store_swap_size; /* 0 */
88738790 115extern unsigned long store_mem_size; /* 0 */
79d39a72 116extern time_t hit_only_mode_until; /* 0 */
f2908497 117extern StatCounters Counter;
27cd7235 118extern char *err_type_str[];
119extern char *icp_opcode_str[];
b109de6b 120extern char *swap_log_op_str[];
7b2a0056 121extern char *lookup_t_str[];
067bea91 122extern double request_failure_ratio; /* 0.0 */
52040193 123extern double current_dtime;
5830cdb3 124extern int store_hash_buckets; /* 0 */
125extern hash_table *store_table; /* NULL */
e3ef2b09 126extern dlink_list store_list;
ec878047 127extern const String StringNull; /* { 0, 0, NULL } */
137ee196 128extern const MemBuf MemBufNull; /* MemBufNULL */
59c4d35b 129extern int hot_obj_count; /* 0 */
a8258824 130extern int _db_level;
4b4cd312 131extern const int CacheDigestHashFuncCount; /* 4 */
132extern CacheDigest *store_digest; /* NULL */
133extern const char *StoreDigestUrlPath; /* "store_digest" */
134extern const char *StoreDigestMimeStr; /* "application/cache-digest" */
c68e9c6b 135#if USE_CACHE_DIGESTS
a51bae82 136extern const Version CacheDigestVer; /* { 4, 3 } */
c68e9c6b 137#endif
0cdcddb9 138extern const char *MultipartMsgBoundaryStr; /* "Unique-Squid-Separator" */
139extern icpUdpData *IcpQueueHead; /* NULL */
9f60cfdf 140#if HTTP_VIOLATIONS
cbe3a719 141extern int refresh_nocache_hack; /* 0 */
9f60cfdf 142#endif
92695e5e 143extern request_flags null_request_flags;
5942e8d4 144extern int open_disk_fd; /* 0 */