]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - snmplib/coexistance.c
Renamed squid.h to squid-old.h and config.h to squid.h
[thirdparty/squid.git] / snmplib / coexistance.c
index 89a8702012067713bc59615c8697dbcdec8838bc..2f6ba7e43442438b5eefb0d19d9bb822f90c31fa 100644 (file)
@@ -27,9 +27,9 @@
  *
  **********************************************************************/
 
-#include "config.h"
+#include "squid.h"
 
-#include "config.h"
+#include "squid.h"
 
 #include <stdio.h>
 
 #if HAVE_MEMORY_H
 #include <memory.h>
 #endif
-#ifdef HAVE_STRING_H
+#if HAVE_STRING_H
 #include <string.h>
 #endif
-#ifdef HAVE_STRINGS_H
+#if HAVE_STRINGS_H
 #include <strings.h>
 #endif
 #if HAVE_BSTRING_H
@@ -109,7 +109,7 @@ snmp_coexist_V2toV1(struct snmp_pdu *PDU)
 
     case SNMP_PDU_GET:
     case SNMP_PDU_GETNEXT:
-#ifdef SNMP_PDU_SET
+#if SNMP_PDU_SET
     case SNMP_PDU_SET:
 #endif
         return (1);