Blame m4/off_t.m4

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