summaryrefslogtreecommitdiff
path: root/src/htssystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/htssystem.h')
-rw-r--r--src/htssystem.h15
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
+
+