File indexing completed on 2025-02-21 10:04:38
0001 #if defined(CERNLIB_IBMMVS)||defined(CERNLIB_IBMVM)
0002 #ifndef CERNLIB_IBM
0003 #define CERNLIB_IBM
0004 #endif
0005 #endif
0006 #if defined(CERNLIB_VAXVMS)||defined(CERNLIB_VAXULTRIX)
0007 #ifndef CERNLIB_VAX
0008 #define CERNLIB_VAX
0009 #endif
0010 #endif
0011 #if defined(CERNLIB_CDC)||defined(CERNLIB_CRAY)
0012 #ifndef CERNLIB_SINGLE
0013 #define CERNLIB_SINGLE
0014 #endif
0015 #endif
0016 #if defined(CERNLIB_IBM)||defined(CERNLIB_VAX)||defined(CERNLIB_NORD)
0017 #ifndef CERNLIB_DOUBLE
0018 #define CERNLIB_DOUBLE
0019 #endif
0020 #endif
0021 #if (defined(CERNLIB_UNIX))&&(!defined(CERNLIB_SINGLE))
0022 #ifndef CERNLIB_DOUBLE
0023 #define CERNLIB_DOUBLE
0024 #endif
0025 #endif
0026 #if defined(CERNLIB_UNIX)
0027 #ifndef CERNLIB_BSLASH
0028 #define CERNLIB_BSLASH
0029 #endif
0030 #endif
0031 #if defined(CERNLIB_WINNT)||defined(CERNLIB_OS9)
0032 #ifndef CERNLIB_QFMSOFT
0033 # ifndef CERNLIB_BSLASH
0034 # define CERNLIB_BSLASH
0035 # endif
0036 # endif
0037 #endif
0038
0039 #if defined(CERNLIB_IBM)
0040 #ifndef CERNLIB_QMIBMXA
0041 #define CERNLIB_QMIBMXA
0042 #endif
0043 #endif
0044 #if defined(CERNLIB_IBMVM)||defined(CERNLIB_IBMMVS)
0045 #ifndef CERNLIB_QSAA
0046 #define CERNLIB_QSAA
0047 #endif
0048 #endif
0049 #if defined(CERNLIB_QMALPH)
0050 #ifndef CERNLIB_FORTRAN
0051 #define CERNLIB_FORTRAN
0052 #endif
0053 #endif