X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=loadcfg.c;h=eac9206a811378fa46625baf9a3636ee8aac8d44;hp=c8542ace56100f9a26c188ff0ef5cad8dd6abd8d;hb=75397537c3986cafa8dc1b4b37af40f93ab9372f;hpb=4e179d819e103967d36503691735dad6fe805e4c diff --git a/loadcfg.c b/loadcfg.c index c8542ace..eac9206a 100644 --- a/loadcfg.c +++ b/loadcfg.c @@ -1,4 +1,3 @@ -const char loadcfg_rcs[] = "$Id: loadcfg.c,v 1.165 2017/06/26 12:13:52 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/loadcfg.c,v $ @@ -101,8 +100,6 @@ const char loadcfg_rcs[] = "$Id: loadcfg.c,v 1.165 2017/06/26 12:13:52 fabiankei */ #define DEFAULT_LISTEN_BACKLOG 128 -const char loadcfg_h_rcs[] = LOADCFG_H_VERSION; - #ifdef FEATURE_TOGGLE /* Privoxy is enabled by default. */ int global_toggle_state = 1; @@ -1443,7 +1440,7 @@ struct configuration_spec * load_config(void) * On platforms were we use poll() we don't have to enforce * an upper connection limit either. * - * XXX: Do OS/2, Amiga etc. belong here as well? + * XXX: Do OS/2 etc. belong here as well? */ if (max_client_connections < 1) {