projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45087b1
)
Added an implicit rule for #defining BB_FEATURE_USE_TERMIOS if
author
Mark Whitley
<markw@lineo.com>
Wed, 21 Jun 2000 22:46:32 +0000
(22:46 -0000)
committer
Mark Whitley
<markw@lineo.com>
Wed, 21 Jun 2000 22:46:32 +0000
(22:46 -0000)
BB_FEATURE_AUTOWIDTH is #defined.
busybox.def.h
patch
|
blob
|
history
diff --git
a/busybox.def.h
b/busybox.def.h
index 89172ea9847cadc59e2df9cc67201f75649f36df..9742241c27321087ff471cff3f1e86e8610a8d1e 100644
(file)
--- 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