diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:57:43 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:57:43 +0000 |
commit | 64cc4a88da8887ef1f7f4d90be0158d2cc76222d (patch) | |
tree | e72af709fbce8bc495f51e7f0518de9a9a2c3b7f /src/htsconfig.h | |
parent | 844ecc37072d515513177c65a8c9dc35c9cdfc1a (diff) |
httrack 3.40.4
Diffstat (limited to 'src/htsconfig.h')
-rw-r--r-- | src/htsconfig.h | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/htsconfig.h b/src/htsconfig.h index 665c9df..3b99b1f 100644 --- a/src/htsconfig.h +++ b/src/htsconfig.h @@ -55,6 +55,9 @@ Please visit our Website: http://www.httrack.com // nom par défaut pour / en ftp #define DEFAULT_FTP "index.txt" +// nom par défaut pour / en mms +#define DEFAULT_MMS "default.avi" + // extension par défaut pour fichiers n'en ayant pas #define DEFAULT_EXT ".html" #define DEFAULT_EXT_SHORT ".htm" @@ -82,8 +85,12 @@ Please visit our Website: http://www.httrack.com // écriture directe dur disque possible (0/1) #define HTS_DIRECTDISK 1 +// always direct-to-disk (0/1) +#define HTS_DIRECTDISK_ALWAYS 1 + // gérer une table de hachage? -#define HTS_HASH 1 +// REMOVED +// #define HTS_HASH 1 // fast cache (build hash table) #define HTS_FAST_CACHE 1 @@ -100,7 +107,8 @@ Please visit our Website: http://www.httrack.com // case-sensitive pour les dossiers et fichiers (0/1) // [normalement 1, mais pose des problèmes (url malformée par exemple) et n'est pas très utile.. // ..et pas bcp respecté] -#define HTS_CASSE 0 +// REMOVED +// #define HTS_CASSE 0 // Un fichier ayant une taille différente du content-length doit il être annulé? // SEE opt.tolerant and opt.http10 |