aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/Config.h-deb3
-rw-r--r--debian/Config.h-static3
-rw-r--r--debian/Config.h-udeb3
3 files changed, 9 insertions, 0 deletions
diff --git a/debian/Config.h-deb b/debian/Config.h-deb
index 606204bfe..40ec562ae 100644
--- a/debian/Config.h-deb
+++ b/debian/Config.h-deb
@@ -305,6 +305,9 @@
// Enable a nifty progress meter in wget (adds just under 2k)
#define BB_FEATURE_WGET_STATUSBAR
//
+// Enable HTTP authentication in wget
+#define BB_FEATURE_WGET_AUTHENTICATION
+//
// Clean up all memory before exiting -- usually not needed
// as the OS can clean up... Don't enable this unless you
// have a really good reason for cleaning things up manually.
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 @@
// Enable a nifty progress meter in wget (adds just under 2k)
#define BB_FEATURE_WGET_STATUSBAR
//
+// Enable HTTP authentication in wget
+#define BB_FEATURE_WGET_AUTHENTICATION
+//
// Clean up all memory before exiting -- usually not needed
// as the OS can clean up... Don't enable this unless you
// have a really good reason for cleaning things up manually.
diff --git a/debian/Config.h-udeb b/debian/Config.h-udeb
index 7aeba2873..9e05c4f06 100644
--- a/debian/Config.h-udeb
+++ b/debian/Config.h-udeb
@@ -305,6 +305,9 @@
// Enable a nifty progress meter in wget (adds just under 2k)
#define BB_FEATURE_WGET_STATUSBAR
//
+// Enable HTTP authentication in wget
+#define BB_FEATURE_WGET_AUTHENTICATION
+//
// Clean up all memory before exiting -- usually not needed
// as the OS can clean up... Don't enable this unless you
// have a really good reason for cleaning things up manually.