]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/globals.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / globals.h
index 4165e0090cebbdb9083a440fdb3d2ee6b0c157b6..6720f7a668f570dc5f64b46eecc1bd0d0d06fcf4 100644 (file)
 
 #include "rfc2181.h"
 
-/* for ERROR_BUF_SZ, BUFSIZ, MAXHTTPPORTS */
+/* for ERROR_BUF_SZ, BUFSIZ */
 #include "defines.h"
 
 /* for iostats */
 #include "structs.h"
 
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-//MOVED:Debug.h    extern FILE *debug_log;             /* NULL */
-//MOVED:structs.h    extern SquidConfig Config;
-//MOVED:structs.h    extern SquidConfig2 Config2;
-    extern char *ConfigFile;   /* NULL */
-    extern char *IcpOpcodeStr[];
-    extern char tmp_error_buf[ERROR_BUF_SZ];
-    extern char ThisCache[RFC2181_MAXHOSTNAMELEN << 1];
-    extern char ThisCache2[RFC2181_MAXHOSTNAMELEN << 1];
-    extern char config_input_line[BUFSIZ];
-    extern const char *DefaultConfigFile;      /* DEFAULT_CONFIG_FILE */
-    extern const char *cfg_filename;   /* NULL */
-//MOVED:version.h:APP_SHORTNAME    extern const char *const appname;   /* "squid" */
-    extern const char *const dash_str; /* "-" */
-    extern const char *const null_string;      /* "" */
-    extern const char *const version_string;   /* VERSION */
-//MOVED:versions.h:APP_FULLNAME    extern const char *const full_appname_string;       /* PACKAGE "/" VERSION */
-    extern const char *const appname_string;   /* PACKAGE */
-    extern char const * visible_appname_string; /* NULL */
-    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[];
-    class fde;
-    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 do_mallinfo;            /* 0 */
-    extern int opt_reuseaddr;  /* 1 */
-//DEAD    extern int icmp_sock;                /* -1 */
-    extern int neighbors_do_private_keys;      /* 1 */
-    extern int opt_catch_signals;      /* 1 */
-    extern int opt_foreground_rebuild; /* 0 */
-    extern char *opt_forwarded_for;    /* NULL */
-    extern int opt_reload_hit_only;    /* 0 */
-
-    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 DnsSocketA;             /* -1 */
-    extern int DnsSocketB;             /* -1 */
-    extern int n_disk_objects; /* 0 */
-    extern iostats IOStats;
-
-    extern struct acl_deny_info_list *DenyInfoList;    /* NULL */
-
-    extern struct timeval squid_start;
-    extern int starting_up;    /* 1 */
-    extern int shutting_down;  /* 0 */
-    extern int reconfiguring;  /* 0 */
-    extern time_t hit_only_mode_until; /* 0 */
-    extern double request_failure_ratio;       /* 0.0 */
-    extern int store_hash_buckets;     /* 0 */
-    extern hash_table *store_table;    /* NULL */
-//MOVED:dlink.h    extern dlink_list ClientActiveRequests;
-    extern int hot_obj_count;  /* 0 */
-    extern const int CacheDigestHashFuncCount; /* 4 */
-    extern CacheDigest *store_digest;  /* NULL */
-    extern const char *StoreDigestFileName;            /* "store_digest" */
-    extern const char *StoreDigestMimeStr;     /* "application/cache-digest" */
-
-    extern const char *MultipartMsgBoundaryStr;        /* "Unique-Squid-Separator" */
+extern char *ConfigFile;       /* NULL */
+extern char *IcpOpcodeStr[];
+extern char tmp_error_buf[ERROR_BUF_SZ];
+extern char ThisCache[RFC2181_MAXHOSTNAMELEN << 1];
+extern char ThisCache2[RFC2181_MAXHOSTNAMELEN << 1];
+extern char config_input_line[BUFSIZ];
+extern const char *DefaultConfigFile;  /* DEFAULT_CONFIG_FILE */
+extern const char *cfg_filename;       /* NULL */
+extern const char *dash_str;   /* "-" */
+extern const char *null_string;        /* "" */
+extern const char *version_string;     /* VERSION */
+extern const char *appname_string;     /* PACKAGE */
+extern char const *visible_appname_string; /* NULL */
+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[];
+class fde;
+extern fde *fd_table;          /* NULL */
+extern int Biggest_FD;         /* -1 */
+extern int Number_FD;          /* 0 */
+extern int Opening_FD;         /* 0 */
+extern int NDnsServersAlloc;   /* 0 */
+extern int RESERVED_FD;
+extern int Squid_MaxFD;                /* SQUID_MAXFD */
+extern int config_lineno;      /* 0 */
+extern int do_mallinfo;                /* 0 */
+extern int opt_reuseaddr;      /* 1 */
+extern int neighbors_do_private_keys;  /* 1 */
+extern int opt_catch_signals;  /* 1 */
+extern int opt_foreground_rebuild;     /* 0 */
+extern char *opt_forwarded_for;        /* NULL */
+extern int opt_reload_hit_only;        /* 0 */
+
+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 DnsSocketA;         /* -1 */
+extern int DnsSocketB;         /* -1 */
+extern int n_disk_objects;     /* 0 */
+extern iostats IOStats;
+
+extern struct acl_deny_info_list *DenyInfoList;        /* NULL */
+
+extern struct timeval squid_start;
+extern int starting_up;        /* 1 */
+extern int shutting_down;      /* 0 */
+extern int reconfiguring;      /* 0 */
+extern time_t hit_only_mode_until;     /* 0 */
+extern double request_failure_ratio;   /* 0.0 */
+extern int store_hash_buckets; /* 0 */
+extern hash_table *store_table;        /* NULL */
+extern int hot_obj_count;      /* 0 */
+extern int CacheDigestHashFuncCount;   /* 4 */
+extern CacheDigest *store_digest;      /* NULL */
+extern const char *StoreDigestFileName;                /* "store_digest" */
+extern const char *StoreDigestMimeStr; /* "application/cache-digest" */
+
+extern const char *MultipartMsgBoundaryStr;    /* "Unique-Squid-Separator" */
 #if USE_HTTP_VIOLATIONS
