-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathversion.h
63 lines (42 loc) · 1.38 KB
/
version.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
/* version.h */
#ifdef VERS_SLOW
/* Light version, for HP95/100/200LX, HP Portable, or Classic Vectra 286 */
#ifdef HPLX
#undef XIL
/* 1234567890123456789012345678901234 */
#define USER1 " HP-LX serie version (F1 to exit) "
#define USER2 " For more information, visit: "
#define USER3 " http://membres.lycos.fr/jeffcalc "
#define SIG " PRT:LX1"
#define WSUM -13586
#endif
/* ------------------------------------------------- */
#ifdef HPPLUS
#define XIL
/* 1234567890123456789012345678901234 */
#define USER1 " HP Portable version (F1 to exit) "
#define USER2 " For more information, visit: "
#define USER3 " http://membres.lycos.fr/jeffcalc "
#define SIG " PRT:PP1"
#define WSUM 0
#endif
/* ------------------------------------------------- */
#ifndef HPLX
#ifndef HPPLUS
#define XIL
#define USER1 " Emu41LT Light Version "
#define USER2 " "
#define USER3 ""
#define SIG " PRT:LT1"
#define WSUM -8189
#endif
#endif
/* ------------------------------------------------- */
#else
/* standard PC version (XIL included now) */
#define XIL
/* 1234567890123456789012345678901234 */
#define USER1 " Free version (F1 to exit) "
#define USER2 " For more information, visit: "
#define USER3 " http://membres.lycos.fr/jeffcalc "
#endif