]> git.ipfire.org Git - thirdparty/squid.git/blob - include/snmp.h
Merged from trunk
[thirdparty/squid.git] / include / snmp.h
1 #ifndef SQUID_SNMP_H
2 #define SQUID_SNMP_H
3
4 /*
5 * Definitions for the Simple Network Management Protocol (RFC 1067).
6 *
7 */
8 /**********************************************************************
9 *
10 * Copyright 1997 by Carnegie Mellon University
11 *
12 * All Rights Reserved
13 *
14 * Permission to use, copy, modify, and distribute this software and its
15 * documentation for any purpose and without fee is hereby granted,
16 * provided that the above copyright notice appear in all copies and that
17 * both that copyright notice and this permission notice appear in
18 * supporting documentation, and that the name of CMU not be
19 * used in advertising or publicity pertaining to distribution of the
20 * software without specific, written prior permission.
21 *
22 * CMU DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
23 * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
24 * CMU BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
25 * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
26 * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
27 * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
28 * SOFTWARE.
29 *
30 * $Id: snmp.h,v 1.16 2003/01/23 00:36:47 robertc Exp $
31 *
32 **********************************************************************/
33
34 #if HAVE_SYS_TYPES_H
35 #include <sys/types.h>
36 #endif
37 #if HAVE_NETINET_IN_H
38 #include <netinet/in.h>
39 #endif
40
41 /* These come first */
42 #if 0
43 #include "asn1.h"
44 #endif
45 #include "snmp_error.h"
46 #if 0
47 #include "mibii.h"
48 #include "snmp_extra.h"
49 #include "snmp_dump.h"
50 #endif
51
52 /* I didn't touch this */
53 #include "snmp_session.h"
54
55 /* The various modules */
56 #include "snmp_vars.h"
57 #include "snmp_pdu.h"
58 #include "snmp_msg.h"
59
60 /* Other functions */
61 #include "snmp_coexist.h"
62 #include "version.h"
63 #include "snmp_error.h"
64 #include "snmp_api_error.h"
65 /* Other stuff I didn't touch */
66 #include "snmp_impl.h"
67 #include "snmp_api.h"
68 #if 0
69 #include "snmp_client.h"
70 #include "mib.h"
71 #endif
72 #include "snmp-internal.h"
73 #include "parse.h"
74 #include "snmp_debug.h"
75
76 #endif /* SQUID_SNMP_H */