summaryrefslogtreecommitdiff
path: root/snmplib/ucd-snmp-includes.h
blob: 717cadf7d5004dcf6ff2ac286e1ecec03f22891c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#include <stdio.h>
#include <sys/types.h>

#include <netinet/in.h>
#include <sys/time.h>

/*
 * uncomment if you don't have in_addr_t in netinet/in.h 
 */
/*
 * typedef u_int in_addr_t; 
 */

#include <ucd-snmp/asn1.h>
#include <ucd-snmp/snmp_api.h>
#include <ucd-snmp/snmp_impl.h>
#include <ucd-snmp/snmp_client.h>
#include <ucd-snmp/mib.h>
#include <ucd-snmp/snmp.h>

#include <ucd-snmp/default_store.h>
#include <ucd-snmp/snmp_logging.h>
#include <ucd-snmp/snmp_debug.h>
#include <ucd-snmp/read_config.h>
#include <ucd-snmp/tools.h>
#include <ucd-snmp/system.h>