generic: remove unused ttyname_r() function configuration check

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-09-27 11:03:08 +03:00
parent 7c996527a8
commit dd6eab0c41
2 changed files with 0 additions and 2 deletions

View file

@ -47,7 +47,6 @@ macro_bool_to_01(X11_XSync_FOUND HAVE_XSYNC) # kidleti
# check is to be added to get the proper set of headers.
check_symbol_exists(strtoll "stdlib.h" HAVE_STRTOLL) # kioslave
check_symbol_exists(getgrouplist "unistd.h;grp.h" HAVE_GETGROUPLIST) # kio
check_symbol_exists(ttyname_r "unistd.h" HAVE_TTYNAME_R) # kinit, kpty
check_function_exists(backtrace HAVE_BACKTRACE) # kdecore, kio
check_function_exists(fdatasync HAVE_FDATASYNC) # kdecore

View file

@ -21,7 +21,6 @@
#cmakedefine HAVE_SETMNTENT 1
#cmakedefine HAVE_STRTOLL 1
#cmakedefine HAVE_GETGROUPLIST 1
#cmakedefine HAVE_TTYNAME_R 1
/* define if message translations are enabled */
#cmakedefine ENABLE_NLS 1