00001 /* 00002 * $Id: lnblnk.c,v 1.2 2009/02/16 08:04:38 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:28 fca 00008 * AliRoot sources 00009 * 00010 * Revision 1.4 1997/09/02 14:26:37 mclareni 00011 * WINNT correction 00012 * 00013 * Revision 1.3 1997/02/04 17:34:31 mclareni 00014 * Merge Winnt and 97a versions 00015 * 00016 * Revision 1.2 1996/09/20 14:51:17 cernlib 00017 * Linux added 00018 * 00019 * Revision 1.1.1.1.2.1 1997/01/21 11:29:35 mclareni 00020 * All mods for Winnt 96a on winnt branch 00021 * 00022 * Revision 1.1.1.1 1996/02/15 17:49:28 mclareni 00023 * Kernlib 00024 * 00025 */ 00026 #include "kerngen/pilot.h" 00027 #if defined(CERNLIB_QMHPX)||defined(CERNLIB_QMOS9) 00028 #include "hpxgs/lnblnk.c" 00029 #elif defined(CERNLIB_QMIRT)||defined(CERNLIB_QMIRTD) 00030 #include "irtgs/lnblnk.c" 00031 #elif defined(CERNLIB_QMVAOS)||defined(CERNLIB_QMVMI)||defined(CERNLIB_LINUX)||defined(CERNLIB_MSSTDCALL) 00032 #include "allgs/lnblnk.c" 00033 #endif
1.3.9.1