~ubuntu-branches/debian/lenny/net-snmp/lenny

« back to all changes in this revision

Viewing changes to agent/mibgroup/ip-mib/data_access/arp.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-05-10 22:20:23 UTC
  • Revision ID: james.westby@ubuntu.com-20070510222023-3fr07xb9i17xvq32
Tags: upstream-5.3.1
ImportĀ upstreamĀ versionĀ 5.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * arp data access header
3
3
 *
4
 
 * $Id: arp.h,v 1.1 2004/04/13 19:32:48 rstory Exp $
 
4
 * $Id: arp.h,v 1.2 2005/10/29 03:31:29 rstory Exp $
5
5
 */
6
6
/**---------------------------------------------------------------------*/
7
7
/*
17
17
 *    HPUX11 had different reuirements than other HPUX, that should
18
18
 *    be handled in the *_hpux.h header file.
19
19
 */
20
 
config_require(ip-mib/data_access/arp_common);
 
20
config_require(ip-mib/data_access/arp_common)
21
21
#if defined( linux )
22
 
config_require(ip-mib/data_access/arp_linux);
 
22
config_require(ip-mib/data_access/arp_linux)
23
23
#else
24
24
/*
25
25
 * couldn't determine the correct file!
26
26
 * require a bogus file to generate an error.
27
27
 */
28
 
configure_require(ip-mib/data_access/arp-unknown-arch);
 
28
config_require(ip-mib/data_access/arp-unknown-arch)
29
29
#endif
30
30