aboutsummaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
authormarkw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-02 19:08:50 +0000
committermarkw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-02 19:08:50 +0000
commit22012426a75e0ac7eadf7a3d725581fdb8c3b67a (patch)
tree9312ddb48e6404914c33a4bf9184d258f428eb22 /Config.h
parentfab841e186871c03558c39c93c926a77ba1734c2 (diff)
downloadbusybox-w32-22012426a75e0ac7eadf7a3d725581fdb8c3b67a.tar.gz
busybox-w32-22012426a75e0ac7eadf7a3d725581fdb8c3b67a.tar.bz2
busybox-w32-22012426a75e0ac7eadf7a3d725581fdb8c3b67a.zip
Added Magnus Damm's tftp applet to Busybox.
git-svn-id: svn://busybox.net/trunk/busybox@1953 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Config.h')
-rw-r--r--Config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Config.h b/Config.h
index 6c849a21f..263da98d5 100644
--- a/Config.h
+++ b/Config.h
@@ -104,6 +104,7 @@
104//#define BB_TEE 104//#define BB_TEE
105//#define BB_TEST 105//#define BB_TEST
106//#define BB_TELNET 106//#define BB_TELNET
107#define BB_TFTP
107#define BB_TOUCH 108#define BB_TOUCH
108//#define BB_TR 109//#define BB_TR
109#define BB_TRUE_FALSE 110#define BB_TRUE_FALSE
@@ -312,6 +313,10 @@
312// Support for the -A -B and -C context flags in grep 313// Support for the -A -B and -C context flags in grep
313//#define BB_FEATURE_GREP_CONTEXT 314//#define BB_FEATURE_GREP_CONTEXT
314// 315//
316// Tell tftp what commands that should be supported.
317#define BB_FEATURE_TFTP_PUT
318#define BB_FEATURE_TFTP_GET
319//
315// End of Features List 320// End of Features List
316// 321//
317// 322//