summaryrefslogtreecommitdiffstats
path: root/vms
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-11-23 21:45:23 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-11-23 21:45:23 (GMT)
commit58048308c5ce37479fbeff46a34305e870fd5ddc (patch)
tree4eeb0eb6459cc5892610f88bcca942923cee794f /vms
parent7b402d827d766fb16b16ff8660dc044564a1cfb5 (diff)
downloadhdf5-58048308c5ce37479fbeff46a34305e870fd5ddc.zip
hdf5-58048308c5ce37479fbeff46a34305e870fd5ddc.tar.gz
hdf5-58048308c5ce37479fbeff46a34305e870fd5ddc.tar.bz2
[svn-r17925] Description:
Bring r17924 from trunk to 1.8 branch: Add detection for POSIX lstat() routine to configure script (mostly for non-UNIX/Linux machines) and add macro wrapper for it. Alphabetatize the system/library calls we test for, to make them easier to read. Removed the sigaction() detection & macro wrappers, since it's not used by the distribution currently. Tested on: FreeBSD/32 6.3 (duty) in debug mode (h5committested on trunk)
Diffstat (limited to 'vms')
-rw-r--r--vms/src/h5pubconf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vms/src/h5pubconf.h b/vms/src/h5pubconf.h
index a42bad7..4e7f39a 100644
--- a/vms/src/h5pubconf.h
+++ b/vms/src/h5pubconf.h
@@ -215,6 +215,9 @@
/* Define to 1 if you have the `lseek64' function. */
/* #define H5_HAVE_LSEEK64 1 */
+/* Define to 1 if you have the `lstat' function. */
+/* #define H5_HAVE_LSTAT 1 */
+
/* Define to 1 if you have the <memory.h> header file. */
#define H5_HAVE_MEMORY_H 1
@@ -251,9 +254,6 @@
/* Define to 1 if you have the `setsysinfo' function. */
/* #undef H5_HAVE_SETSYSINFO */
-/* Define to 1 if you have the `sigaction' function. */
-#define H5_HAVE_SIGACTION 1
-
/* Define to 1 if you have the `siglongjmp' function. */
#define H5_HAVE_SIGLONGJMP 1