blob: eb6a74cf56199fe9a97bce4fc89befba01ebb870 [file] [log] [blame]
#ifdef NETSNMP_CAN_USE_NLIST
extern int init_kmem(const char *);
extern int klookup(unsigned long, void *, size_t);
#define NETSNMP_KLOOKUP(x,y,z) klookup((unsigned long) x,y,z)
#else
#define NETSNMP_KLOOKUP(x,y,z) (0)
#endif
#if HAVE_KVM_H
#include <kvm.h>
extern kvm_t *kd;
#endif