~ubuntu-branches/ubuntu/trusty/net-snmp/trusty

« back to all changes in this revision

Viewing changes to include/net-snmp/system/freebsd4.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
#include "freebsd.h"
 
2
 
 
3
/*
 
4
 * freebsd4 is a superset of freebsd2 and freebsd3 
 
5
 */
 
6
#define freebsd2 1
 
7
#define freebsd3 1
 
8
 
 
9
#undef IFADDR_SYMBOL
 
10
#define IFADDR_SYMBOL "in_ifaddrhead"
 
11
 
 
12
#undef PROC_SYMBOL
 
13
#define PROC_SYMBOL "allproc"
 
14
 
 
15
#undef NPROC_SYMBOL
 
16
#define NPROC_SYMBOL "nprocs"
 
17
 
 
18
#undef TOTAL_MEMORY_SYMBOL