File: mib_module_shutdown.h

package info (click to toggle)
net-snmp 5.9.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 37,540 kB
  • sloc: ansic: 282,201; perl: 17,710; sh: 12,006; makefile: 2,712; python: 735; xml: 663; pascal: 62; sql: 47
file content (15 lines) | stat: -rw-r--r-- 485 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* This file is automatically generated by configure.  Do not modify by hand. */
  if (should_init("proxy")) shutdown_proxy();
  if (should_init("snmpNotifyFilterTable")) shutdown_snmpNotifyFilterTable();
 
#ifdef USING_UCD_SNMP_MODULE
  if (should_init("pass_persist")) shutdown_pass_persist();
#endif

#ifdef USING_UCD_SNMP_DLMOD_MODULE
  if (should_init("dlmod")) shutdown_dlmod();
#endif

#ifdef USING_WINEXTDLL_MODULE
   if (should_init("winExtDLL")) shutdown_winExtDLL();
#endif