File indexing completed on 2025-01-18 09:57:19
0001 *
0002 * $Id$
0003 *
0004 * $Log$
0005 * Revision 1.1 1996/03/08 11:50:40 mclareni
0006 * Initial revision
0007 *
0008 *
0009 #ifndef CERNLIB_UNIX
0010 #define CERNLIB_UNIX
0011 #endif
0012
0013 #if (defined(CERNLIB_UNIX))&&(!defined(CERNLIB_SINGLE))
0014 #ifndef CERNLIB_DOUBLE
0015 #define CERNLIB_DOUBLE
0016 #endif
0017 #endif
0018
0019 #if defined(CERNLIB_UNIX)
0020 #ifndef CERNLIB_SAVE
0021 #define CERNLIB_SAVE
0022 #endif
0023 #endif
0024
0025 #ifndef CERNLIB_UPLOW
0026 #define CERNLIB_UPLOW
0027 #endif
0028
0029 #if defined(CERNLIB_VAX)||defined(CERNLIB_DECS)
0030 #ifndef CERNLIB_TABS
0031 #define CERNLIB_TABS
0032 #endif
0033 #endif
0034
0035 #if (!defined(CERNLIB_VAX))&&(!defined(CERNLIB_CDC))&&(!defined(CERNLIB_DECS))
0036 #ifndef CERNLIB_LUNF77
0037 #define CERNLIB_LUNF77
0038 #endif
0039 #endif