1! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
2!   Copyright by The HDF Group.                                               *
3!   All rights reserved.                                                      *
4!                                                                             *
5!   This file is part of HDF5.  The full HDF5 copyright notice, including     *
6!   terms governing use, modification, and redistribution, is contained in    *
7!   the COPYING file, which can be found at the root of the source code       *
8!   distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases.  *
9!   If you do not have access to either file, you may request a copy from     *
10!   help@hdfgroup.org.                                                        *
11! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
12! fortran/src/H5config_f.inc. Generated from fortran/src/H5config_f.inc.in by configure
13
14! Define if we have parallel support
15#cmakedefine01 H5_HAVE_PARALLEL
16#if H5_HAVE_PARALLEL == 0
17#undef H5_HAVE_PARALLEL
18#endif
19
20! Define if the intrinsic function STORAGE_SIZE exists
21#define H5_FORTRAN_HAVE_STORAGE_SIZE @H5_FORTRAN_HAVE_STORAGE_SIZE@
22
23! Define if the intrinsic function SIZEOF exists
24#define H5_FORTRAN_HAVE_SIZEOF @H5_FORTRAN_HAVE_SIZEOF@
25
26! Define if the intrinsic function C_SIZEOF exists
27#define H5_FORTRAN_HAVE_C_SIZEOF @H5_FORTRAN_HAVE_C_SIZEOF@
28
29! Define if the intrinsic C_LONG_DOUBLE exists
30#define H5_FORTRAN_HAVE_C_LONG_DOUBLE @H5_FORTRAN_HAVE_C_LONG_DOUBLE@
31
32! Define if Fortran C_LONG_DOUBLE is different from C_DOUBLE
33#define H5_FORTRAN_C_LONG_DOUBLE_IS_UNIQUE @H5_FORTRAN_C_LONG_DOUBLE_IS_UNIQUE@
34
35! Define if the intrinsic module ISO_FORTRAN_ENV exists
36#define H5_HAVE_ISO_FORTRAN_ENV @H5_HAVE_ISO_FORTRAN_ENV@
37
38! should this be ${HDF_PREFIX} instead of H5 MSB
39#define H5_SIZEOF_DOUBLE @H5_SIZEOF_DOUBLE@
40
41! should this be ${HDF_PREFIX} instead of H5 MSB
42#define H5_SIZEOF_LONG_DOUBLE @H5_SIZEOF_LONG_DOUBLE@
43
44! Define the maximum decimal precision for reals
45#define H5_PAC_FC_MAX_REAL_PRECISION @H5_PAC_FC_MAX_REAL_PRECISION@
46
47! If C has quad precision
48#define H5_HAVE_FLOAT128 @H5_HAVE_FLOAT128@
49
50! Define if INTEGER*16 is available
51#define H5_HAVE_Fortran_INTEGER_SIZEOF_16 @H5_HAVE_Fortran_INTEGER_SIZEOF_16@
52
53! Maximum decimal precision for C
54#define H5_PAC_C_MAX_REAL_PRECISION @H5_PAC_C_MAX_REAL_PRECISION@
55
56! number of valid REAL KINDs
57#define H5_H5CONFIG_F_NUM_RKIND @H5_H5CONFIG_F_NUM_RKIND@
58
59! valid REAL KINDs (need to have a matching C counter-part)
60#define H5_H5CONFIG_F_RKIND @H5_H5CONFIG_F_RKIND@
61
62! valid REAL KINDs (need to have a matching C counter-part)
63#define H5_H5CONFIG_F_RKIND_SIZEOF @H5_H5CONFIG_F_RKIND_SIZEOF@
64
65! number of valid INTEGER KINDs
66#define H5_H5CONFIG_F_NUM_IKIND @H5_H5CONFIG_F_NUM_IKIND@
67
68! valid INTEGER KINDs (need to have a matching C counter-part)
69#define H5_H5CONFIG_F_IKIND @H5_H5CONFIG_F_IKIND@
70
71! Fortran compiler id
72#define H5_Fortran_COMPILER_ID @CMAKE_Fortran_COMPILER_ID@
73