summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2005-09-22 23:02:40 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2005-09-22 23:02:40 (GMT)
commitc8c43d2b9a66bf1e8af5c01f99b194247ae1e861 (patch)
tree1ee4b32967d11b615af6aadb32cc79fd516bea6b
parent14acfddff26927ec4729d042c9017b493a9aff62 (diff)
downloadhdf5-c8c43d2b9a66bf1e8af5c01f99b194247ae1e861.zip
hdf5-c8c43d2b9a66bf1e8af5c01f99b194247ae1e861.tar.gz
hdf5-c8c43d2b9a66bf1e8af5c01f99b194247ae1e861.tar.bz2
[svn-r11461] Purpose:
Code cleanup Description: Removed Fortran type sizes from config/* files. Solution: These lines weren't doing anything anymore; they've been replaced by automatic type generation. This is just housekeeping to remove them from the config/* files. Platforms tested: mir, sol, modi4
-rw-r--r--config/dec-flags17
-rw-r--r--config/freebsd15
-rw-r--r--config/hpux10.2017
-rw-r--r--config/hpux11.0017
-rw-r--r--config/i686-pc-cygwin17
-rw-r--r--config/ia64-linux-gnu24
-rw-r--r--config/irix6.x17
-rw-r--r--config/linux-gnulibc117
-rw-r--r--config/nv1-cray17
-rw-r--r--config/powerpc-apple17
-rw-r--r--config/powerpc-ibm-aix4.x17
-rw-r--r--config/powerpc-ibm-aix5.x17
-rw-r--r--config/rs6000-ibm-aix4.x17
-rw-r--r--config/solaris2.x17
-rw-r--r--config/sv1-cray17
-rw-r--r--config/unicos17
-rw-r--r--config/unicos10.0.X17
-rw-r--r--config/unicosmk17
-rw-r--r--config/unicosmk2.0.5.X17
-rw-r--r--config/unicosmk2.0.6.X17
-rw-r--r--config/unicosmk2.0.X17
21 files changed, 0 insertions, 362 deletions
diff --git a/config/dec-flags b/config/dec-flags
index 881871e..812bc63 100644
--- a/config/dec-flags
+++ b/config/dec-flags
@@ -90,23 +90,6 @@ fi
# The default Fortran 90 compiler
-#
-# HDF5 integers
-#
-# R_LARGE is the number of digits for the bigest integer supported.
-# R_INTEGER is the number of digits in INTEGER
-#
-# (for the Digital UNIX architechture)
-#
-R_LARGE=18
-R_INTEGER=9
-HADDR_T='SELECTED_INT_KIND(R_LARGE)'
-HSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-HSSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-HID_T='SELECTED_INT_KIND(R_INTEGER)'
-SIZE_T='SELECTED_INT_KIND(R_LARGE)'
-OBJECT_NAMELEN_DEFAULT_F=-1
-
if test "X-" = "X-$FC"; then
FC=f90
fi
diff --git a/config/freebsd b/config/freebsd
index 826e09c..69b4a70 100644
--- a/config/freebsd
+++ b/config/freebsd
@@ -42,21 +42,6 @@ if test "X-" = "X-$FC"; then
esac
fi
-#
-# HDF5 FORTRAN integers
-#
-# R_LARGE is the number of digits for the bigest integer supported.
-# R_INTEGER is the number of digits in INTEGER
-#
-R_LARGE=18
-R_INTEGER=9
-HADDR_T='SELECTED_INT_KIND(R_LARGE)'
-HSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-HSSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-HID_T='SELECTED_INT_KIND(R_INTEGER)'
-SIZE_T='SELECTED_INT_KIND(R_INTEGER)'
-OBJECT_NAMELEN_DEFAULT_F=-1
-
# Figure out FORTRAN compiler flags
. $srcdir/config/gnu-fflags
diff --git a/config/hpux10.20 b/config/hpux10.20
index cdd9b47..a3862b4 100644
--- a/config/hpux10.20
+++ b/config/hpux10.20
@@ -37,23 +37,6 @@ esac
# The default Fortran 90 compiler
-#
-# HDF5 integers
-#
-# R_LARGE is the number of digits for the bigest integer supported.
-# R_INTEGER is the number of digits in INTEGER
-#
-# (for the HPUX architechture)
-#
-R_LARGE=18
-R_INTEGER=9
-HADDR_T='SELECTED_INT_KIND(R_LARGE)'
-HSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-HSSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-HID_T='SELECTED_INT_KIND(R_INTEGER)'
-SIZE_T='SELECTED_INT_KIND(R_INTEGER)'
-OBJECT_NAMELEN_DEFAULT_F=-1
-
if test "X-" = "X-$FC"; then
FC=f90
fi
diff --git a/config/hpux11.00 b/config/hpux11.00
index 30f0d52..560b3e0 100644
--- a/config/hpux11.00
+++ b/config/hpux11.00
@@ -37,23 +37,6 @@ esac
# The default Fortran 90 compiler
-#
-# HDF5 integers
-#
-# R_LARGE is the number of digits for the bigest integer supported.
-# R_INTEGER is the number of digits in INTEGER
-#
-# (for the HPUX architechture)
-#
-R_LARGE=18
-R_INTEGER=9
-HADDR_T='SELECTED_INT_KIND(R_LARGE)'
-HSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-HSSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-HID_T='SELECTED_INT_KIND(R_INTEGER)'
-SIZE_T='SELECTED_INT_KIND(R_INTEGER)'
-OBJECT_NAMELEN_DEFAULT_F=-1
-
if test "X$FC" = "X"; then
FC=f90
fi
diff --git a/config/i686-pc-cygwin b/config/i686-pc-cygwin
index 3dea6db..c1ad8ab 100644
--- a/config/i686-pc-cygwin
+++ b/config/i686-pc-cygwin
@@ -68,23 +68,6 @@ else
esac
fi
-#
-# HDF5 integers
-#
-# R_LARGE is the number of digits for the bigest integer supported.
-# R_INTEGER is the number of digits in INTEGER
-#
-# (for the Linux architechture)
-#
-R_LARGE=18
-R_INTEGER=9
-HADDR_T='SELECTED_INT_KIND(R_LARGE)'
-HSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-HSSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-HID_T='SELECTED_INT_KIND(R_INTEGER)'
-SIZE_T='SELECTED_INT_KIND(R_INTEGER)'
-OBJECT_NAMELEN_DEFAULT_F=-1
-
# Figure out PGI F90 compiler flags
. $srcdir/config/pgi-fflags
diff --git a/config/ia64-linux-gnu b/config/ia64-linux-gnu
index f22bf21..6db9a62 100644
--- a/config/ia64-linux-gnu
+++ b/config/ia64-linux-gnu
@@ -37,18 +37,6 @@ esac
# The default Fortran 90 compiler
-#
-# HDF5 integers
-#
-# R_LARGE is the number of digits for the bigest integer supported.
-# R_INTEGER is the number of digits in INTEGER
-#
-# (for the Linux architechture)
-#
-
-R_LARGE=18
-R_INTEGER=9
-
# Use Intel Fortran compiler by default.
if test "X-$FC" = "X-"; then
FC="ifort"
@@ -60,22 +48,10 @@ case $FC in
# -Vaxlib is for non-standard fortran calls like exit().
MORE_FCFLAGS='-fpp -DDEC$=DEC_ -DMS$=MS_ -Vaxlib'
FCFLAGS="$FCFLAGS $MORE_FCFLAGS"
- HADDR_T='SELECTED_INT_KIND(R_LARGE)'
- HSIZE_T='SELECTED_INT_KIND(R_LARGE)'
- HSSIZE_T='SELECTED_INT_KIND(R_LARGE)'
- HID_T='SELECTED_INT_KIND(R_INTEGER)'
- SIZE_T='SELECTED_INT_KIND(R_LARGE)'
- OBJECT_NAMELEN_DEFAULT_F=-1
f9x_flags_set=yes
;;
*)
- HADDR_T='SELECTED_INT_KIND(R_LARGE)'
- HSIZE_T='SELECTED_INT_KIND(R_LARGE)'
- HSSIZE_T='SELECTED_INT_KIND(R_LARGE)'
- HID_T='SELECTED_INT_KIND(R_INTEGER)'
- SIZE_T='SELECTED_INT_KIND(R_LARGE)'
- OBJECT_NAMELEN_DEFAULT_F=-1
f9x_flags_set=yes
;;
esac
diff --git a/config/irix6.x b/config/irix6.x
index 3c9920d..61e8e33 100644
--- a/config/irix6.x
+++ b/config/irix6.x
@@ -93,23 +93,6 @@ esac
# The default Fortran 90 compiler
-#
-# HDF5 integers
-#
-# R_LARGE is the number of digits for the bigest integer supported.
-# R_INTEGER is the number of digits in INTEGER
-#
-# (for the IRIX architechture)
-#
-R_LARGE=18
-R_INTEGER=9
-HADDR_T='SELECTED_INT_KIND(R_LARGE)'
-HSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-HSSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-HID_T='SELECTED_INT_KIND(R_INTEGER)'
-SIZE_T='SELECTED_INT_KIND(R_LARGE)'
-OBJECT_NAMELEN_DEFAULT_F=-1
-
if test "X-" = "X-$FC"; then
FC="f90"
fi
diff --git a/config/linux-gnulibc1 b/config/linux-gnulibc1
index 2282550..8d5c051 100644
--- a/config/linux-gnulibc1
+++ b/config/linux-gnulibc1
@@ -61,23 +61,6 @@ else
esac
fi
-#
-# HDF5 integers
-#
-# R_LARGE is the number of digits for the bigest integer supported.
-# R_INTEGER is the number of digits in INTEGER
-#
-# (for the Linux architechture)
-#
-R_LARGE=18
-R_INTEGER=9
-HADDR_T='SELECTED_INT_KIND(R_LARGE)'
-HSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-HSSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-HID_T='SELECTED_INT_KIND(R_INTEGER)'
-SIZE_T='SELECTED_INT_KIND(R_INTEGER)'
-OBJECT_NAMELEN_DEFAULT_F=-1
-
# Figure out PGI F90 compiler flags
. $srcdir/config/pgi-fflags
diff --git a/config/nv1-cray b/config/nv1-cray
index 7d5df6c..5a0cefd 100644
--- a/config/nv1-cray
+++ b/config/nv1-cray
@@ -128,23 +128,6 @@ hdf5_cv_convert_denormal_float=${hdf5_cv_convert_denormal_float='no'}
# The default Fortran 90 compiler
-#
-# HDF5 integers
-#
-# R_LARGE is the number of digits for the bigest integer supported.
-# R_INTEGER is the number of digits in INTEGER
-#
-# (for the UNICOS architechture)
-#
-R_LARGE=18
-R_INTEGER=9
-HADDR_T='SELECTED_INT_KIND(R_LARGE)'
-HSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-HSSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-HID_T='SELECTED_INT_KIND(R_INTEGER)'
-SIZE_T='SELECTED_INT_KIND(R_LARGE)'
-OBJECT_NAMELEN_DEFAULT_F=-1
-
if test "X-" = "X-$F9X"; then
F9X=ftn
fi
diff --git a/config/powerpc-apple b/config/powerpc-apple
index 4db2887..96163e9 100644
--- a/config/powerpc-apple
+++ b/config/powerpc-apple
@@ -24,23 +24,6 @@ if test "X-" = "X-$FC"; then
fi
-#
-# HDF5 integers
-#
-# R_LARGE is the number of digits for the bigest integer supported.
-# R_INTEGER is the number of digits in INTEGER
-#
-# (for the AIX architechture)
-#
-R_LARGE=18
-R_INTEGER=9
-HADDR_T='SELECTED_INT_KIND(R_LARGE)'
-HSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-HSSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-HID_T='SELECTED_INT_KIND(R_INTEGER)'
-SIZE_T='SELECTED_INT_KIND(R_INTEGER)'
-OBJECT_NAMELEN_DEFAULT_F=-1
-
case $FC_BASENAME in
xlf)
F9XSUFFIXFLAG="-qsuffix=f=f90 -qfree=f90"
diff --git a/config/powerpc-ibm-aix4.x b/config/powerpc-ibm-aix4.x
index 1fe78e4..dadca28 100644
--- a/config/powerpc-ibm-aix4.x
+++ b/config/powerpc-ibm-aix4.x
@@ -85,23 +85,6 @@ ac_cv_sizeof_uint_fast64_t=${ac_cv_sizeof_uint_fast64_t=8}
# The default Fortran 90 compiler
-#
-# HDF5 integers
-#
-# R_LARGE is the number of digits for the bigest integer supported.
-# R_INTEGER is the number of digits in INTEGER
-#
-# (for the AIX architechture)
-#
-R_LARGE=18
-R_INTEGER=9
-HADDR_T='SELECTED_INT_KIND(R_LARGE)'
-HSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-HSSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-HID_T='SELECTED_INT_KIND(R_INTEGER)'
-SIZE_T='SELECTED_INT_KIND(R_INTEGER)'
-OBJECT_NAMELEN_DEFAULT_F=-1
-
if test "X-" = "X-$FC"; then
FC=xlf
fi
diff --git a/config/powerpc-ibm-aix5.x b/config/powerpc-ibm-aix5.x
index 34a8d35..f6c4c1e 100644
--- a/config/powerpc-ibm-aix5.x
+++ b/config/powerpc-ibm-aix5.x
@@ -110,23 +110,6 @@ ac_cv_sizeof_uint_fast64_t=${ac_cv_sizeof_uint_fast64_t=8}
# The default Fortran 90 compiler
-#
-# HDF5 integers
-#
-# R_LARGE is the number of digits for the bigest integer supported.
-# R_INTEGER is the number of digits in INTEGER
-#
-# (for the AIX architechture)
-#
-R_LARGE=18
-R_INTEGER=9
-HADDR_T='SELECTED_INT_KIND(R_LARGE)'
-HSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-HSSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-HID_T='SELECTED_INT_KIND(R_INTEGER)'
-SIZE_T='SELECTED_INT_KIND(R_INTEGER)'
-OBJECT_NAMELEN_DEFAULT_F=-1
-
if test "X-" = "X-$FC"; then
if test "X-$enable_parallel" = "X-yes"; then
FC=mpxlf_r
diff --git a/config/rs6000-ibm-aix4.x b/config/rs6000-ibm-aix4.x
index 928ad36..42a87a2 100644
--- a/config/rs6000-ibm-aix4.x
+++ b/config/rs6000-ibm-aix4.x
@@ -12,23 +12,6 @@ hdf5_cv_printf_ll=${hdf5_cv_printf_ll='ll'}
# The default Fortran 90 compiler
-#
-# HDF5 integers
-#
-# R_LARGE is the number of digits for the bigest integer supported.
-# R_INTEGER is the number of digits in INTEGER
-#
-# (for the AIX architechture)
-#
-R_LARGE=18
-R_INTEGER=9
-HADDR_T='SELECTED_INT_KIND(R_LARGE)'
-HSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-HSSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-HID_T='SELECTED_INT_KIND(R_INTEGER)'
-SIZE_T='SELECTED_INT_KIND(R_INTEGER)'
-OBJECT_NAMELEN_DEFAULT_F=-1
-
if test "X-" = "X-$FC"; then
FC=xlf
fi
diff --git a/config/solaris2.x b/config/solaris2.x
index e05860d..32a7c85 100644
--- a/config/solaris2.x
+++ b/config/solaris2.x
@@ -47,23 +47,6 @@ LIBS="$LIBS -lsocket"
# The default Fortran 90 compiler
-#
-# HDF5 integers
-#
-# R_LARGE is the number of digits for the bigest integer supported.
-# R_INTEGER is the number of digits in INTEGER
-#
-# (for the Sparc Solaris architechture)
-#
-R_LARGE=18
-R_INTEGER=9
-HADDR_T='SELECTED_INT_KIND(R_LARGE)'
-HSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-HSSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-HID_T='SELECTED_INT_KIND(R_INTEGER)'
-SIZE_T='SELECTED_INT_KIND(R_INTEGER)'
-OBJECT_NAMELEN_DEFAULT_F=-1
-
if test "X-" = "X-$FC"; then
FC=f90
fi
diff --git a/config/sv1-cray b/config/sv1-cray
index 5724807..55ad79d 100644
--- a/config/sv1-cray
+++ b/config/sv1-cray
@@ -142,23 +142,6 @@ hdf5_cv_convert_denormal_float=${hdf5_cv_convert_denormal_float='no'}
# The default Fortran 90 compiler
-#
-# HDF5 integers
-#
-# R_LARGE is the number of digits for the bigest integer supported.
-# R_INTEGER is the number of digits in INTEGER
-#
-# (for the UNICOS architechture)
-#
-R_LARGE=18
-R_INTEGER=18
-HADDR_T='SELECTED_INT_KIND(R_LARGE)'
-HSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-HSSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-HID_T='SELECTED_INT_KIND(R_INTEGER)'
-SIZE_T='SELECTED_INT_KIND(R_LARGE)'
-OBJECT_NAMELEN_DEFAULT_F=-1
-
if test "X-" = "X-$FC"; then
FC=f90
fi
diff --git a/config/unicos b/config/unicos
index 8d26b20..e1f0822 100644
--- a/config/unicos
+++ b/config/unicos
@@ -136,23 +136,6 @@ ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}
# The default Fortran 90 compiler
-#
-# HDF5 integers
-#
-# R_LARGE is the number of digits for the bigest integer supported.
-# R_INTEGER is the number of digits in INTEGER
-#
-# (for the UNICOS architechture)
-#
-R_LARGE=18
-R_INTEGER=18
-HADDR_T='SELECTED_INT_KIND(R_LARGE)'
-HSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-HSSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-HID_T='SELECTED_INT_KIND(R_INTEGER)'
-SIZE_T='SELECTED_INT_KIND(R_LARGE)'
-OBJECT_NAMELEN_DEFAULT_F=-1
-
if test "X-" = "X-$FC"; then
FC=f90
fi
diff --git a/config/unicos10.0.X b/config/unicos10.0.X
index d036ac1..5636d8a 100644
--- a/config/unicos10.0.X
+++ b/config/unicos10.0.X
@@ -143,23 +143,6 @@ hdf5_cv_convert_denormal_float=${hdf5_cv_convert_denormal_float='no'}
# The default Fortran 90 compiler
-#
-# HDF5 integers
-#
-# R_LARGE is the number of digits for the bigest integer supported.
-# R_INTEGER is the number of digits in INTEGER
-#
-# (for the UNICOS architechture)
-#
-R_LARGE=18
-R_INTEGER=18
-HADDR_T='SELECTED_INT_KIND(R_LARGE)'
-HSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-HSSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-HID_T='SELECTED_INT_KIND(R_INTEGER)'
-SIZE_T='SELECTED_INT_KIND(R_LARGE)'
-OBJECT_NAMELEN_DEFAULT_F=-1
-
if test "X-" = "X-$FC"; then
FC=f90
fi
diff --git a/config/unicosmk b/config/unicosmk
index 3f77220..99e5706 100644
--- a/config/unicosmk
+++ b/config/unicosmk
@@ -139,23 +139,6 @@ esac
# The default Fortran 90 compiler
-#
-# HDF5 integers
-#
-# R_LARGE is the number of digits for the bigest integer supported.
-# R_INTEGER is the number of digits in INTEGER
-#
-# (for the UNICOS architechture)
-#
-R_LARGE=18
-R_INTEGER=18
-HADDR_T='SELECTED_INT_KIND(R_LARGE)'
-HSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-HSSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-HID_T='SELECTED_INT_KIND(R_INTEGER)'
-SIZE_T='SELECTED_INT_KIND(R_LARGE)'
-OBJECT_NAMELEN_DEFAULT_F=-1
-
if test "X-" = "X-$FC"; then
FC=f90
fi
diff --git a/config/unicosmk2.0.5.X b/config/unicosmk2.0.5.X
index e15de87..acce97e 100644
--- a/config/unicosmk2.0.5.X
+++ b/config/unicosmk2.0.5.X
@@ -139,23 +139,6 @@ esac
# The default Fortran 90 compiler
-#
-# HDF5 integers
-#
-# R_LARGE is the number of digits for the bigest integer supported.
-# R_INTEGER is the number of digits in INTEGER
-#
-# (for the UNICOS architechture)
-#
-R_LARGE=18
-R_INTEGER=18
-HADDR_T='SELECTED_INT_KIND(R_LARGE)'
-HSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-HSSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-HID_T='SELECTED_INT_KIND(R_INTEGER)'
-SIZE_T='SELECTED_INT_KIND(R_LARGE)'
-OBJECT_NAMELEN_DEFAULT_F=-1
-
if test "X-" = "X-$FC"; then
FC=f90
fi
diff --git a/config/unicosmk2.0.6.X b/config/unicosmk2.0.6.X
index e49ab7c..140591f 100644
--- a/config/unicosmk2.0.6.X
+++ b/config/unicosmk2.0.6.X
@@ -143,23 +143,6 @@ hdf5_cv_convert_denormal_float=${hdf5_cv_convert_denormal_float='no'}
# The default Fortran 90 compiler
-#
-# HDF5 integers
-#
-# R_LARGE is the number of digits for the bigest integer supported.
-# R_INTEGER is the number of digits in INTEGER
-#
-# (for the UNICOS architechture)
-#
-R_LARGE=18
-R_INTEGER=18
-HADDR_T='SELECTED_INT_KIND(R_LARGE)'
-HSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-HSSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-HID_T='SELECTED_INT_KIND(R_INTEGER)'
-SIZE_T='SELECTED_INT_KIND(R_LARGE)'
-OBJECT_NAMELEN_DEFAULT_F=-1
-
if test "X-" = "X-$FC"; then
FC=f90
fi
diff --git a/config/unicosmk2.0.X b/config/unicosmk2.0.X
index efe7c71..2f92003 100644
--- a/config/unicosmk2.0.X
+++ b/config/unicosmk2.0.X
@@ -139,23 +139,6 @@ esac
# The default Fortran 90 compiler
-#
-# HDF5 integers
-#
-# R_LARGE is the number of digits for the bigest integer supported.
-# R_INTEGER is the number of digits in INTEGER
-#
-# (for the UNICOS architechture)
-#
-R_LARGE=18
-R_INTEGER=18
-HADDR_T='SELECTED_INT_KIND(R_LARGE)'
-HSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-HSSIZE_T='SELECTED_INT_KIND(R_LARGE)'
-HID_T='SELECTED_INT_KIND(R_INTEGER)'
-SIZE_T='SELECTED_INT_KIND(R_LARGE)'
-OBJECT_NAMELEN_DEFAULT_F=-1
-
if test "X-" = "X-$FC"; then
FC=f90
fi