]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MINICERN/packlib/zebra/mq/mzebcd1.inc
This commit was generated by cvs2svn to compensate for changes in r2,
[u/mrichter/AliRoot.git] / MINICERN / packlib / zebra / mq / mzebcd1.inc
CommitLineData
fe4da5cc 1*
2* $Id$
3*
4* $Log$
5* Revision 1.2 1997/03/14 17:20:19 mclareni
6* WNT mods
7*
8* Revision 1.1.1.1.2.1 1997/01/21 11:33:46 mclareni
9* All mods for Winnt 96a on winnt branch
10*
11* Revision 1.1.1.1 1996/03/06 10:47:17 mclareni
12* Zebra
13*
14*
15*
16* mzebcd1.inc
17*
18#if defined(CERNLIB_ALLIANT)
19 CQALLC(48:64) = '#''!:"_]&@?[>< ^;%'
20 CQALLC(61:61) = CHAR(92)
21
22#elif defined(CERNLIB_CDC)
23 CQALLC(48:64) = '#''!:"_]&@?[>< ^;:'
24
25#elif defined(CERNLIB_MSDOS) || defined(CERNLIB_WINNT)
26 CQALLC(48:64) = '#''!:"_]&@?[>< ^;%'
27 CQALLC(61:61) = CHAR(92)
28
29#elif defined(CERNLIB_HPUX)
30 CQALLC(48:64) = '#''!:"_]&@?[>< ^;%'
31 CQALLC(61:61) = CHAR(92)
32
33#elif defined(CERNLIB_IBMAIX)
34 CQALLC(48:64) = '#''!:"_]&@?[>< ^;%'
35 CQALLC(61:61) = CHAR(92)
36
37#elif defined(CERNLIB_IBMRT)
38 CQALLC(48:64) = '#''!:"_]&@?[>< ^;%'
39
40#elif defined(CERNLIB_IBMRTD)
41 CQALLC(48:64) = '#''!:"_]&@?[>< ^;%'
42
43#elif defined(CERNLIB_LINUX)
44 CQALLC(48:64) = '#''!:"_]&@?[>< ^;%'
45 CQALLC(61:61) = CHAR(92)
46
47#elif defined(CERNLIB_MACMPW)
48 CQALLC(48:64) = '#''!:"_]&@?[>< ^;%'
49 CQALLC(61:61) = CHAR(92)
50
51#elif defined(CERNLIB_NEXT)
52 CQALLC(48:64) = '#''!:"_]&@?[>< ^;%'
53 CQALLC(61:61) = CHAR(92)
54
55#elif defined(CERNLIB_OS9)
56 CQALLC(48:64) = '#''!:"_]&@?[>< ^;%'
57 CQALLC(61:61) = CHAR(92)
58
59#elif defined(CERNLIB_SGI)
60 CQALLC(48:64) = '#''!:"_]&@?[>< ^;%'
61 CQALLC(61:61) = CHAR(92)
62
63#elif defined(CERNLIB_SUN)
64 CQALLC(48:64) = '#''!:"_]&@?[>< ^;%'
65 CQALLC(61:61) = CHAR(92)
66
67#elif defined(CERNLIB_TMO)
68 CQALLC(48:64) = '#''!:"_]&@?[>< ^;%'
69 CQALLC(61:61) = CHAR(92)
70
71#elif defined(CERNLIB_DECS)
72 CQALLC(48:64) = '#''!:"_]&@?[>< ^;%'
73 CQALLC(61:61) = CHAR(92)
74
75#elif defined(CERNLIB_QMVDS)
76 CQALLC(48:64) = '#''!:"_]&@?[>< ^;%'
77 CQALLC(61:61) = CHAR(92)
78
79#elif 1
80 CQALLC(48:64) = '#''!:"_]&@?[>< ^;%'
81
82#endif