diff options
Diffstat (limited to 'src/htsglobal.h')
-rw-r--r-- | src/htsglobal.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/htsglobal.h b/src/htsglobal.h index 2be342f..32a5a3e 100644 --- a/src/htsglobal.h +++ b/src/htsglobal.h @@ -246,15 +246,11 @@ Please visit our Website: http://www.httrack.com #endif #if HTS_SPARE_MEMORY==0 -/* Gestion des tables de hashage */ -#define HTS_HASH_SIZE 20147 /* Taille max d'une URL */ #define HTS_URLMAXSIZE 1024 /* Taille max ligne de commande (>=HTS_URLMAXSIZE*2) */ #define HTS_CDLMAXSIZE 1024 #else -/* Gestion des tables de hashage */ -#define HTS_HASH_SIZE 1023 /* Taille max d'une URL */ #define HTS_URLMAXSIZE 256 /* Taille max ligne de commande (>=HTS_URLMAXSIZE*2) */ |