4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-15 10:29:17 +08:00
newlib-cygwin/newlib/newlib.hin
Jeff Johnston f777e3a5ac 2004-04-23 Artem B. Bityuckiy <abitytsky@softminecorp.com>
* configure.in: Define _MB_CAPABLE if mb supported.
        * configure: Regenerated.
        * configure.host: Remove manual setting of MB_CAPABLE compiler
        flag.
        * newlib.hin: Add _MB_CAPABLE flag.
        * libc/ctype/iswalpha.c, libc/ctype/iswblank.c: Include <newlib.h>
        and check for _MB_CAPABLE flag instead of MB_CAPABLE.
        * libc/ctype/iswcntrl.c, libc/ctype/iswprint.c: Ditto.
        * libc/ctype/iswpunct.c, libc/ctype/iswspace.c: Ditto.
        * libc/ctype/jp2uc.c: Ditto.
        * libc/ctype/towlower.c, libc/ctype/towupper.c: Ditto.
        * libc/locale/locale.c: Ditto
        * libc/machine/powerpc/vfscanf.c: Ditto
        * libc/stdio/vfprintf.c, libc/stdio/vfscanf.c: Ditto
        * libc/stdlib/mblen.c: Ditto
        * libc/stdlib/mblen_r.c, libc/stdlib/mbrlen.c: Ditto
        * libc/stdlib/mbrtowc.c, libc/stdlib/mbsrtowcs.c: Ditto
        * libc/stdlib/mbstowcs.c, libc/stdlib/mbtowc.c: Ditto
        * libc/stdlib/mbtowc_r.c, libc/stdlib/wcrtomb.c: Ditto
        * libc/stdlib/wcsrtombs.c, libc/stdlib/wcstombs.c: Ditto
        * libc/stdlib/wctomb.c, libc/sys/linux/intl/dcigettext.c: Ditto
        * libc/sys/linux/intl/explodename.c: Ditto
        * libc/sys/linux/intl/finddomain.c: Ditto
        * libc/sys/linux/intl/l10nflist.c: Ditto
        * libc/sys/linux/intl/loadmsgcat.c: Ditto
        * libc/sys/linux/intl/localealias.c: Ditto
2004-04-23 21:44:22 +00:00

51 lines
1.1 KiB
Plaintext

#ifndef __NEWLIB_H__
#define __NEWLIB_H__ 1
/* EL/IX level */
#undef _ELIX_LEVEL
/* Newlib version */
#undef _NEWLIB_VERSION
/* Multibyte supported */
#undef _MB_CAPABLE
/* MB_LEN_MAX */
#undef _MB_LEN_MAX
/* ICONV enabled */
#undef _ICONV_ENABLED
/*
* ICONV converters enabled
*/
#undef _ICONV_CONVERTER_US_ASCII
#undef _ICONV_CONVERTER_BIG5
#undef _ICONV_CONVERTER_SHIFT_JIS
#undef _ICONV_CONVERTER_GB_2312_80
#undef _ICONV_CONVERTER_CP866
#undef _ICONV_CONVERTER_CP855
#undef _ICONV_CONVERTER_CP852
#undef _ICONV_CONVERTER_CP850
#undef _ICONV_CONVERTER_CP775
#undef _ICONV_CONVERTER_KOI8_U
#undef _ICONV_CONVERTER_KOI8_R
#undef _ICONV_CONVERTER_ISO_8859_1
#undef _ICONV_CONVERTER_ISO_8859_2
#undef _ICONV_CONVERTER_ISO_8859_4
#undef _ICONV_CONVERTER_ISO_8859_5
#undef _ICONV_CONVERTER_ISO_8859_15
#undef _ICONV_CONVERTER_EUC_JP
#undef _ICONV_CONVERTER_EUC_KR
#undef _ICONV_CONVERTER_EUC_TW
#undef _ICONV_CONVERTER_ISO_10646_UCS_2
#undef _ICONV_CONVERTER_ISO_10646_UCS_4
#undef _ICONV_CONVERTER_UCS_2_INTERNAL
#undef _ICONV_CONVERTER_UCS_4_INTERNAL
#undef _ICONV_CONVERTER_UTF_16
#undef _ICONV_CONVERTER_UTF_8
#endif /* !__NEWLIB_H__ */