File: util_funcs.h

package info (click to toggle)
net-snmp 5.4.1~dfsg-12
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 28,760 kB
  • ctags: 18,994
  • sloc: ansic: 213,392; sh: 13,736; perl: 12,541; makefile: 5,438; python: 473; pascal: 62
file content (9 lines) | stat: -rw-r--r-- 165 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
#ifdef UCD_COMPATIBLE

#include <net-snmp/agent/util_funcs.h>

#else

#error "Please update your headers or configure using --enable-ucd-snmp-compatibility"

#endif