summaryrefslogtreecommitdiffstats
path: root/src/H5FDdpss.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDdpss.c')
-rw-r--r--src/H5FDdpss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDdpss.c b/src/H5FDdpss.c
index bb897c5..e5d4247 100644
--- a/src/H5FDdpss.c
+++ b/src/H5FDdpss.c
@@ -64,7 +64,7 @@ typedef struct H5FD_dpss_t {
* file_seek: The function which adjusts the current file position,
* either lseek() or lseek64().
*/
-#ifdef HAVE_LSEEK64
+#ifdef H5_HAVE_LSEEK64
# define file_offset_t off64_t
# define file_seek lseek64
#else