Glibc-2.38 adds new functions strlcat and strlcpy.

Signed-off-by: ormorph <roma251078@mail.ru>
pull/60/head
ormorph 5 months ago
parent d972c5bd57
commit e43d2c5573

@ -28,13 +28,9 @@ if( WITH_GCC_VISIBILITY )
tde_setup_gcc_visibility( )
endif( )
##### ark #######################################
if( BUILD_ARK )
check_symbol_exists( strlcpy string.h HAVE_STRLCPY_PROTO )
check_symbol_exists( strlcat string.h HAVE_STRLCAT_PROTO )
endif( BUILD_ARK )
# strlcat and strlcpy check
check_symbol_exists( strlcpy string.h HAVE_STRLCPY_PROTO )
check_symbol_exists( strlcat string.h HAVE_STRLCAT_PROTO )
##### kcalc #####################################

Loading…
Cancel
Save