Warning, /include/paw/pcpiaf.inc is written in an unsupported language. File is not indexed.
0001 *
0002 * $Id$
0003 *
0004 * $Log$
0005 * Revision 1.3 1996/04/24 08:30:28 dinofm
0006 * The level of the PAW-PIAF PROTOCOL changed from 1 to 2 (this allows PIAF
0007 * to detect whether the PAW client is an old one (version < 96a) or a new
0008 * one (version >= 96a).
0009 *
0010 * Revision 1.2 1996/03/01 16:50:25 cernlib
0011 * All includes had picked up a completely wrong #if defined(CERNLIB_UNIX), ie.
0012 * the real commons/declarations were missing on non-unix.
0013 *
0014 * Revision 1.1.1.1 1996/03/01 11:38:48 mclareni
0015 * Paw
0016 *
0017 *
0018 #ifndef CERNLIB_PAW_PCPIAF_INC
0019 #define CERNLIB_PAW_PCPIAF_INC
0020 *
0021 *
0022 * pcpiaf.inc
0023 *
0024 *CMZ : 2.04/12 11/02/94 18.09.44 by Fons Rademakers
0025 *-- Author : Alfred Nathaniel 01/05/93
0026 *
0027 *-- Update for every major incompatible change in Piaf client-server protocol.
0028 *-- A change in VERSPF requires the building of a Piaf server with a new
0029 *-- file extension.
0030 *
0031 CHARACTER VERSPF*8
0032 PARAMETER (VERSPF = '931013')
0033 *
0034 *-- Update for every minor incompatible change in Piaf client-server protocol.
0035 *
0036 INTEGER IPROTO
0037 PARAMETER (IPROTO = 2)
0038
0039 #endif