summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5config_f.inc.in
blob: a28480cf402344fbba037785a6b6ce1f98898b3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
! 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 the intrinsic module ISO_FORTRAN_ENV exists
#undef HAVE_ISO_FORTRAN_ENV

! 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

! Define if INTEGER*16 is available 
#undef HAVE_Fortran_INTEGER_SIZEOF_16