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