aboutsummaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-07-23 14:52:08 +0000
committerMatt Kraai <kraai@debian.org>2001-07-23 14:52:08 +0000
commit439e3df65300100e4b63580141eaa238c30431d5 (patch)
treef74320f9994faf4d68826c95cb8d043e35d3a685 /Config.h
parent0139ca92ff4b960e904d18bc0254499e163e2545 (diff)
downloadbusybox-w32-439e3df65300100e4b63580141eaa238c30431d5.tar.gz
busybox-w32-439e3df65300100e4b63580141eaa238c30431d5.tar.bz2
busybox-w32-439e3df65300100e4b63580141eaa238c30431d5.zip
Add support for devfs device names.
Diffstat (limited to 'Config.h')
-rw-r--r--Config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Config.h b/Config.h
index d40a959eb..da62cbfda 100644
--- a/Config.h
+++ b/Config.h
@@ -407,6 +407,9 @@
407// Support for TELNET to pass TERM type to remote host. Adds 384 bytes. 407// Support for TELNET to pass TERM type to remote host. Adds 384 bytes.
408#define BB_FEATURE_TELNET_TTYPE 408#define BB_FEATURE_TELNET_TTYPE
409// 409//
410// Support for devfs.
411//#define BB_FEATURE_DEVFS
412//
410// End of Features List 413// End of Features List
411// 414//
412// 415//