diff options
Diffstat (limited to 'src/H5FDlog.c')
-rw-r--r-- | src/H5FDlog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDlog.c b/src/H5FDlog.c index cb9fe6f..949ae18 100644 --- a/src/H5FDlog.c +++ b/src/H5FDlog.c @@ -114,7 +114,7 @@ typedef struct H5FD_log_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 |