source: CPL/oasis3/trunk/src/lib/psmile/include/psmile_os.h @ 1677

Last change on this file since 1677 was 1677, checked in by aclsce, 12 years ago

Imported oasis3 (tag ipslcm5a) from cvs server to svn server (igcmg project).

File size: 298 bytes
Line 
1#ifndef __PRISM_OS_INCLUDED
2
3#define __PRISM_OS_INCLUDED
4
5#undef __NO_4BYTE_REALS
6#undef __NO_4BYTE_CMPLX
7
8#ifdef __SXdbl4
9
10#define __NO_4BYTE_REALS
11#define __NO_4BYTE_CMPLX
12
13#endif
14
15#ifdef __crayx1
16
17#define  __NO_4BYTE_REALS
18#define  __NO_4BYTE_CMPLX
19#define  __no_8byte_integers
20
21#endif
22
23#endif
Note: See TracBrowser for help on using the repository browser.