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

« back to all changes in this revision

Viewing changes to include/net-snmp/system/sunos.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 "generic.h"
 
2
 
 
3
typedef int     ssize_t;
 
4
 
 
5
#undef IP_FORWARDING_SYMBOL
 
6
#define IP_FORWARDING_SYMBOL "ip_forwarding"
 
7
 
 
8
#undef TCP_TTL_SYMBOL
 
9
#define TCP_TTL_SYMBOL "tcp_ttl"
 
10
 
 
11
#define UTMP_HAS_NO_TYPE 1
 
12
#define UTMP_FILE "/etc/utmp"