File indexing completed on 2025-04-01 08:52:29
0001 #if defined(CERNLIB_UNIX)
0002 # ifndef CERNLIB_QFMSOFT
0003 # define CERNLIB_BSLASH
0004 # elif defined(CERNLIB_BSLASH)
0005 # undef CERNLIB_BSLASH
0006 # endif
0007 #endif
0008
0009 #if (defined(CERNLIB_UNIX))||(!defined(CERNLIB_SINGLE))
0010
0011 #ifndef CERNLIB_DOUBLE
0012 #define CERNLIB_DOUBLE
0013 #endif
0014
0015 #endif
0016
0017 #if defined(CERNLIB_VAXVMS)
0018
0019 #ifndef CERNLIB_VAX
0020 #define CERNLIB_VAX
0021 #endif
0022 #ifndef CERNLIB_DOUBLE
0023 #define CERNLIB_DOUBLE
0024 #endif
0025
0026 #endif
0027
0028 #if defined(CERNLIB_QMVAOS)
0029 #ifndef CERNLIB_ALPHAOSF
0030 #define CERNLIB_ALPHAOSF
0031 #endif
0032 #endif
0033
0034 #if defined(CERNLIB_QMALPH)
0035 #ifndef CERNLIB_ALPHAVMS
0036 #define CERNLIB_ALPHAVMS
0037 #define CERNLIB_BSLASH
0038 #endif
0039 #endif
0040
0041 #if defined(CERNLIB_ALPHAVMS) || defined(CERNLIB_ALPHAOSF)
0042 #ifndef CERNLIB_ALPHA
0043 #define CERNLIB_ALPHA
0044 #endif
0045 #endif
0046
0047 #if defined(CERNLIB_ALPHAVMS) || defined(CERNLIB_VAXVMS)
0048 #ifndef CERNLIB_VMS
0049 #define CERNLIB_VMS
0050 #endif
0051 #endif
0052
0053