summaryrefslogtreecommitdiffstats
path: root/testpar/t_cache.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-09-06 14:20:58 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-09-06 14:20:58 (GMT)
commita14f6882d41067156bb33dd9aab638e73cf91245 (patch)
tree04a7a265af04e28492e19bae2584dfbffd2f1184 /testpar/t_cache.c
parentb3bc8132c5661f9e2b5f0222bef8791d9193b25c (diff)
downloadhdf5-a14f6882d41067156bb33dd9aab638e73cf91245.zip
hdf5-a14f6882d41067156bb33dd9aab638e73cf91245.tar.gz
hdf5-a14f6882d41067156bb33dd9aab638e73cf91245.tar.bz2
[svn-r21364] Related files to files from HDF5-33 review - all changes ran correctly in trunk. Changes have been tested in cmake branch.
t_cache.c - define needed for windows t_posix_compliant.c - #ifdef around include <unistd.h> t_shapesame.c - HD prefix needed for stat function Tested: local linux
Diffstat (limited to 'testpar/t_cache.c')
-rw-r--r--testpar/t_cache.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/testpar/t_cache.c b/testpar/t_cache.c
index ce944f5..9d170a7 100644
--- a/testpar/t_cache.c
+++ b/testpar/t_cache.c
@@ -49,6 +49,9 @@ hid_t noblock_dxpl_id=(-1);
#define NFILENAME 2
#define PARATESTFILE filenames[0]
const char *FILENAME[NFILENAME]={"CacheTestDummy", NULL};
+#ifndef PATH_MAX
+#define PATH_MAX 512
+#endif /* !PATH_MAX */
char filenames[NFILENAME][PATH_MAX];
hid_t fapl; /* file access property list */