00001 #ifndef BLAS_TYPES_H 00002 #define BLAS_TYPES_H 00003 00004 #ifdef __hpux 00005 #include "blas_types_hpux.h" 00006 #else 00007 #include "blas_types_unix.h" 00008 #endif 00009 00010 #endif