5 * Revision 1.2.4.1 2002/11/26 16:50:55 hristov
6 * Merging NewIO with v3-09-04
8 * Revision 1.2 2002/10/14 14:57:11 hristov
9 * Merging the VirtualMC branch to the main development branch (HEAD)
11 * Revision 1.1.2.1 2002/07/11 17:14:49 alibrary
14 * Revision 1.1.1.1 1999/05/18 15:55:29 fca
17 * Revision 1.2 1997/02/04 17:35:36 mclareni
18 * Merge Winnt and 97a versions
20 * Revision 1.1.1.1.2.1 1997/01/21 11:30:26 mclareni
21 * All mods for Winnt 96a on winnt branch
23 * Revision 1.1.1.1 1996/02/15 17:49:17 mclareni
30 #if defined(CERNLIB_QMAPO)
31 #include <sys/file.h> /* Apollo */
32 #elif defined(CERNLIB_QMAMX)
33 #include <sys/types.h> /* AMX */
35 #elif defined(CERNLIB_QMOS9)
36 #include <stdio.h> /* Microware OS-9 */
37 #elif defined(CERNLIB_QMVAX)
38 #include <file.h> /* VAX/VMS */
39 #elif defined(CERNLIB_QMIRTD)
40 #include <unistd.h> /* IRTD */
41 #elif defined(CERNLIB_QMDOS) || defined(CERNLIB_WINNT)
55 #include <sys/types.h> /* default Posix */