Blame gnulib/m4/off_t.m4

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