diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2011-03-24 18:33:45 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2011-03-24 18:33:45 (GMT) |
commit | 3e8dc8cccc5b907d93e7eeb61d26088142b3d982 (patch) | |
tree | af10d7b3e3ec99b809fa880af89e8fe8b48777b0 /vms/test | |
parent | f960ff573ea4d7c324be7a392f0b0c85bc796030 (diff) | |
download | hdf5-3e8dc8cccc5b907d93e7eeb61d26088142b3d982.zip hdf5-3e8dc8cccc5b907d93e7eeb61d26088142b3d982.tar.gz hdf5-3e8dc8cccc5b907d93e7eeb61d26088142b3d982.tar.bz2 |
[svn-r20315] brought revisions 19868:20300 from the 1.8.6_vms branch to the trunk for VMS work
Diffstat (limited to 'vms/test')
-rw-r--r-- | vms/test/H5srcdir_str.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/vms/test/H5srcdir_str.h b/vms/test/H5srcdir_str.h new file mode 100644 index 0000000..faf1b03 --- /dev/null +++ b/vms/test/H5srcdir_str.h @@ -0,0 +1,22 @@ +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
+ * Copyright by The HDF Group. *
+ * Copyright by the Board of Trustees of the University of Illinois. *
+ * All rights reserved. *
+ * *
+ * This file is part of HDF5. The full HDF5 copyright notice, including *
+ * terms governing use, modification, and redistribution, is contained in *
+ * the files COPYING and Copyright.html. COPYING can be found at the root *
+ * of the source code distribution tree; Copyright.html can be found at the *
+ * root level of an installed copy of the electronic HDF5 document set and *
+ * is linked from the top-level documents page. It can also be found at *
+ * http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have *
+ * access to either file, you may request a copy from help@hdfgroup.org. *
+ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
+
+/* If you are reading this file and it has a '.h' suffix, it was automatically
+ * generated from the '.in' version. Make changes there. But for OpenVMS, this
+ * file is created by hand.
+ */
+
+/* Set the 'srcdir' path from configure time */
+static const char *config_srcdir = "[.]";
|