diff options
author | Mark Whitley | 2000-06-21 22:46:32 +0000 |
---|---|---|
committer | Mark Whitley | 2000-06-21 22:46:32 +0000 |
commit | 07edff4ba4b588b327be04116ed51f8908e3ba56 (patch) | |
tree | 7e4e2e3f4d3d6f9a605aa0dc364c067d1cecc99d | |
parent | 45087b1010728ba90e78be16ae82af82f658976d (diff) | |
download | busybox-07edff4ba4b588b327be04116ed51f8908e3ba56.zip busybox-07edff4ba4b588b327be04116ed51f8908e3ba56.tar.gz |
Added an implicit rule for #defining BB_FEATURE_USE_TERMIOS if
BB_FEATURE_AUTOWIDTH is #defined.
-rw-r--r-- | busybox.def.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index 89172ea..9742241 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -282,6 +282,12 @@ #endif #endif // +#if defined BB_FEATURE_AUTOWIDTH +#ifndef BB_FEATURE_USE_TERMIOS +#define BB_FEATURE_USE_TERMIOS +#endif +#endif +// #if defined BB_INSMOD #ifndef BB_FEATURE_INSMOD_OLD_KERNEL #define BB_FEATURE_INSMOD_NEW_KERNEL |