[svn-r12747] Added a condition check to see if Direct I/o is enabled.

This commit is contained in:
Raymond Lu
2006-10-11 16:57:18 -05:00
parent c0712895d2
commit c69d0bd40b

View File

@@ -2731,8 +2731,10 @@ dump_fcpl(hid_t fid)
if (H5FD_CORE==fdriver)
HDstrcpy(dname,"H5FD_CORE");
#ifdef H5_HAVE_DIRECT
else if (H5FD_DIRECT==fdriver)
HDstrcpy(dname,"H5FD_DIRECT");
#endif
else if (H5FD_FAMILY==fdriver)
HDstrcpy(dname,"H5FD_FAMILY");
else if (H5FD_LOG==fdriver)