mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 02:57:40 -04:00
17 lines
474 B
Plaintext
17 lines
474 B
Plaintext
$NetBSD: patch-aa,v 1.14 2011/07/02 22:19:30 dholland Exp $
|
|
|
|
- need to be able to check for wchar.h
|
|
|
|
--- Amaya/config.h.in~ 2003-01-07 09:33:07.000000000 -0500
|
|
+++ Amaya/config.h.in 2008-09-08 04:37:57.000000000 -0400
|
|
@@ -321,6 +321,9 @@
|
|
/* Define if you have the <unixlib.h> header file. */
|
|
#undef HAVE_UNIXLIB_H
|
|
|
|
+/* Define if you have the <wchar.h> header file. */
|
|
+#undef HAVE_WCHAR_H
|
|
+
|
|
/* Define if you have the <stdint.h> header file. */
|
|
#undef HAVE_STDINT_H
|
|
|