diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2013-05-20 20:48:18 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2013-05-20 20:48:18 (GMT) |
commit | 7a3f473c04684c756c5398878b8b715320af94c1 (patch) | |
tree | c028ff8a10b99e6294db83aa9250a6742d53f10b /vms/src/h5pubconf.h | |
parent | c09748b14e9d0d2a099dab8fbba6002fd5281537 (diff) | |
download | hdf5-7a3f473c04684c756c5398878b8b715320af94c1.zip hdf5-7a3f473c04684c756c5398878b8b715320af94c1.tar.gz hdf5-7a3f473c04684c756c5398878b8b715320af94c1.tar.bz2 |
[svn-r23710] I added H5Pencdec.c to make.com. I added
H5_HAVE_DIRENT_H
H5_HAVE_LIBDL
H5_HAVE_SETJMP
to h5pubconf.h.
Not tested yet.
Diffstat (limited to 'vms/src/h5pubconf.h')
-rw-r--r-- | vms/src/h5pubconf.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vms/src/h5pubconf.h b/vms/src/h5pubconf.h index 50ee0b3..33d52da 100644 --- a/vms/src/h5pubconf.h +++ b/vms/src/h5pubconf.h @@ -99,6 +99,9 @@ /* Define if the direct I/O virtual file driver should be compiled */ /* #undef H5_HAVE_DIRECT */ +/* Define to 1 if you have the <dirent.h> header file. */ +#define H5_HAVE_DIRENT_H 1 + /* Define to 1 if you have the <dlfcn.h> header file. */ #define H5_HAVE_DLFCN_H 1 @@ -196,6 +199,9 @@ /* Define to 1 if you have the <io.h> header file. */ /* #undef H5_HAVE_IO_H */ +/* Define to 1 if you have the `dl' library (-ldl). */ +#define H5_HAVE_LIBDL 1 + /* Define to 1 if you have the `dmalloc' library (-ldmalloc). */ /* #undef H5_HAVE_LIBDMALLOC */ @@ -274,6 +280,9 @@ /* Define to 1 if you have the `rand_r' function. */ /* #define H5_HAVE_RAND_R 1 */ +/* Define to 1 if you have the `setjmp' function. */ +#define H5_HAVE_SETJMP 1 + /* Define to 1 if you have the <setjmp.h> header file. */ #define H5_HAVE_SETJMP_H 1 |