Blame glm4/off_t.m4

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