diff options
Diffstat (limited to 'src/hdf5plat.h')
-rw-r--r-- | src/hdf5plat.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/hdf5plat.h b/src/hdf5plat.h index 5c5f649..25d89cb 100644 --- a/src/hdf5plat.h +++ b/src/hdf5plat.h @@ -78,6 +78,9 @@ #endif /* __STDC__ */ #endif /* SUN || sun */ +/*************************************************************************/ +/*************************************************************************/ +/*************************************************************************/ /* * CPU: Sparc * OS: Solaris 1.x, SunOS 4.1.x @@ -143,6 +146,9 @@ typedef int intf; /* size of INTEGERs in Fortran compiler */ #endif /* ANSISUN */ +/*************************************************************************/ +/*************************************************************************/ +/*************************************************************************/ /* * CPU: IBM RS/6000 chip/PowerPC * OS: AIX @@ -209,6 +215,9 @@ typedef int intf; /* size of INTEGERs in Fortran compiler */ #endif /* IBM6000 */ +/*************************************************************************/ +/*************************************************************************/ +/*************************************************************************/ /* * CPU: HP PA-RISC * OS: HP/UX (ConvexOS?) @@ -275,6 +284,9 @@ typedef int intf; /* size of INTEGERs in Fortran compiler */ #endif /* HP9000 */ +/*************************************************************************/ +/*************************************************************************/ +/*************************************************************************/ /* * CPU: MIPS * OS: IRIX @@ -342,6 +354,9 @@ typedef int intf; /* size of INTEGERs in Fortran compiler */ #endif /* IRIX */ +/*************************************************************************/ +/*************************************************************************/ +/*************************************************************************/ /* * CPU: Cray Vector CPU (is there a name for these? :-) * OS: UNICOS @@ -412,6 +427,9 @@ typedef int intf; /* size of INTEGERs in Fortran compiler */ #endif /* UNICOS */ +/*************************************************************************/ +/*************************************************************************/ +/*************************************************************************/ /* * CPU: Cray Vector CPU (is there a name for these? :-) * OS: UNICOS (on massively parallel systems, like T3D & T3E) @@ -483,6 +501,9 @@ typedef int intf; /* size of INTEGERs in Fortran compiler */ #endif /* CRAYMPP */ +/*************************************************************************/ +/*************************************************************************/ +/*************************************************************************/ /* * CPU: Motorola 68K, PowerPC (both?) * OS: MacOS @@ -551,6 +572,9 @@ void exit(int status); #endif /*MAC*/ +/*************************************************************************/ +/*************************************************************************/ +/*************************************************************************/ /* * CPU: Intel x86 * OS: MS Windows '95, Windows NT (& Dos32?), also Linux & FreeBSD @@ -670,6 +694,9 @@ typedef long intf; /* size of INTEGERs in Fortran compiler */ #endif /* !(defined(__MWERKS__) || defined(MAC)) */ +/*************************************************************************/ +/*************************************************************************/ +/*************************************************************************/ /* * CPU: Alpha * OS: Dec Unix (used to be called OSF/1) |