00001 /* 00002 * $Id: cf_reaw.h,v 1.2 2009/02/16 08:04:39 schubert Exp $ 00003 * 00004 * Revision 1.1.1.1 2002/06/16 15:18:46 hristov 00005 * Separate distribution of Geant3 00006 * 00007 * Revision 1.1.1.1 1999/05/18 15:55:29 fca 00008 * AliRoot sources 00009 * 00010 * Revision 1.2 1997/02/04 17:35:36 mclareni 00011 * Merge Winnt and 97a versions 00012 * 00013 * Revision 1.1.1.1.2.1 1997/01/21 11:30:26 mclareni 00014 * All mods for Winnt 96a on winnt branch 00015 * 00016 * Revision 1.1.1.1 1996/02/15 17:49:17 mclareni 00017 * Kernlib 00018 * 00019 * 00020 * 00021 * cf#reaw.inc 00022 */ 00023 #if defined(CERNLIB_QMAPO) 00024 #elif defined(CERNLIB_QMOS9) 00025 #include <stdio.h> /* Microware OS-9 */ 00026 #elif defined(CERNLIB_QMVAX) 00027 #include <file.h> /* VAX/VMS */ 00028 #elif defined(CERNLIB_QMDOS) ||defined(CERNLIB_WINNT) 00029 #ifdef WIN32 00030 # ifdef __STDC__ 00031 # undef __STDC__ 00032 # endif 00033 #include <io.h> 00034 #endif 00035 #else 00036 #include <unistd.h> /* default Posix */ 00037 #endif
1.3.9.1