3 dnl Copyright (C) 2012-2024 Free Software Foundation, Inc.
4 dnl This file is free software; the Free Software Foundation
5 dnl gives unlimited permission to copy and/or distribute it,
6 dnl with or without modifications, as long as this notice is preserved.
8 dnl Check whether to override the 'off_t' type.
9 dnl Set WINDOWS_64_BIT_OFF_T.
11 AC_DEFUN([gl_TYPE_OFF_T],
13 m4_ifdef([gl_LARGEFILE], [
14 AC_REQUIRE([gl_LARGEFILE])
16 WINDOWS_64_BIT_OFF_T=0
18 AC_SUBST([WINDOWS_64_BIT_OFF_T])