]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MICROCERN/kerngen/cf_reaw.h
Merging the VirtualMC branch to the main development branch (HEAD)
[u/mrichter/AliRoot.git] / MICROCERN / kerngen / cf_reaw.h
1 /*
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.1.2.1  2002/07/11 17:14:49  alibrary
6 * Adding MICROCERN
7 *
8 * Revision 1.1.1.1  1999/05/18 15:55:29  fca
9 * AliRoot sources
10 *
11 * Revision 1.2  1997/02/04 17:35:36  mclareni
12 * Merge Winnt and 97a versions
13 *
14 * Revision 1.1.1.1.2.1  1997/01/21 11:30:26  mclareni
15 * All mods for Winnt 96a on winnt branch
16 *
17 * Revision 1.1.1.1  1996/02/15 17:49:17  mclareni
18 * Kernlib
19 *
20 *
21 *
22 * cf#reaw.inc
23 */
24 #if defined(CERNLIB_QMAPO)
25 #elif defined(CERNLIB_QMOS9)
26 #include <stdio.h>           /*  Microware OS-9             */
27 #elif defined(CERNLIB_QMVAX)
28 #include <file.h>            /*  VAX/VMS                    */
29 #elif defined(CERNLIB_QMDOS) ||defined(CERNLIB_WINNT)
30  #ifdef WIN32
31 # ifdef __STDC__
32 #  undef __STDC__
33 # endif
34   #include <io.h>
35  #endif
36 #else
37 #include <unistd.h>          /*  default Posix              */
38 #endif