diff options
Diffstat (limited to 'debian/Config.h-static')
-rw-r--r-- | debian/Config.h-static | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/Config.h-static b/debian/Config.h-static index 4cde55fda..079c854aa 100644 --- a/debian/Config.h-static +++ b/debian/Config.h-static | |||
@@ -305,6 +305,9 @@ | |||
305 | // Enable a nifty progress meter in wget (adds just under 2k) | 305 | // Enable a nifty progress meter in wget (adds just under 2k) |
306 | #define BB_FEATURE_WGET_STATUSBAR | 306 | #define BB_FEATURE_WGET_STATUSBAR |
307 | // | 307 | // |
308 | // Enable HTTP authentication in wget | ||
309 | #define BB_FEATURE_WGET_AUTHENTICATION | ||
310 | // | ||
308 | // Clean up all memory before exiting -- usually not needed | 311 | // Clean up all memory before exiting -- usually not needed |
309 | // as the OS can clean up... Don't enable this unless you | 312 | // as the OS can clean up... Don't enable this unless you |
310 | // have a really good reason for cleaning things up manually. | 313 | // have a really good reason for cleaning things up manually. |