summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5f90i.h
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2004-07-27 18:53:53 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2004-07-27 18:53:53 (GMT)
commitc5b4572ee264f238fe21c4ff5140ad5789850306 (patch)
tree57f9112b653143f3ad73340979d5730c8ca2c921 /fortran/src/H5f90i.h
parent5a19f181b35a0928d23c7c12fd7a0698b465855b (diff)
downloadhdf5-c5b4572ee264f238fe21c4ff5140ad5789850306.zip
hdf5-c5b4572ee264f238fe21c4ff5140ad5789850306.tar.gz
hdf5-c5b4572ee264f238fe21c4ff5140ad5789850306.tar.bz2
[svn-r8956]
Purpose: Maintenance for MAC OSX Description: Added support for Absoft Fortran compiler f95; Ddefault compiler is set to IBM xlf. Solution: Platforms tested: pommier with xlf and Absoft f95 compilers Misc. update:
Diffstat (limited to 'fortran/src/H5f90i.h')
-rw-r--r--fortran/src/H5f90i.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fortran/src/H5f90i.h b/fortran/src/H5f90i.h
index 9eecb7f..2cb439b 100644
--- a/fortran/src/H5f90i.h
+++ b/fortran/src/H5f90i.h
@@ -60,6 +60,9 @@ typedef int int_f;
typedef int hid_t_f;
typedef float real_f;
#define FNAME(x) x
+#if defined H5_ABSOFT
+#define DF_CAPFNAMES
+#endif /*H5_ABSOFT*/
#define _fcdtocp(desc) (desc)
#endif /*APPLE*/