]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(gl_REGEX): Don't check for off_t, since the code
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 17 Mar 2006 07:33:06 +0000 (07:33 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 17 Mar 2006 07:33:06 +0000 (07:33 +0000)
commitf7bc3c2bfc3874a1fba2fc7deb2298057451130f
tree6a7950587c16711d0ea2cbc655d2b3291841d9fd
parent2379e76856326af58c5dcfcd4e610126117d2890
(gl_REGEX): Don't check for off_t, since the code
no longer needs it.  Instead, check that regoff_t is as least
as wide as ptrdiff_t.

Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
so that our regex.h stays compatible with the installed regex.
This is helpful for installers who configure --without-included-regex.
Problem reported by Emanuele Giaquinta.
m4/regex.m4