summaryrefslogtreecommitdiffstats
path: root/src/H5config.h.in
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2008-04-02 19:33:08 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2008-04-02 19:33:08 (GMT)
commitcff7516ca7fe980f53037886b8a1faa181d6daec (patch)
tree1176ec7e168a3dd28b0616dec64b719d63ce22d6 /src/H5config.h.in
parentd8dfc1fb3f07df5e58e9da6f5e54304e6e2009a9 (diff)
downloadhdf5-cff7516ca7fe980f53037886b8a1faa181d6daec.zip
hdf5-cff7516ca7fe980f53037886b8a1faa181d6daec.tar.gz
hdf5-cff7516ca7fe980f53037886b8a1faa181d6daec.tar.bz2
[svn-r14791] Add handling for external link:
1. src/H5F.c, src/H5system.c: formulate path for mainfile 2. src/H5Lexternal.c: add search for target file 3. configure.in: add H5_HAVE_WINDOW_PATH 4. test/links.c: add tests for external link
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r--src/H5config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in
index 5c767ef..77a3b23 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -368,6 +368,9 @@
/* Define to 1 if you have the `waitpid' function. */
#undef HAVE_WAITPID
+/* Define if your system has window style path name. */
+#undef HAVE_WINDOW_PATH
+
/* Define to 1 if you have the <winsock.h> header file. */
#undef HAVE_WINSOCK_H