diff options
author | Chris Rees | 2011-01-24 17:07:06 +0100 |
---|---|---|
committer | Denys Vlasenko | 2011-01-24 17:07:06 +0100 |
commit | 330718ef5574d1f830e304107d2a43038aa6ff5c (patch) | |
tree | 77b8ae48bc39a25c54b16e60a45803af74ff5a83 /include/platform.h | |
parent | e3c127d846eb2febbdb86bcf6c0c92622ab98eea (diff) | |
download | busybox-330718ef5574d1f830e304107d2a43038aa6ff5c.zip busybox-330718ef5574d1f830e304107d2a43038aa6ff5c.tar.gz |
FreeBSD compat
Signed-off-by: Chris Rees <utisoft@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/platform.h')
-rw-r--r-- | include/platform.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/platform.h b/include/platform.h index 2bc88c3..9d6e216 100644 --- a/include/platform.h +++ b/include/platform.h @@ -262,9 +262,12 @@ typedef uint32_t bb__aliased_uint32_t FIX_ALIASING; # undef HAVE_PTSNAME_R # undef HAVE_SYS_STATFS_H # undef HAVE_SIGHANDLER_T +# undef HAVE_XTABS +# undef HAVE_FDPRINTF #else # define HAVE_MNTENT_H 1 # define HAVE_SYS_STATFS_H 1 +# define HAVE_XTABS 1 #endif /*----- Kernel versioning ------------------------------------*/ |