Last change
on this file was 3529, checked in by bird, 3 years ago |
Imported grep 3.7 from grep-3.7.tar.gz (sha256: c22b0cf2d4f6bbe599c902387e8058990e1eee99aef333a203829e5fd3dbb342), applying minimal auto-props.
|
-
Property svn:eol-style
set to
LF
|
File size:
518 bytes
|
Line | |
---|
1 | # off_t.m4 serial 1
|
---|
2 | dnl Copyright (C) 2012-2021 Free Software Foundation, Inc.
|
---|
3 | dnl This file is free software; the Free Software Foundation
|
---|
4 | dnl gives unlimited permission to copy and/or distribute it,
|
---|
5 | dnl with or without modifications, as long as this notice is preserved.
|
---|
6 |
|
---|
7 | dnl Check whether to override the 'off_t' type.
|
---|
8 | dnl Set WINDOWS_64_BIT_OFF_T.
|
---|
9 |
|
---|
10 | AC_DEFUN([gl_TYPE_OFF_T],
|
---|
11 | [
|
---|
12 | m4_ifdef([gl_LARGEFILE], [
|
---|
13 | AC_REQUIRE([gl_LARGEFILE])
|
---|
14 | ], [
|
---|
15 | WINDOWS_64_BIT_OFF_T=0
|
---|
16 | ])
|
---|
17 | AC_SUBST([WINDOWS_64_BIT_OFF_T])
|
---|
18 | ])
|
---|
Note:
See
TracBrowser
for help on using the repository browser.