summaryrefslogtreecommitdiff
path: root/net/ucd-snmp/patches/patch-aa
blob: 77edbc9705a49daafa12a471952f16169a2e219c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
$NetBSD: patch-aa,v 1.5 1999/04/05 01:01:30 hubertf Exp $

*** configure.in-ORIG	Mon Mar 15 18:31:43 1999
--- configure.in	Sun Apr  4 16:42:20 1999
***************
*** 821,831 ****
  
  AC_CHECK_STRUCT_FOR([
  #include <sys/types.h>
- #define KERNEL
- #define _KERNEL
  #include <sys/socket.h>
- #undef KERNEL
- #undef _KERNEL
  #include <net/route.h>
  ], rtentry, rt_dst, no)
  
--- 821,827 ----
***************
*** 836,846 ****
  dnl 4.4 compat
  AC_TRY_COMPILE([
  #include <sys/types.h>
- #define KERNEL
- #define _KERNEL
  #include <sys/socket.h>
- #undef KERNEL
- #undef _KERNEL
  #include <net/route.h>
  ],[
  
--- 832,838 ----
***************
*** 857,867 ****
  if test "x$ac_cv_RTENTRY_TYPE" = "x"; then
  AC_TRY_COMPILE([
  #include <sys/types.h>
- #define KERNEL
- #define _KERNEL
  #include <sys/socket.h>
- #undef KERNEL
- #undef _KERNEL
  #include <net/route.h>
  ],[
  struct rtentry rt; 
--- 849,855 ----