summaryrefslogtreecommitdiff
path: root/security/openssh/patches/patch-config.h.in
blob: 025354a23547f79f351f8ecb5efa274bca8534c5 (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
$NetBSD: patch-config.h.in,v 1.1 2013/05/01 19:58:26 imil Exp $

Added Interix and define new path to if_tun.h

--- config.h.in.orig	2013-03-21 23:38:18.000000000 +0000
+++ config.h.in
@@ -561,6 +561,9 @@
 /* define if you have int64_t data type */
 #undef HAVE_INT64_T
 
+/* Define if you are on Interix */
+#undef HAVE_INTERIX
+
 /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H
 
@@ -699,6 +702,9 @@
 /* Define to 1 if you have the <net/if_tun.h> header file. */
 #undef HAVE_NET_IF_TUN_H
 
+/* Define to 1 if you have the <net/tun/if_tun.h> header file. */
+#undef HAVE_NET_TUN_IF_TUN_H
+
 /* Define if you are on NeXT */
 #undef HAVE_NEXT