Disable wchar_t support since our C library does not treat wchar_t
as UCS-4 in the case of non-UTF-8 locales. This feature was controlled by USE_WCHAR and disabled on NetBSD 7.
This commit is contained in:
parent
18e572265e
commit
2819bbab3f
2
external/bsd/mdocml/include/config.h
vendored
2
external/bsd/mdocml/include/config.h
vendored
@ -41,7 +41,7 @@
|
||||
#define HAVE_STRTONUM 0
|
||||
#define HAVE_SYS_ENDIAN 1
|
||||
#define HAVE_VASPRINTF 1
|
||||
#define HAVE_WCHAR 1
|
||||
#define HAVE_WCHAR 0
|
||||
#define HAVE_OHASH 0
|
||||
|
||||
#define BINM_APROPOS "apropos"
|
||||
|
Loading…
Reference in New Issue
Block a user