Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / security / openssh / patches / patch-ag
blob18d68ed0c51eae4ae9e1b0d6c44ad733c58321ad
1 $NetBSD: patch-ag,v 1.13 2010/06/11 20:41:42 martti Exp $
3 --- config.h.in.orig    2011-02-04 00:59:51.000000000 +0000
4 +++ config.h.in
5 @@ -533,6 +533,9 @@
6  /* define if you have int64_t data type */
7  #undef HAVE_INT64_T
8  
9 +/* Define if you are on Interix */
10 +#undef HAVE_INTERIX
12  /* Define to 1 if you have the <inttypes.h> header file. */
13  #undef HAVE_INTTYPES_H
15 @@ -659,6 +662,9 @@
16  /* Define to 1 if you have the <net/if_tun.h> header file. */
17  #undef HAVE_NET_IF_TUN_H
19 +/* Define to 1 if you have the <net/tun/if_tun.h> header file. */
20 +#undef HAVE_NET_TUN_IF_TUN_H
22  /* Define if you are on NeXT */
23  #undef HAVE_NEXT