-
-    extern int refresh_nocache_hack;   /* 0 */
+extern int refresh_nocache_hack;       /* 0 */
 #endif
 
-    extern int store_open_disk_fd;     /* 0 */
-    extern const char *SwapDirType[];
-    extern int store_swap_low; /* 0 */
-    extern int store_swap_high;        /* 0 */
-    extern size_t store_pages_max;     /* 0 */
-    extern int64_t store_maxobjsize;   /* -1 */
-    extern hash_table *proxy_auth_username_cache;      /* NULL */
-    extern int incoming_sockets_accepted;
+extern int store_open_disk_fd; /* 0 */
+extern const char *SwapDirType[];
+extern int store_swap_low;     /* 0 */
+extern int store_swap_high;    /* 0 */
+extern size_t store_pages_max; /* 0 */
+extern int64_t store_maxobjsize;       /* -1 */
+extern hash_table *proxy_auth_username_cache;  /* NULL */
+extern int incoming_sockets_accepted;
 #if _SQUID_MSWIN_
-
-    extern unsigned int WIN32_Socks_initialized;       /* 0 */
+extern unsigned int WIN32_Socks_initialized;   /* 0 */
 #endif
 #if _SQUID_WINDOWS_
-    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 */
+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
 #if HAVE_SBRK
-
-    extern void *sbrk_start;   /* 0 */
+extern void *sbrk_start;       /* 0 */
 #endif
 
-    extern int ssl_ex_index_server;    /* -1 */
-    extern int ssl_ctx_ex_index_dont_verify_domain; /* -1 */
-    extern int ssl_ex_index_cert_error_check;  /* -1 */
-    extern int ssl_ex_index_ssl_error_detail;      /* -1 */
+extern int ssl_ex_index_server;        /* -1 */
+extern int ssl_ctx_ex_index_dont_verify_domain; /* -1 */
+extern int ssl_ex_index_cert_error_check;      /* -1 */
+extern int ssl_ex_index_ssl_error_detail;      /* -1 */
+extern int ssl_ex_index_ssl_peeked_cert;      /* -1 */
+extern int ssl_ex_index_ssl_errors;   /* -1 */
 
-    extern const char *external_acl_message;      /* NULL */
-    extern int opt_send_signal;        /* -1 */
-    extern int opt_no_daemon; /* 0 */
-    extern int opt_parse_cfg_only; /* 0 */
+extern const char *external_acl_message;      /* NULL */
+extern int opt_send_signal;    /* -1 */
+extern int opt_no_daemon; /* 0 */
+extern int opt_parse_cfg_only; /* 0 */
 
 /// current Squid process number (e.g., 4).
 /// Zero for SMP-unaware code and in no-SMP mode.
-    extern int KidIdentifier; /* 0 */
-
-#ifdef __cplusplus
-}
-
-#endif
+extern int KidIdentifier; /* 0 */
 
 #endif /* SQUID_GLOBALS_H */