]> git.uio.no Git - u/mrichter/AliRoot.git/blame - GEANT321/geant321/pilot.h
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / GEANT321 / geant321 / pilot.h
CommitLineData
fe4da5cc 1#if 0
2*-- Author :
3*FCA : 05/01/99 08:44:23 by Federico Carminati
4* Define CERNLIB_UNIX when CERNLIB_LINUX is defined
5*FCA : 19/03/99 10:01:09 by Federico Carminati
6* Do not use CERNLIB_USRJMP for alpha
7#endif
8#if defined(CERNLIB_MSDOS)||defined(CERNLIB_LINUX)
9#ifndef CERNLIB_F2C
10#define CERNLIB_F2C
11#endif
12#endif
13#if defined(CERNLIB_SUN)||defined(CERNLIB_SGI)||defined(CERNLIB_DECS)||defined(CERNLIB_CONVEX)||defined(CERNLIB_IBMRT)||defined(CERNLIB_AIX370)
14#ifndef CERNLIB_UNIX
15#define CERNLIB_UNIX
16#endif
17#endif
18#if defined(CERNLIB_HPUX)||defined(CERNLIB_APOLLO)||defined(CERNLIB_IPSC)||defined(CERNLIB_NEXT)||defined(CERNLIB_LINUX)
19#ifndef CERNLIB_UNIX
20#define CERNLIB_UNIX
21#endif
22#endif
23#if defined(CERNLIB_IBM)||defined(CERNLIB_IBMMVS)||defined(CERNLIB_AIX370)
24#ifndef CERNLIB_IBMALL
25#define CERNLIB_IBMALL
26#endif
27#endif
28#if defined(CERNLIB_APOLLO)||defined(CERNLIB_IBMALL)||defined(CERNLIB_VAX)
29#ifndef CERNLIB_DOUBLE
30#define CERNLIB_DOUBLE
31#endif
32#endif
33
34#ifdef CERNLIB_WINNT
35# ifndef CERNLIB_UNIX
36# define CERNLIB_UNIX
37# endif
38# ifndef CERNLIB_DOUBLE
39# define CERNLIB_DOUBLE
40# endif
41#endif
42
43#if (defined(CERNLIB_UNIX))&&(!defined(CERNLIB_SINGLE))
44#ifndef CERNLIB_DOUBLE
45#define CERNLIB_DOUBLE
46#endif
47#endif
48
49#if defined(CERNLIB_UNIX)||defined(CERNLIB_QMALPH)
50#if !defined(CERNLIB_BSLASH) && !defined(CERNLIB_QFMSOFT)
51#define CERNLIB_BSLASH
52#endif
53#endif
54
55#if defined(CERNLIB_UNIX) && !defined(CERNLIB_DECS)
56#ifndef CERNLIB_USRJMP
57#define CERNLIB_USRJMP
58#endif
59#endif
60
61#if defined(CERNLIB_BLDLIB)
62#ifndef CERNLIB_HIGZ
63#define CERNLIB_HIGZ
64#endif
65#ifndef CERNLIB_CG
66#define CERNLIB_CG
67#endif
68
69#ifndef CERNLIB_MONITOR
70#define CERNLIB_MONITOR
71#endif
72
73#ifndef CERNLIB_FLUKA
74#define CERNLIB_FLUKA
75#endif
76#ifndef CERNLIB_COMIS
77#define CERNLIB_COMIS
78#endif
79#ifndef CERNLIB_DZDOC
80#define CERNLIB_DZDOC
81#endif
82#endif