summaryrefslogtreecommitdiffstats
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2007-04-05 19:47:16 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2007-04-05 19:47:16 (GMT)
commit1a1346c5081d5e981c03a5a4ac3d1e28fffdc91d (patch)
treead8bdeedb4bf37d939401a4c617c3b4d0b6cc78d /test/Makefile.in
parent0919299628582670f9144167f3c7da6096fb58f1 (diff)
downloadhdf5-1a1346c5081d5e981c03a5a4ac3d1e28fffdc91d.zip
hdf5-1a1346c5081d5e981c03a5a4ac3d1e28fffdc91d.tar.gz
hdf5-1a1346c5081d5e981c03a5a4ac3d1e28fffdc91d.tar.bz2
[svn-r13592] Add a check for files bigger than 2GB and use fseeko if it's available,
because the OFFSET parameter of fseek is of the type LONG INT, not big enough for big files on most systems. Tested on smirom, sol, cu12.
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index d245d24..e7823b9 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -51,7 +51,7 @@ MOSTLYCLEAN=cmpd_dset.h5 compact_dataset.h5 dataset.h5 extend.h5 istore.h5 \
tfile[1-3].h5 th5s1.h5 th5s3.h5 lheap.h5 ohdr.h5 stab[1-2].h5 \
extern_[1-3].h5 extern_[1-4][ab].raw gheap[0-4].h5 \
links.h5 links[1-3].h5 big.data big[0-9][0-9][0-9][0-9][0-9].h5 \
- dtypes[1-7].h5 tattr.h5 \
+ stdio.h5 dtypes[1-7].h5 tattr.h5 \
tselect.h5 mtime.h5 unlink.h5 fillval_[0-9].h5 fillval.raw \
mount_[0-9].h5 testmeta.h5 ttime.h5 trefer[1-3].h5 tvltypes.h5 \
tvlstr.h5 tvlstr2.h5 flush.h5 enum1.h5 titerate.h5 ttsafe.h5 \