Warning, /include/paw/pawsiz.inc is written in an unsupported language. File is not indexed.
0001 *
0002 * $Id$
0003 *
0004 * $Log$
0005 * Revision 1.2 1996/03/01 16:50:06 cernlib
0006 * All includes had picked up a completely wrong #if defined(CERNLIB_UNIX), ie.
0007 * the real commons/declarations were missing on non-unix.
0008 *
0009 * Revision 1.1.1.1 1996/03/01 11:38:48 mclareni
0010 * Paw
0011 *
0012 *
0013 #ifndef CERNLIB_PAW_PAWSIZ_INC
0014 #define CERNLIB_PAW_PAWSIZ_INC
0015 *
0016 *
0017 * pawsiz.inc
0018 *
0019 *CMZ : 2.02/00 13/04/93 18.00.47 by Rene Brun
0020 *-- Author :
0021 #if defined(CERNLIB_UNIX)||defined(CERNLIB_APOLLO)||defined(CERNLIB_VAX)
0022 #include "paw/pawbig.inc"
0023 #endif
0024 #if (defined(CERNLIB_IBM))&&(defined(CERNLIB_NEWLIB))
0025 #include "paw/pawbig.inc"
0026 #endif
0027 #if (defined(CERNLIB_IBM))&&(!defined(CERNLIB_NEWLIB))
0028 #include "paw/pawsmall.inc"
0029 #endif
0030
0031 C Include this file so that MDPOOL/IQ is present in pawX11 and
0032 C paw++ dynamically linked executables.
0033 C -- Kevin McCarty, for Debian, 1 Nov 2003
0034 #include "comis/mdpool.inc"
0035
0036 #endif