Skip to content

Commit 394c4df

Browse files
ramsay-jonesgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 064eed3 commit 394c4df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.mak.uname

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ ifeq ($(uname_O),Cygwin)
250250
endif
251251
endif
252252
HAVE_DEV_TTY = YesPlease
253+
HAVE_GETDELIM = YesPlease
253254
HAVE_ALLOCA_H = YesPlease
254255
NEEDS_LIBICONV = YesPlease
255256
NO_FAST_WORKING_DIRECTORY = UnfortunatelyYes

0 commit comments

Comments
 (0)