mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
generic: remove unused ttyname_r() function configuration check
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
7c996527a8
commit
dd6eab0c41
2 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue