and added files
[bcm963xx.git] / userapps / opensource / net-snmp / include / net-snmp / utilities.h
1 #ifndef NET_SNMP_UTILITIES_H
2 #define NET_SNMP_UTILITIES_H
3
4     /**
5      *  Library API routines not specifically concerned with SNMP directly,
6      *    but used more generally within the library, agent and other applications.
7      *
8      *  This also includes "standard" system routines, which are missing on
9      *    particular O/S distributiones.
10      */
11
12 #include <net-snmp/types.h>
13
14     /*
15      *  For the initial release, this will just refer to the
16      *  relevant UCD header files.
17      *    In due course, the routines relevant to this area of the
18      *  API will be identified, and listed here directly.
19      *
20      *  But for the time being, this header file is a placeholder,
21      *  to allow application writers to adopt the new header file names.
22      */
23
24 #include <net-snmp/library/snmp_api.h>
25 #include <net-snmp/library/snmp_client.h>
26 #include <net-snmp/library/getopt.h>
27
28 #ifdef HAVE_NETINET_IN_H
29 #include <netinet/in.h>         /* for in_addr_t */
30 #endif
31 #include <net-snmp/library/system.h>
32 #include <net-snmp/library/tools.h>
33 #include <net-snmp/library/asn1.h>      /* for counter64 */
34 #include <net-snmp/library/int64.h>
35
36 #include <net-snmp/library/mt_support.h>
37 /*  #include <net-snmp/library/snmp_locking.h>  */
38 #include <net-snmp/library/snmp_alarm.h>
39 #include <net-snmp/library/data_list.h>
40 #include <net-snmp/library/callback.h>
41 #include <net-snmp/library/oid_stash.h>
42 #include <net-snmp/library/snmp.h>
43 #include <net-snmp/library/snmp_impl.h>
44 #include <net-snmp/library/snmp-tc.h>
45 #include <net-snmp/library/check_varbind.h>
46
47 #include <net-snmp/version.h>
48
49 #endif                          /* NET_SNMP_UTILITIES_H */