blob: 0cc271372c3bddab09d7d505b99396f9cbe70238 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-aa,v 1.3 2008/01/10 21:42:51 adam Exp $
--- config.h.in.orig 2008-01-08 17:41:44.000000000 +0100
+++ config.h.in
@@ -53,6 +53,9 @@
/* Define to 1 if you have the `iswspace' function. */
#undef HAVE_ISWSPACE
+/* Define if you have the btowc function. */
+#undef HAVE_BTOWC
+
/* Define if you have Kerberos installed */
#undef HAVE_KERBEROS
|