Blame m4/off_t.m4

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