Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:15:44

0001 /*
0002 * $Id$
0003 *
0004 * $Log$
0005 * Revision 1.1  1996/03/08 12:01:13  mclareni
0006 * Initial revision
0007 *
0008 */
0009 
0010 #if (defined(CERNLIB_UNIX))&&(!defined(CERNLIB_SINGLE))
0011 #ifndef CERNLIB_DOUBLE
0012 #define CERNLIB_DOUBLE
0013 #endif
0014 #endif
0015 
0016 #ifdef CERNLIB_APOLLO
0017 #ifndef CERNLIB_QXNO_SC
0018 #define CERNLIB_QXNO_SC
0019 #endif
0020 #endif
0021 
0022 #ifdef CERNLIB_CRAY
0023 #ifndef CERNLIB_QXCAPT
0024 #define CERNLIB_QXCAPT
0025 #endif
0026 #endif
0027 
0028 #if (!defined(CERNLIB_QXNO_SC))&&(!defined(CERNLIB_QXCAPT))
0029 #ifndef CERNLIB_QX_SC
0030 #define CERNLIB_QX_SC
0031 #endif
0032 #endif