aboutsummaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-04-19 16:55:27 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-04-19 16:55:27 +0000
commit1d961a851d66587c93a183d763e1067ca43ef56c (patch)
tree8262e023a17fdaf0dc5982d7d49d801c6596a2d4 /Config.h
parent5fb749a0320175f2cf7d1558908a448dea640f51 (diff)
downloadbusybox-w32-1d961a851d66587c93a183d763e1067ca43ef56c.tar.gz
busybox-w32-1d961a851d66587c93a183d763e1067ca43ef56c.tar.bz2
busybox-w32-1d961a851d66587c93a183d763e1067ca43ef56c.zip
This has two patches. First it moves interface.c to libbb (it is
support code after all). It also contains a patch from Larry Doolittle that removes two instances of "strlen([^)]*) *- *1", un-shadows two variables, relaxes requirement for a sprintf(3) that returns number of bytes written, and eliminates a duplicate subroutine. git-svn-id: svn://busybox.net/trunk/busybox@2379 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Config.h')
-rw-r--r--Config.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/Config.h b/Config.h
index bf477f600..8c80f8e87 100644
--- a/Config.h
+++ b/Config.h
@@ -396,14 +396,6 @@
396 #define BB_NFSMOUNT 396 #define BB_NFSMOUNT
397#endif 397#endif
398// 398//
399#if defined BB_IFCONFIG
400 #ifdef BB_FEATURE_IFCONFIG_STATUS
401 #define BB_INTERFACE
402 #endif
403#else
404 #undef BB_INTERFACE
405#endif
406//
407#if defined BB_FEATURE_AUTOWIDTH 399#if defined BB_FEATURE_AUTOWIDTH
408 #ifndef BB_FEATURE_USE_TERMIOS 400 #ifndef BB_FEATURE_USE_TERMIOS
409 #define BB_FEATURE_USE_TERMIOS 401 #define BB_FEATURE_USE_TERMIOS