Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/paw/pawfil.inc is written in an unsupported language. File is not indexed.

0001 *
0002 * $Id$
0003 *
0004 * $Log$
0005 * Revision 1.3  1996/09/13 15:35:19  couet
0006 * - OLD Qp remove
0007 *
0008 * Revision 1.2  1996/03/01 16:49:58  cernlib
0009 * All includes  had picked up a completely wrong #if defined(CERNLIB_UNIX), ie.
0010 *  the real commons/declarations were missing on non-unix.
0011 *
0012 * Revision 1.1.1.1  1996/03/01 11:38:49  mclareni
0013 * Paw
0014 *
0015 *
0016 #ifndef CERNLIB_PAW_PAWFIL_INC
0017 #define CERNLIB_PAW_PAWFIL_INC
0018 *
0019 * pawfil.inc
0020 *
0021 #if (defined(CERNLIB_IBM))&&(!defined(CERNLIB_IBMMVS))
0022 #include "paw/pawfil1.inc"
0023 #endif
0024 #if defined(CERNLIB_IBMMVS)
0025 #include "paw/pawfil2.inc"
0026 #endif
0027 #if defined(CERNLIB_VAX)
0028 #include "paw/pawfil3.inc"
0029 #endif
0030 #if (defined(CERNLIB_UNIX)||defined(CERNLIB_CRAY)||defined(CERNLIB_APOLLO))&&(!defined(CERNLIB_MSDOS))&&(!defined(CERNLIB_WINNT))
0031 #include "paw/pawfil4.inc"
0032 #endif
0033 #if defined(CERNLIB_MSDOS)
0034 #include "paw/pawfil5.inc"
0035 #endif
0036 #if defined(CERNLIB_WINNT)
0037 #include "paw/pawfil6.inc"
0038 #endif
0039 
0040 #endif