blob: a1213d1bedabc627e369149629f7de6fb6ce5528 (
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-ad,v 1.1.1.1 2007/11/13 18:02:15 jlam Exp $
--- curses/curses_config.h.in.orig Sun Jul 22 00:57:45 2007
+++ curses/curses_config.h.in
@@ -19,6 +19,9 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
+/* Define to 1 if you have the `mbrtowc' function. */
+#undef HAVE_MBRTOWC
+
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
@@ -62,6 +65,9 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
+
+/* Define to 1 if you have the `wcrtomb' function. */
+#undef HAVE_WCRTOMB
/* Whether wcwidth() is available */
#undef HAVE_WCWIDTH
|