summaryrefslogtreecommitdiff
path: root/features/mkc_imp.f_strtoi.mk
blob: e00aa74b03def6a396d85cf9186c70bb6263c582 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright (c) 2021 by Aleksey Cheusov
#
# See LICENSE file in the distribution.

.ifndef _MKC_IMP_F_STRTOI_MK
_MKC_IMP_F_STRTOI_MK := 1

MKC_CHECK_FUNCS6   +=	strtoi:inttypes.h
MKC_CHECK_FUNCLIBS +=	strtoi

.include <mkc.conf.mk>

.if ${HAVE_FUNCLIB.strtoi:U} != 1
MKC_SRCS +=	${FEATURESDIR}/strto/mkc_strtoi.c
.endif

CPPFLAGS +=	-D_MKC_CHECK_STRTOI

.endif #_MKC_IMP_F_STRTOI_MK