Blame m4/off_t.m4

Packit Service 4684c1
# off_t.m4 serial 1
Packit Service 4684c1
dnl Copyright (C) 2012-2020 Free Software Foundation, Inc.
Packit Service 4684c1
dnl This file is free software; the Free Software Foundation
Packit Service 4684c1
dnl gives unlimited permission to copy and/or distribute it,
Packit Service 4684c1
dnl with or without modifications, as long as this notice is preserved.
Packit Service 4684c1
Packit Service 4684c1
dnl Check whether to override the 'off_t' type.
Packit Service 4684c1
dnl Set WINDOWS_64_BIT_OFF_T.
Packit Service 4684c1
Packit Service 4684c1
AC_DEFUN([gl_TYPE_OFF_T],
Packit Service 4684c1
[
Packit Service 4684c1
  m4_ifdef([gl_LARGEFILE], [
Packit Service 4684c1
    AC_REQUIRE([gl_LARGEFILE])
Packit Service 4684c1
  ], [
Packit Service 4684c1
    WINDOWS_64_BIT_OFF_T=0
Packit Service 4684c1
  ])
Packit Service 4684c1
  AC_SUBST([WINDOWS_64_BIT_OFF_T])
Packit Service 4684c1
])