~ubuntu-branches/ubuntu/gutsy/net-snmp/gutsy-security

« back to all changes in this revision

Viewing changes to include/ucd-snmp/snmp_client.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2004-09-13 12:06:21 UTC
  • Revision ID: james.westby@ubuntu.com-20040913120621-g952ntonlleihcvm
Tags: upstream-5.1.1
ImportĀ upstreamĀ versionĀ 5.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifdef UCD_COMPATIBLE
 
2
 
 
3
#include <net-snmp/library/snmp_client.h>
 
4
 
 
5
#else
 
6
 
 
7
#error "Please update your headers or configure using --enable-ucd-snmp-compatibility"
 
8
 
 
9
#endif