summaryrefslogtreecommitdiff
path: root/lib/htssystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/htssystem.h')
-rw-r--r--lib/htssystem.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/htssystem.h b/lib/htssystem.h
new file mode 100644
index 0000000..5112ece
--- /dev/null
+++ b/lib/htssystem.h
@@ -0,0 +1,12 @@
+/*
+ HTTrack library example
+*/
+
+#define HTS_PLATFORM 1
+#define HTS_ANALYSTE 1
+#define HTS_PLATFORM_NAME "example"
+#ifdef _WIN32
+#define HTS_WIN 1
+#define HTS_USEZLIB 0
+#endif
+