00001 /* 00002 * $Id: cf_clos.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:35 mclareni 00011 * Merge Winnt and 97a versions 00012 * 00013 * Revision 1.1.1.1.2.1 1997/01/21 11:30:25 mclareni 00014 * All mods for Winnt 96a on winnt branch 00015 * 00016 * Revision 1.1.1.1 1996/02/15 17:49:20 mclareni 00017 * Kernlib 00018 * 00019 * 00020 * 00021 * cf#clos.inc 00022 */ 00023 #if defined(CERNLIB_QMAPO)||defined(CERNLIB_QMOS9) 00024 #elif defined(CERNLIB_QMVAX) 00025 #include <file.h> /* VAX/VMS */ 00026 #elif defined(CERNLIB_QMDOS) || defined(CERNLIB_WINNT) 00027 #ifdef WIN32 00028 # ifdef __STDC__ 00029 # undef __STDC__ 00030 # endif 00031 #include <io.h> 00032 #endif 00033 #else 00034 #include <unistd.h> /* default Posix */ 00035 #endif
1.3.9.1