blob: 88bd15b7f07fd3b4e7e37be010434aa12a9db3af (
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
|
$NetBSD: patch-ag,v 1.12 2010/02/19 10:17:33 martti Exp $
--- config.h.in.orig 2009-09-26 09:31:14.000000000 +0300
+++ config.h.in 2010-02-19 12:08:03.000000000 +0200
@@ -518,6 +518,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
@@ -638,6 +641,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
|