Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

cf_seek.h

Go to the documentation of this file.
00001 /*
00002 * $Id: cf_seek.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#seek.inc
00022 */
00023 #if defined(CERNLIB_QMAPO)
00024 #include <sys/file.h>        /*  Apollo                     */
00025 #elif defined(CERNLIB_QMAMX)
00026 #include <sys/types.h>       /*  AMX                        */
00027 #include <sys/file.h>
00028 #elif defined(CERNLIB_QMOS9)
00029 #include <stdio.h>           /*  Microware OS-9             */
00030 #elif defined(CERNLIB_QMVAX)
00031 #include <file.h>            /*  VAX/VMS                    */
00032 #elif defined(CERNLIB_QMIRTD)
00033 #include <unistd.h>          /*  IRTD                */
00034 #elif defined(CERNLIB_QMDOS) || defined(CERNLIB_WINNT)
00035  #ifdef __GNUC__
00036   #include <sys/file.h>
00037   #include <unistd.h>
00038  #else
00039   #ifdef __STDC__
00040    #undef __STDC__
00041   #endif
00042   #include <stdio.h>
00043   #ifdef WIN32
00044    #include <io.h>
00045   #endif
00046  #endif
00047 #else
00048 #include <sys/types.h>       /*  default Posix              */
00049 #include <unistd.h>
00050 #endif

Generated on Mon Feb 15 11:06:31 2010 for loon by  doxygen 1.3.9.1