/usr/include/epio/pilot.h is in libpacklib1-dev 20061220+dfsg3-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | *
* $Id: pilot.h,v 1.4 1998/09/25 09:25:42 mclareni Exp $
*
* $Log: pilot.h,v $
* Revision 1.4 1998/09/25 09:25:42 mclareni
* Modifications for the Mklinux port flagged by CERNLIB_PPC
*
* Revision 1.3 1997/09/02 12:45:55 mclareni
* WINNT needs byte swapping
*
* Revision 1.2 1996/09/20 14:07:07 cernlib
* for LINUX select STF77VX
*
* Revision 1.1.1.1 1996/03/08 15:21:47 mclareni
* Epio
*
*
#if defined(CERNLIB_VAXVMS)||defined(CERNLIB_VAXULX)
#ifndef CERNLIB_VAX
#define CERNLIB_VAX
#endif
#endif
#if defined(CERNLIB_IBM)||defined(CERNLIB_VAX)||defined(CERNLIB_NORD)
#ifndef CERNLIB_DOUBLE
#define CERNLIB_DOUBLE
#endif
#endif
#if (defined(CERNLIB_UNIX))&&(!defined(CERNLIB_SINGLE))
#ifndef CERNLIB_DOUBLE
#define CERNLIB_DOUBLE
#endif
#endif
#if (defined(CERNLIB_UNIX))&&(!defined(CERNLIB_DECS))&&(!(defined(CERNLIB_LINUX) && !defined(CERNLIB_PPC)))&&(!defined(CERNLIB_WINNT))
#ifndef CERNLIB_STF77
#define CERNLIB_STF77
#endif
#endif
#if defined(CERNLIB_DECS) || (defined(CERNLIB_LINUX) && !defined(CERNLIB_PPC)) || defined(CERNLIB_WINNT)
#ifndef CERNLIB_STF77VX
#define CERNLIB_STF77VX
#endif
#endif
|