Main Page   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

translate.h

Go to the documentation of this file.
00001 
00002 /* TRANSLATE.H -- Standard translations for the C preprocessor. */
00003 
00004 #ifdef CRAY
00005 #define cray 1
00006 #endif
00007 
00008 #ifdef CRAYSYSTEM
00009 #define cray 1
00010 #endif
00011 
00012 #ifdef CYBER
00013 #define cyber 1
00014 #endif
00015 
00016 #ifdef FACOM
00017 #define facom 1
00018 #endif
00019 
00020 #ifdef HPUX
00021 #define hpux 1
00022 #endif
00023 
00024 #ifdef IBM
00025 #define ibm 1
00026 #endif
00027 
00028 #ifdef SX2
00029 #define sx2 1
00030 #endif
00031 
00032 #ifdef SUN
00033 #define sun 1
00034 #endif
00035 
00036 #ifdef VMS
00037 #define vms 1
00038 #endif

Generated at Sun Feb 24 09:57:19 2002 for STARLAB by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001