]> git.ipfire.org Git - thirdparty/git.git/commit
config.mak.uname: add HAVE_GETDELIM to the cygwin section
authorRamsay Jones <ramsay@ramsayjones.plus.com>
Wed, 16 Apr 2025 23:18:29 +0000 (00:18 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 17 Apr 2025 03:43:44 +0000 (20:43 -0700)
commit394c4dfd510b0612f66b08bbfa87324c01b33ac0
treee8eebb5065650bf8ac8a7d33cc066812f4aed01d
parent064eed36c7f6f291ed4c1966b382d87293fac3a3
config.mak.uname: add HAVE_GETDELIM to the cygwin section

Cygwin has provided the getdelim() function as far back as (at least)
2011. The autoconf and meson builds enable the use of this symbol.
In order to have the same configuration for autoconf, meson and make,
enable the HAVE_GETDELIM build variable in the cygwin section of the
config.mak.uname file.

Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
config.mak.uname