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