/* * $Id: globals.h,v 1.129 2008/08/15 04:56:00 benno Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ * ---------------------------------------------------------- * * Squid is the result of efforts by numerous individuals from * the Internet community; see the CONTRIBUTORS file for full * details. Many organizations have provided support for Squid's * development; see the SPONSORS file for full details. Squid is * Copyrighted (C) 2001 by the Regents of the University of * California; see the COPYRIGHT file for full details. Squid * incorporates software developed and/or copyrighted by other * sources; see the CREDITS file for full details. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. * */ #ifndef SQUID_GLOBALS_H #define SQUID_GLOBALS_H extern FILE *debug_log; /* NULL */ extern SquidConfig Config; extern SquidConfig2 Config2; extern char *ConfigFile; /* NULL */ extern char *IcpOpcodeStr[]; extern const char *dns_error_message; /* NULL */ extern const char *log_tags[]; extern char tmp_error_buf[ERROR_BUF_SZ]; extern char *volatile debug_options; /* NULL */ extern char ThisCache[SQUIDHOSTNAMELEN << 1]; extern char ThisCache2[SQUIDHOSTNAMELEN << 1]; extern char config_input_line[BUFSIZ]; extern const char *AclMatchedName; /* NULL */ extern const char *DefaultConfigFile; /* DEFAULT_CONFIG_FILE */ extern const char *ProtocolStr[]; extern const char *cfg_filename; /* NULL */ extern const char *const appname; /* "squid" */ extern const char *const dash_str; /* "-" */ extern const char *const localhost; /* "127.0.0.1" */ extern const char *const null_string; /* "" */ extern const char *const version_string; /* VERSION */ extern const char *const full_appname_string; /* PACKAGE "/" VERSION */ extern const char *const appname_string; /* PACKAGE */ extern char *visible_appname_string; extern const char *const w_space; /* " \t\n\r" */ extern const char *fdTypeStr[]; extern const char *hier_strings[]; extern const char *memStatusStr[]; extern const char *pingStatusStr[]; extern const char *storeStatusStr[]; extern const char *swapStatusStr[]; extern fde *fd_table; /* NULL */ extern int Biggest_FD; /* -1 */ extern int Number_FD; /* 0 */ extern int Opening_FD; /* 0 */ extern int HttpSockets[MAXHTTPPORTS]; extern int NDnsServersAlloc; /* 0 */ extern int NHttpSockets; /* 0 */ extern int RESERVED_FD; extern int Squid_MaxFD; /* SQUID_MAXFD */ extern int config_lineno; /* 0 */ extern int debugLevels[MAX_DEBUG_SECTIONS]; extern int do_mallinfo; /* 0 */ extern int opt_reuseaddr; /* 1 */ extern int icmp_sock; /* -1 */ extern int neighbors_do_private_keys; /* 1 */ extern int opt_catch_signals; /* 1 */ extern int opt_debug_stderr; /* -1 */ extern int opt_dns_tests; /* 1 */ extern int opt_foreground_rebuild; /* 0 */ extern forwarded_for_mode opt_forwarded_for; /* FORWARDED_FOR_ON */ extern int opt_reload_hit_only; /* 0 */ extern int opt_stdin_overrides_http_port; /* 0 */ #if HAVE_SYSLOG extern int opt_syslog_enable; /* 0 */ #endif extern int opt_udp_hit_obj; /* 0 */ extern int opt_create_swap_dirs; /* 0 */ extern int opt_store_doublecheck; /* 0 */ extern int syslog_enable; /* 0 */ extern int theInIcpConnection; /* -1 */ extern int theOutIcpConnection; /* -1 */ extern int DnsSocket; /* -1 */ #ifdef SQUID_SNMP extern int theInSnmpConnection; /* -1 */ extern int theOutSnmpConnection; /* -1 */ extern char *snmp_agentinfo; #endif extern int n_disk_objects; /* 0 */ extern iostats IOStats; extern struct _acl_deny_info_list *DenyInfoList; /* NULL */ extern struct in_addr any_addr; extern struct in_addr local_addr; extern struct in_addr no_addr; extern struct in_addr theOutICPAddr; extern struct in_addr theOutSNMPAddr; extern struct timeval current_time; extern struct timeval squid_start; extern time_t squid_curtime; /* 0 */ extern int shutting_down; /* 0 */ extern int reconfiguring; /* 0 */ extern int store_dirs_rebuilding; /* 1 */ extern int store_swap_size; /* 0 */ extern unsigned long store_mem_size; /* 0 */ extern time_t hit_only_mode_until; /* 0 */ extern StatCounters statCounter; extern const char *err_type_str[]; extern const char *icp_opcode_str[]; extern const char *swap_log_op_str[]; extern const char *lookup_t_str[]; extern double request_failure_ratio; /* 0.0 */ extern double current_dtime; extern int store_hash_buckets; /* 0 */ extern hash_table *store_table; /* NULL */ extern dlink_list ClientActiveRequests; extern const String StringNull; /* { 0, 0, NULL } */ extern const MemBuf MemBufNull; /* MemBufNULL */ extern int hot_obj_count; /* 0 */ extern int _db_level; extern const int CacheDigestHashFuncCount; /* 4 */ extern CacheDigest *store_digest; /* NULL */ extern const char *StoreDigestFileName; /* "store_digest" */ extern const char *StoreDigestMimeStr; /* "application/cache-digest" */ #if USE_CACHE_DIGESTS extern const Version CacheDigestVer; /* { 5, 3 } */ #endif extern const char *MultipartMsgBoundaryStr; /* "Unique-Squid-Separator" */ extern icpUdpData *IcpQueueHead; /* NULL */ #if HTTP_VIOLATIONS extern int refresh_nocache_hack; /* 0 */ #endif extern request_flags null_request_flags; extern int store_open_disk_fd; /* 0 */ extern const char *SwapDirType[]; extern authscheme_entry_t *authscheme_list; /* NULL */ extern storefs_entry_t *storefs_list; /* NULL */ extern storerepl_entry_t *storerepl_list; /* NULL */ extern int store_swap_low; /* 0 */ extern int store_swap_high; /* 0 */ extern int store_pages_max; /* 0 */ extern squid_off_t store_maxobjsize; /* -1 */ extern RemovalPolicy *mem_policy; extern hash_table *proxy_auth_username_cache; /* NULL */ extern int incoming_sockets_accepted; #ifdef _SQUID_WIN32_ extern unsigned int WIN32_Socks_initialized; /* 0 */ extern unsigned int WIN32_OS_version; /* 0 */ extern char *WIN32_OS_string; /* NULL */ extern char *WIN32_Service_name; /* NULL */ extern char *WIN32_Command_Line; /* NULL */ extern char *WIN32_Service_Command_Line; /* NULL */ extern unsigned int WIN32_run_mode; /* _WIN_SQUID_RUN_MODE_INTERACTIVE */ #endif extern const char *external_acl_message; /* NULL */ #if HAVE_SBRK extern void *sbrk_start; /* 0 */ #endif extern int opt_send_signal; /* -1 */ extern int opt_no_daemon; /* 0 */ #if LINUX_TPROXY extern int need_linux_tproxy; /* 0 */ #endif extern int opt_parse_cfg_only; /* 0 */ extern int n_coss_dirs; /* 0 */ #ifdef LOG_LOCAL4 extern int syslog_facility; /* LOG_LOCAL4 */ #endif #endif /* SQUID_GLOBALS_H */