aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Whitley <markw@lineo.com>2000-06-21 22:46:32 +0000
committerMark Whitley <markw@lineo.com>2000-06-21 22:46:32 +0000
commit07edff4ba4b588b327be04116ed51f8908e3ba56 (patch)
tree7e4e2e3f4d3d6f9a605aa0dc364c067d1cecc99d
parent45087b1010728ba90e78be16ae82af82f658976d (diff)
downloadbusybox-07edff4ba4b588b327be04116ed51f8908e3ba56.tar.gz
Added an implicit rule for #defining BB_FEATURE_USE_TERMIOS if
BB_FEATURE_AUTOWIDTH is #defined.
-rw-r--r--busybox.def.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h
index 89172ea98..9742241c2 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