diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:36:11 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:36:11 +0000 |
commit | ad5b7acc19290ff91e0f42a0de448a26760fcf99 (patch) | |
tree | 2d1867758835fd0c4e443ff3cc7e5c774af85874 /src/htssystem.h |
Imported httrack 3.20.2
Diffstat (limited to 'src/htssystem.h')
-rw-r--r-- | src/htssystem.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/htssystem.h b/src/htssystem.h new file mode 100644 index 0000000..989607d --- /dev/null +++ b/src/htssystem.h @@ -0,0 +1,15 @@ +// Définition de la plate-forme utilisée + +// Sun Solaris .......... 0 +// Windows/95 ........... 1 +// Ibm 580 .............. 2 + +#define HTS_PLATFORM 1 + +// SHELL +#define HTS_ANALYSTE 2 + + +// Fin de la définition + + |