summaryrefslogtreecommitdiff
path: root/features/mkc_imp.f_strlcpy.mk
blob: 51759a2174980ce77a42889f1d4921836adf6177 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright (c) 2014 by Aleksey Cheusov
#
# See LICENSE file in the distribution.
.ifndef _MKC_IMP_F_STRLCPY_MK
_MKC_IMP_F_STRLCPY_MK := 1

MKC_SOURCE_FUNCLIBS      +=	strlcpy
MKC_SOURCE_DIR.strlcpy.c  =	${FEATURESDIR}/strlcpy
MKC_CHECK_FUNCS3         +=	strlcpy:string.h

.endif #_MKC_IMP_F_STRLCPY_MK