003 File Manager
Current Path:
/usr/src/contrib/ntp/ntpsnmpd
usr
/
src
/
contrib
/
ntp
/
ntpsnmpd
/
📁
..
📄
Makefile.am
(3.83 KB)
📄
Makefile.in
(42.45 KB)
📄
README
(1.65 KB)
📄
invoke-ntpsnmpd.menu
(53 B)
📄
invoke-ntpsnmpd.texi
(6.46 KB)
📄
netsnmp_daemonize.c
(6.54 KB)
📄
ntpSnmpSubagentObject.c
(14.27 KB)
📄
ntpSnmpSubagentObject.h
(2.45 KB)
📄
ntp_snmp.h
(971 B)
📄
ntpsnmpd-opts.c
(32.71 KB)
📄
ntpsnmpd-opts.def
(3.13 KB)
📄
ntpsnmpd-opts.h
(8.58 KB)
📄
ntpsnmpd.1ntpsnmpdman
(5.26 KB)
📄
ntpsnmpd.1ntpsnmpdmdoc
(4.48 KB)
📄
ntpsnmpd.c
(2.96 KB)
📄
ntpsnmpd.html
(4.23 KB)
📄
ntpsnmpd.man.in
(5.26 KB)
📄
ntpsnmpd.mdoc.in
(4.48 KB)
📄
ntpsnmpd.texi
(1.46 KB)
📄
ntpv4-mib.mib
(29.45 KB)
Editing: ntp_snmp.h
/* * ntp_snmp.h -- common net-snmp header includes and workaround * for Autoconf-related PACKAGE_* redefinitions between * net-snmp and NTP. * * Currently ntpsnmpd *.c files are exceptions to the rule that every .c * file should include <config.h> before any other headers. It would be * ideal to rearrange its includes so that our config.h is first, but * that is complicated by the redefinitions between our config.h and * net-snmp/net-snmp-config.h. */ #include <net-snmp/net-snmp-config.h> #include <net-snmp/net-snmp-includes.h> #include <net-snmp/agent/net-snmp-agent-includes.h> #ifdef PACKAGE_BUGREPORT # undef PACKAGE_BUGREPORT #endif #ifdef PACKAGE_NAME # undef PACKAGE_NAME #endif #ifdef PACKAGE_STRING # undef PACKAGE_STRING #endif #ifdef PACKAGE_TARNAME # undef PACKAGE_TARNAME #endif #ifdef PACKAGE_URL # undef PACKAGE_URL #endif #ifdef PACKAGE_VERSION # undef PACKAGE_VERSION #endif #include <ntpSnmpSubagentObject.h> #include <config.h>
Upload File
Create Folder