On Wednesday 29 June 2011 21:19, Daniel Fandrich wrote:
>  #if defined(__GLIBC__) && (__GLIBC__ < 2 || __GLIBC_MINOR__ < 1)
>  # undef HAVE_NET_ETHERNET_H
> +# undef HAVE_UNLOCKED_STDIO
>  #endif

Do you use such an old glibc?

>  #if defined(__UCLIBC_MAJOR__)
> @@ -386,6 +388,7 @@ typedef unsigned smalluint;
>  # undef HAVE_STRSEP
>  # undef HAVE_STRSIGNAL
>  # undef HAVE_STRVERSCMP
> +# undef HAVE_UNLOCKED_STDIO
>  # undef HAVE_VASPRINTF
>  # undef HAVE_NET_ETHERNET_H
>  #endif

Is it __WATCOMC__ block? Watcom doesn't have unlocked stuff?
All of it? At least unlocked getc/putc should be available...

> @@ -424,6 +427,7 @@ typedef unsigned smalluint;
>  # undef HAVE_STPCPY
>  # undef HAVE_STRCHRNUL
>  # undef HAVE_STRVERSCMP
> +# undef HAVE_UNLOCKED_STDIO
>  # undef HAVE_NET_ETHERNET_H
>  #endif

Same questions for Android...

-- 
vda
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to