--- include/libbb.h.orig 2019-02-14 13:31:15 UTC +++ include/libbb.h @@ -53,6 +53,9 @@ #include #include #include +#ifndef HAVE_XTABS +# define XTABS TAB3 +#endif #include #include #if ENABLE_FEATURE_SHADOWPASSWDS @@ -160,9 +163,6 @@ #ifndef HAVE_FDATASYNC # define fdatasync fsync #endif -#ifndef HAVE_XTABS -# define XTABS TAB3 -#endif /* * Use '%m' to append error string on platforms that support it, * '%s' and strerror() on those that don't.