From: wessels <> Date: Tue, 25 Nov 1997 06:18:48 +0000 (+0000) Subject: cant have SNMP #ifdefs in Config X-Git-Tag: SQUID_3_0_PRE1~4473 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f7d36e56be9041bae672788314ac8c44c4e96b77;p=thirdparty%2Fsquid.git cant have SNMP #ifdefs in Config --- diff --git a/src/structs.h b/src/structs.h index 75ca8dbdb5..e2c8938c3e 100644 --- a/src/structs.h +++ b/src/structs.h @@ -125,9 +125,7 @@ struct _SquidConfig { struct { ushortlist *http; u_short icp; -#ifdef SQUID_SNMP u_short snmp; -#endif } Port; struct { char *configFile; @@ -177,10 +175,8 @@ struct _SquidConfig { struct in_addr tcp_outgoing; struct in_addr udp_incoming; struct in_addr udp_outgoing; -#ifdef SQUID_SNMP struct in_addr snmp_incoming; struct in_addr snmp_outgoing; -#endif /* SQUID_SNMP */ struct in_addr client_netmask; } Addrs; size_t tcpRcvBufsz;