Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/higz/hcequi.inc is written in an unsupported language. File is not indexed.

0001 *
0002 * $Id$
0003 *
0004 * $Log$
0005 * Revision 1.2  1998/09/25 09:23:54  mclareni
0006 * Modifications for the Mklinux port flagged by CERNLIB_PPC
0007 *
0008 * Revision 1.1.1.1  1996/02/14 13:10:17  mclareni
0009 * Higz
0010 *
0011 *
0012 #ifndef CERNLIB_HIGZ_HCEQUI_INC
0013 #define CERNLIB_HIGZ_HCEQUI_INC
0014 *
0015 *
0016 * hcequi.inc
0017 *
0018 #if defined(CERNLIB_VAX)||defined(CERNLIB_DECS)||(defined(CERNLIB_LINUX) && !defined(CERNLIB_PPC))
0019       PARAMETER         (I2EQUI=2)
0020 #endif
0021 #if (!defined(CERNLIB_VAX))&&(!defined(CERNLIB_DECS))&&(!(defined(CERNLIB_LINUX) && !defined(CERNLIB_PPC)))
0022       PARAMETER         (I2EQUI=1)
0023 #endif
0024 
0025 #endif