#include <stdio.h>
#include <netdb.h> 
#include <errno.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>			/* internet domain sockets	*/
#include <sys/un.h>			/* UNIX domain sockets		*/
#include <sys/socketvar.h>
#include <sys/protosw.h>
#include <sys/mbuf.h>
#include <sys/time.h>
#include <sys/ioctl.h>
#include <sys/uio.h>
#include <sys/file.h>
#include <sys/resource.h>
#include <sys/wait.h>
#include <sys/stat.h>

#include <nlist.h>
#include <ctype.h>
#include <strings.h>
#include <signal.h>
#include <setjmp.h>

#include <syslog.h>


extern int      errno;                  /* so we can access proper error */
extern struct   servent *sp;            /* service entry for SNMP */

extern struct  sockaddr_in addr;        /* addr to bind SNMP socket to */
extern struct  sockaddr_in local;       /* my local address */
