00001
00002 #ifdef NETSNMP_CAN_USE_NLIST
00003 extern void init_kmem(const char *);
00004 extern int klookup(unsigned long, char *, int);
00005 #define NETSNMP_KLOOKUP(x,y,z) klookup((unsigned long) x,y,z)
00006 #else
00007 #define NETSNMP_KLOOKUP(x,y,z) (0)
00008 #endif
00009
00010 #if HAVE_KVM_H
00011 #include <kvm.h>
00012 extern kvm_t *kd;
00013 #endif