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

« back to all changes in this revision

Viewing changes to include/net-snmp/data_access/ipaddress.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-12-08 14:59:50 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20071208145950-u1tykhpw56nyzqik
Tags: 5.4.1~dfsg-4ubuntu1
* Merge from debian unstable.
* Remaining Ubuntu changes:
  - Remove stop links from rc0 and rc6
  - Munge Maintainer field as per spec.
* Ubuntu changes dropped:
  - Symlink common files between the packages, CDBS ought to handle that
    for us automatically.
* The latest Debian changes has dropped history from the changelog. Slot in
  the Ubuntu changes as best I can. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * ipaddress data access header
3
3
 *
4
 
 * $Id: ipaddress.h,v 1.10 2005/11/16 19:51:15 rstory Exp $
 
4
 * $Id: ipaddress.h 15220 2006-09-15 00:48:50Z tanders $
5
5
 */
6
6
#ifndef NETSNMP_ACCESS_IPADDRESS_H
7
7
#define NETSNMP_ACCESS_IPADDRESS_H
14
14
/*
15
15
 * structure definitions
16
16
 */
17
 
#if defined( INET6 )
 
17
#if defined( NETSNMP_ENABLE_IPV6 )
18
18
#   define NETSNMP_ACCESS_IPADDRESS_BUF_SIZE 16   /* xxx-rks: 20, for ip6z? */
19
19
#else
20
20
#   define NETSNMP_ACCESS_IPADDRESS_BUF_SIZE 4