summaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-04-19 16:55:27 +0000
committerEric Andersen <andersen@codepoet.org>2001-04-19 16:55:27 +0000
commit46cd74b9e3bf0ed842f4e6f2e5a8b8f364e3ad4c (patch)
tree8262e023a17fdaf0dc5982d7d49d801c6596a2d4 /Config.h
parent3ce79338e66d37e9313c0a4bde78d21822402c09 (diff)
downloadbusybox-w32-46cd74b9e3bf0ed842f4e6f2e5a8b8f364e3ad4c.tar.gz
busybox-w32-46cd74b9e3bf0ed842f4e6f2e5a8b8f364e3ad4c.tar.bz2
busybox-w32-46cd74b9e3bf0ed842f4e6f2e5a8b8f364e3ad4c.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.
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