Codebase list mk-configure / debian/0.29.1-3 features / mkc_imp.f_fgetln.mk
debian/0.29.1-3

Tree @debian/0.29.1-3 (Download .tar.gz)

mkc_imp.f_fgetln.mk @debian/0.29.1-3raw · history · blame

# Copyright (c) 2014 by Aleksey Cheusov
#
# See LICENSE file in the distribution.
.ifndef _MKC_IMP.F_FGETLN_MK
_MKC_IMP.F_FGETLN_MK := 1

.include <mkc_imp.f_getline.mk>

MKC_SOURCE_FUNCLIBS      +=	fgetln
MKC_SOURCE_DIR.fgetln.c  =	${FEATURESDIR}/fgetln
MKC_CHECK_FUNCS3         +=	fgetln:stdio.h

.endif # _MKC_IMP.F_FGETLN_MK