mirror of
https://github.com/php/php-src.git
synced 2026-04-25 00:48:25 +02:00
8112889a73
This enables cross-compiling to set the php_cv_func_ttyname_r variable for adjusting the configuration manually. In case of cross-compiling the AC_CHECK_FUNCS is additionally used to guess whether the target has the ttyname_r. Current platforms mostly either have working ttyname_r compatible with POSIX or not.