aboutsummaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-10-05 04:40:37 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-10-05 04:40:37 +0000
commit836a3d8bb2697c1f1a1e8a31bd5dfff2ce9a1d19 (patch)
treebfc74a10998be45c79515b34f2288702cfeed726 /Config.h
parent1eb2cc0584e2dd10c54d6dc02416d8b11a542e58 (diff)
downloadbusybox-w32-836a3d8bb2697c1f1a1e8a31bd5dfff2ce9a1d19.tar.gz
busybox-w32-836a3d8bb2697c1f1a1e8a31bd5dfff2ce9a1d19.tar.bz2
busybox-w32-836a3d8bb2697c1f1a1e8a31bd5dfff2ce9a1d19.zip
Apply Magnus Damm's patch, adds tftp blocksize support, and some cleanups.
git-svn-id: svn://busybox.net/trunk/busybox@3492 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Config.h')
-rw-r--r--Config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Config.h b/Config.h
index 36c897a67..99a087165 100644
--- a/Config.h
+++ b/Config.h
@@ -378,6 +378,7 @@
378// Tell tftp what commands that should be supported. 378// Tell tftp what commands that should be supported.
379#define BB_FEATURE_TFTP_PUT 379#define BB_FEATURE_TFTP_PUT
380#define BB_FEATURE_TFTP_GET 380#define BB_FEATURE_TFTP_GET
381//#define BB_FEATURE_TFTP_BLOCKSIZE
381// 382//
382// features for vi 383// features for vi
383#define BB_FEATURE_VI_COLON // ":" colon commands, no "ex" mode 384#define BB_FEATURE_VI_COLON // ":" colon commands, no "ex" mode