mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 21:47:37 +03:00
2008-09-05 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Added "Firefox3 Cookie" feature to FeatureConfig * src/FeatureConfig.cc * src/FeatureConfig.h * test/FeatureConfigTest.cc
This commit is contained in:
parent
40c1d08c5a
commit
9fc8b15736
4 changed files with 20 additions and 0 deletions
|
@ -58,6 +58,10 @@ void FeatureConfigTest::testFeatureSummary() {
|
|||
"BitTorrent",
|
||||
#endif // ENABLE_BITTORRENT
|
||||
|
||||
#ifdef HAVE_SQLITE3
|
||||
"Firefox3 Cookie",
|
||||
#endif // HAVE_SQLITE3
|
||||
|
||||
#ifdef HAVE_LIBZ
|
||||
"GZip",
|
||||
#endif // HAVE_LIBZ
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue