summaryrefslogtreecommitdiff
path: root/agent/mibgroup/sctp-mib/sctpScalars.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/mibgroup/sctp-mib/sctpScalars.h')
-rw-r--r--agent/mibgroup/sctp-mib/sctpScalars.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/agent/mibgroup/sctp-mib/sctpScalars.h b/agent/mibgroup/sctp-mib/sctpScalars.h
new file mode 100644
index 0000000..8dbb8b5
--- /dev/null
+++ b/agent/mibgroup/sctp-mib/sctpScalars.h
@@ -0,0 +1,27 @@
+/*
+ * Note: this file originally auto-generated by mib2c using
+ * : mib2c.scalar.conf 11805 2005-01-07 09:37:18Z dts12 $
+ */
+#ifndef SCTP_SCALARS_H
+#define SCTP_SCALARS_H
+config_require(sctp-mib/sctpScalars_common)
+#if defined( linux )
+config_require(sctp-mib/sctpScalars_linux)
+#elif defined( freebsd8 ) || defined ( freebsd7 )
+config_require(sctp-mib/sctpScalars_freebsd)
+#elif defined( solaris2 )
+config_require(sctp-mib/sctpScalars_solaris2)
+#else
+/*
+ * couldn't determine the correct file!
+ * require a bogus file to generate an error.
+ */
+config_require(sctp-mib/scalars-unknown-arch)
+#endif
+/*
+ * Initialize and register the sctpStats and sctpParams handlers.
+ */
+extern void init_sctpScalars(void);
+
+
+#endif /* SCTP_SCALARS_H */