|
@@ -64,10 +64,9 @@
|
|
# include <wctype.h>
|
|
# include <wctype.h>
|
|
# endif
|
|
# endif
|
|
|
|
|
|
-# if defined _LIBC || defined __UCLIBC__
|
|
|
|
|
|
+# ifdef _LIBC
|
|
/* We have to keep the namespace clean. */
|
|
/* We have to keep the namespace clean. */
|
|
|
|
|
|
-# ifndef __UCLIBC__
|
|
|
|
# define btowc __btowc
|
|
# define btowc __btowc
|
|
|
|
|
|
/* We are also using some library internals. */
|
|
/* We are also using some library internals. */
|
|
@@ -76,7 +75,6 @@
|
|
# include <langinfo.h>
|
|
# include <langinfo.h>
|
|
# include <locale/coll-lookup.h>
|
|
# include <locale/coll-lookup.h>
|
|
# endif
|
|
# endif
|
|
-# endif
|
|
|
|
|
|
|
|
/* This is for other GNU distributions with internationalized messages. */
|
|
/* This is for other GNU distributions with internationalized messages. */
|
|
# if defined HAVE_LIBINTL_H || defined _LIBC
|
|
# if defined HAVE_LIBINTL_H || defined _LIBC
|