Files
hdf5/fortran/src/H5config_f.inc.in
lrknox b9a27fddaa Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1
* commit '0d05cb607e5951f3a28a101be56ca194022a7fa1':
  Reverted addition of The HDF Group copyright headers to 3rd party CMake files for Java.
  Add Copyright headers to 90 files (mostly .cmake files) without Copyright headers.
  Add "Copyright by The HDF Group."" to copyright header.
2017-04-14 16:40:52 -05:00

74 lines
2.4 KiB
PHP

! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
! Copyright by The HDF Group. *
! All rights reserved. *
! *
! This file is part of HDF5. The full HDF5 copyright notice, including *
! terms governing use, modification, and redistribution, is contained in *
! the COPYING file, which can be found at the root of the source code *
! distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases. *
! If you do not have access to either file, you may request a copy from *
! help@hdfgroup.org. *
! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
! fortran/src/H5config_f.inc. Generated from fortran/src/H5config_f.inc.in by configure
! The script to replace the defines in H5config_f.inc.in is
! located in configure.ac in the Fortran section.
! Define if we have parallel support
#undef HAVE_PARALLEL
! Define if the intrinsic function STORAGE_SIZE exists
#undef FORTRAN_HAVE_STORAGE_SIZE
! Define if the intrinsic function SIZEOF exists
#undef FORTRAN_HAVE_SIZEOF
! Define if the intrinsic function C_SIZEOF exists
#undef FORTRAN_HAVE_C_SIZEOF
! Define if the intrinsic function C_LONG_DOUBLE exists
#undef FORTRAN_HAVE_C_LONG_DOUBLE
! Define if Fortran C_LONG_DOUBLE is different from C_DOUBLE
#undef FORTRAN_C_LONG_DOUBLE_IS_UNIQUE
! Define if the intrinsic module ISO_FORTRAN_ENV exists
#undef HAVE_ISO_FORTRAN_ENV
! Define the size of C's long double
#undef SIZEOF_DOUBLE
! Define the size of C's long double
#undef SIZEOF_LONG_DOUBLE
! Define the maximum decimal precision for reals
#undef PAC_FC_MAX_REAL_PRECISION
! If C has quad precision
#undef HAVE_FLOAT128
! Define if INTEGER*16 is available
#undef HAVE_Fortran_INTEGER_SIZEOF_16
! Maximum decimal precision for C
#undef PAC_C_MAX_REAL_PRECISION
! number of valid REAL KINDs
#undef H5CONFIG_F_NUM_RKIND
! valid REAL KINDs (need to have a matching C counter-part)
#undef H5CONFIG_F_RKIND
! valid REAL KINDs (need to have a matching C counter-part)
#undef H5CONFIG_F_RKIND_SIZEOF
! number of valid INTEGER KINDs
#undef H5CONFIG_F_NUM_IKIND
! valid INTEGER KINDs (need to have a matching C counter-part)
#undef H5CONFIG_F_IKIND
! Fortran compiler name
#undef Fortran_COMPILER_ID