From 2b525c3b4f713a390931a46016a164c691b173e0 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Wed, 3 Sep 2003 03:23:31 +0000 Subject: Only define __STDC_ISO_10646__ if wide char support is enabled. --- include/features.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/features.h b/include/features.h index b378d3161..1e2d76a05 100644 --- a/include/features.h +++ b/include/features.h @@ -246,8 +246,10 @@ #define __STDC_IEC_559__ 1 #define __STDC_IEC_559_COMPLEX__ 1 +#ifdef __UCLIBC_HAS_WCHAR__ /* wchar_t uses ISO 10646-1 (2nd ed., published 2000-09-15) / Unicode 3.0. */ #define __STDC_ISO_10646__ 200009L +#endif /* This macro indicates that the installed library is uClibc. Use * __UCLIBC_MAJOR__ and __UCLIBC_MINOR__ to test for the features in -- cgit v1.2.3