summaryrefslogtreecommitdiff
path: root/src/htsconfig.h
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-02-25 19:28:29 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-02-25 19:28:29 +0000
commit47e6363f9c25444103604d0a1e60211ea1ef4c36 (patch)
treebf3b3c05446d7547a02233dc421df3e9b162e4b9 /src/htsconfig.h
parent189959eaefb4ad5ad906dcd0b7c2ba82442b4089 (diff)
Do not force a file to have an extension unless it has a known type (such as html), or a possibly known type (if delayed checks are disabled)
Fixes http://code.google.com/p/httrack/issues/detail?id=1
Diffstat (limited to 'src/htsconfig.h')
-rw-r--r--src/htsconfig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/htsconfig.h b/src/htsconfig.h
index 1cfb76e..94ad3f6 100644
--- a/src/htsconfig.h
+++ b/src/htsconfig.h
@@ -61,6 +61,8 @@ Please visit our Website: http://www.httrack.com
// extension par défaut pour fichiers n'en ayant pas
#define DEFAULT_EXT ".html"
#define DEFAULT_EXT_SHORT ".htm"
+//#define DEFAULT_BIN_EXT ".bin"
+//#define DEFAULT_BIN_EXT_SHORT ".bin"
//#define DEFAULT_EXT ".txt"
//#define DEFAULT_EXT_SHORT ".txt"