mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
349 B
Plaintext
15 lines
349 B
Plaintext
$NetBSD: patch-ai,v 1.1 2004/06/22 14:05:39 minskim Exp $
|
|
|
|
--- config.h.in.orig 2004-06-21 09:46:10.000000000 -0500
|
|
+++ config.h.in
|
|
@@ -221,6 +221,9 @@
|
|
/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
|
|
#undef HAVE_ALLOCA_H
|
|
|
|
+/* Define if you have wctype_t, as a type. */
|
|
+#undef HAVE_WCTYPE_T
|
|
+
|
|
|
|
/* SYSTEM TYPES */
|
|
|