mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
AC_EGREP_* macros are not recommended due to their unreliability in certain cases, checking for struct member can be done here using the usual AC_CHECK_MEMBERS instead. AC_CHECK_MEMBERS macro by default defines constant HAVE_STRUCT_SOCKADDR_UN_SUN_LEN.