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

« back to all changes in this revision

Viewing changes to agent/mibgroup/udp-mib/data_access/udp_endpoint.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
 * udp_endpoint data access header
3
3
 *
4
 
 * $Id: udp_endpoint.h,v 1.1 2005/10/31 08:48:55 rstory Exp $
 
4
 * $Id: udp_endpoint.h 15387 2006-10-10 21:13:36Z tanders $
5
5
 */
6
6
/**---------------------------------------------------------------------*/
7
7
/*
20
20
config_require(udp-mib/data_access/udp_endpoint_common)
21
21
#if defined( linux )
22
22
config_require(udp-mib/data_access/udp_endpoint_linux)
 
23
#elif defined( solaris2 )
 
24
config_require(udp-mib/data_access/udp_endpoint_solaris2)
23
25
#else
24
26
#   define NETSNMP_UDP_ENDPOINT_COMMON_ONLY
25
27
#endif