~ubuntu-branches/ubuntu/gutsy/net-snmp/gutsy-security

« back to all changes in this revision

Viewing changes to include/net-snmp/system/svr5.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
/*
 
2
 * used to minimally build SCO UnixWare 7.1.0 using CCS 3.2 compiler - YMMV 
 
3
 */
 
4
 
 
5
#include "generic.h"
 
6
 
 
7
/*
 
8
 * using CCS "cc", "configure" does not find this item 
 
9
 */
 
10
#define HAVE_MEMCPY 1
 
11
/*
 
12
 * so, undo the damage done earlier in config.h 
 
13
 */
 
14
#undef memcpy
 
15
#undef memmove
 
16
#define HAVE_GETHOSTBYNAME 1
 
17
 
 
18
/*
 
19
 * lie about this next define to avoid sa_len and sa_family MACROS !! 
 
20
 */
 
21
#define STRUCT_SOCKADDR_HAS_SA_UNION_SA_GENERIC_SA_FAMILY2 1
 
22
 
 
23
/*
 
24
 * this header requires queue_t, not easily done without kernel headers 
 
25
 */
 
26
#undef HAVE_NETINET_IN_PCB_H