From f7d36e56be9041bae672788314ac8c44c4e96b77 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Tue, 25 Nov 1997 06:18:48 +0000 Subject: [PATCH] cant have SNMP #ifdefs in Config --- src/structs.h | 4 ---- 1 file changed, 4 deletions(-) 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; -- 2.47.3