Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / security / openssh / patches / patch-config.h.in
blob721ca931ed5dd89ee6857da32d306633ee5318b5
1 $NetBSD$
3 Added Interix and define new path to if_tun.h
5 --- config.h.in.orig 2013-03-21 23:38:18.000000000 +0000
6 +++ config.h.in
7 @@ -561,6 +561,9 @@
8 /* define if you have int64_t data type */
9 #undef HAVE_INT64_T
11 +/* Define if you are on Interix */
12 +#undef HAVE_INTERIX
14 /* Define to 1 if you have the <inttypes.h> header file. */
15 #undef HAVE_INTTYPES_H
17 @@ -699,6 +702,9 @@
18 /* Define to 1 if you have the <net/if_tun.h> header file. */
19 #undef HAVE_NET_IF_TUN_H
21 +/* Define to 1 if you have the <net/tun/if_tun.h> header file. */
22 +#undef HAVE_NET_TUN_IF_TUN_H
24 /* Define if you are on NeXT */
25 #undef HAVE_NEXT