Warning, /include/paw/pawfil5.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:01 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:47 mclareni
0010 * Paw
0011 *
0012 *
0013 #ifndef CERNLIB_PAW_PAWFIL5_INC
0014 #define CERNLIB_PAW_PAWFIL5_INC
0015 *
0016 *
0017 * pawfil5.inc
0018 *
0019 #if defined(CERNLIB_MSDOS)
0020 *CMZ : 2.04/12 15/02/94 08.50.12 by Rene Brun
0021 *-- Author : Rene Brun 15/02/94
0022 CHARACTER*255 PAWSYS,PAWLOG
0023 DATA PAWSYS/'\\cern\\pro\\bin\\pawsys.kumac'/
0024 DATA PAWLOG/'pawlogon.kum'/
0025 *
0026 #endif
0027
0028 #endif