File: parse.h

package info (click to toggle)
net-snmp 5.4.3~dfsg-2%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 28,488 kB
  • ctags: 20,093
  • sloc: ansic: 218,447; sh: 13,869; perl: 12,655; makefile: 5,453; python: 472; pascal: 124
file content (9 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
#ifdef UCD_COMPATIBLE

#include <net-snmp/library/parse.h>

#else

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

#endif