--- include/libbb.h.orig 2016-03-17 20:35:49 UTC +++ include/libbb.h @@ -51,6 +51,9 @@ #include #include #include +#ifndef HAVE_XTABS +# define XTABS OXTABS +#endif #include #include #if ENABLE_FEATURE_SHADOWPASSWDS @@ -152,9 +155,6 @@ #ifndef HAVE_FDATASYNC # define fdatasync fsync #endif -#ifndef HAVE_XTABS -# define XTABS TAB3 -#endif /* Some libc's forget to declare these, do it ourself */