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

« back to all changes in this revision

Viewing changes to agent/mibgroup/ip-mib/data_access/systemstats.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
 * systemstats data access header
3
3
 *
4
 
 * $Id: systemstats.h,v 1.1 2004/07/10 18:05:44 rstory Exp $
 
4
 * $Id: systemstats.h,v 1.2 2005/10/28 15:29:23 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/systemstats_common);
 
20
config_require(ip-mib/data_access/systemstats_common)
21
21
#if defined( linux )
22
 
config_require(ip-mib/data_access/systemstats_linux);
 
22
config_require(ip-mib/data_access/systemstats_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/systemstats-unknown-arch);
 
28
config_require(ip-mib/data_access/systemstats-unknown-arch);
29
29
#endif
30
30