blob: f9bc1c2654635424e8f78bf2a09052df55ea5e61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ae,v 1.2 2007/12/31 02:51:56 obache Exp $
--- include/config.h.in.orig 2007-03-24 17:11:35.000000000 +0000
+++ include/config.h.in
@@ -154,6 +154,9 @@
/* Define to 1 if you have the `_sleep2' function. */
#undef HAVE__SLEEP2
+/* Define if you have the i386 library (-li386). */
+#undef HAVE_LIBI386
+
/* Name of package */
#undef PACKAGE
|