blob: 3786130e4147490d82e31dc094ed9be96e03d390 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
! fortran/src/H5config_f.inc. Generated from fortran/src/H5config_f.inc.in by configure
! 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 the size of C's long double
#define H5_SIZEOF_LONG_DOUBLE
|