From e2bb65a7f1cb560e11cab55c8d598d7520e7cf0f Mon Sep 17 00:00:00 2001 From: tshiozak Date: Tue, 15 May 2001 20:28:48 +0000 Subject: adapt to FreeBSD. - add #define NULL 0 instead of sys/null.h. - enable locale-insensitive functions: wcscat.c wcschr.c wcscmp.c wcscpy.c wcscspn.c wcslcat.c wcslcpy.c wcslen.c wcsncat.c wcsncmp.c wcsncpy.c wcspbrk.c wcsrchr.c wcsspn.c wcsstr.c wmemchr.c wmemcmp.c wmemcpy.c wmemmove.c wmemset.c - disable some locale-sensitive functions defined in wchar.h temporarily: mbrlen mbrtowc mbsinit mbsrtowcs wcrtomb wcsrtombs wcwidth wcswidth - disable all functions defined in wctype.h temporarily: is* tow* --- include/wctype.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/wctype.h') diff --git a/include/wctype.h b/include/wctype.h index 93ca454..66ee7cc 100644 --- a/include/wctype.h +++ b/include/wctype.h @@ -30,6 +30,8 @@ * $FreeBSD$ */ +#if 0 +/* XXX: not implemented */ #ifndef _WCTYPE_H_ #define _WCTYPE_H_ @@ -63,3 +65,4 @@ wint_t towupper __P((wint_t)); __END_DECLS #endif /* _WCTYPE_H_ */ +#endif -- cgit v1.1