diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-04-16 18:36:34 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-04-16 18:36:34 (GMT) |
commit | 0cc9b0c79f9cc2df7d6101896effc53ca70c637a (patch) | |
tree | d09f664a9f155663b8c964ab2a5d5995bca32234 /fortran/src/H5config_f.inc.in | |
parent | 7984de553e8ad2bbafa0840b207e762e2ed68f58 (diff) | |
download | hdf5-0cc9b0c79f9cc2df7d6101896effc53ca70c637a.zip hdf5-0cc9b0c79f9cc2df7d6101896effc53ca70c637a.tar.gz hdf5-0cc9b0c79f9cc2df7d6101896effc53ca70c637a.tar.bz2 |
[svn-r26825] Added include for preprocessing fortran files with configure definitions
Diffstat (limited to 'fortran/src/H5config_f.inc.in')
-rw-r--r-- | fortran/src/H5config_f.inc.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fortran/src/H5config_f.inc.in b/fortran/src/H5config_f.inc.in new file mode 100644 index 0000000..aec8b08 --- /dev/null +++ b/fortran/src/H5config_f.inc.in @@ -0,0 +1,4 @@ +! fortran/src/H5config_f.inc. Generated from fortran/src/H5config_f.inc.in by configure + +! Define if we have parallel support +#undef HAVE_PARALLEL |