]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
cant have SNMP #ifdefs in Config
authorwessels <>
Tue, 25 Nov 1997 06:18:48 +0000 (06:18 +0000)
committerwessels <>
Tue, 25 Nov 1997 06:18:48 +0000 (06:18 +0000)
src/structs.h

index 75ca8dbdb5869d62ea27c3be5ce3effe9732920e..e2c8938c3ec49475707eafde98fc37ccfcdc2763 100644 (file)
@@ -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;