diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2006-11-06 22:17:46 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2006-11-06 22:17:46 (GMT) |
commit | 8e0a4a03c0a7923057eeb2b8b2ac16338fc87e76 (patch) | |
tree | e95317e9f70ba1bcfaab80b88e1368038ba1b2b1 /src/H5config.h.in | |
parent | 2e8e42d6c9a229d0490cd97e9711fb707ad67578 (diff) | |
download | hdf5-8e0a4a03c0a7923057eeb2b8b2ac16338fc87e76.zip hdf5-8e0a4a03c0a7923057eeb2b8b2ac16338fc87e76.tar.gz hdf5-8e0a4a03c0a7923057eeb2b8b2ac16338fc87e76.tar.bz2 |
[svn-r12870] Add a new macro H5_HAVE_DIRECT_ALIGN in configure.in. Some systems like copper and sleipnir
doesn't require alignment for Direct I/O. If this's true, write or read data just like sec2
does.
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r-- | src/H5config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index 0853964..998a616 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -57,6 +57,9 @@ /* Define if the direct I/O virtual file driver should be compiled */ #undef HAVE_DIRECT +/* Define if the direct I/O VFD requires alignment */ +#undef HAVE_DIRECT_ALIGN + /* Define to 1 if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H |