X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=config.m4;h=bfa56e5d4121ab48c21480cf3cb818da40821872;hp=cce2affd5ed24391a819d0d435bfaf08dfcd12b6;hb=0d05258e368d32f04371734a45759ea9ac2f5a7a;hpb=0e6d6d0bdaf5cca59d04a8f4e9fcca8a65f341d8 diff --git a/config.m4 b/config.m4 index cce2aff..bfa56e5 100644 --- a/config.m4 +++ b/config.m4 @@ -29,6 +29,8 @@ if test "$PHP_PSI" != no; then [sys_types.m4], [sys_uio.m4], [sys_utsname.m4], + [netdb.m4], + [syslog.m4], [time.m4], [wchar.m4]], [ dnl pecl build @@ -59,6 +61,8 @@ if test "$PHP_PSI" != no; then PSI_CHECK_SYS_STAT PSI_CHECK_SYS_UIO PSI_CHECK_SYS_UTSNAME + PSI_CHECK_NETDB + PSI_CHECK_SYSLOG PSI_CHECK_WCHAR PHP_SUBST(PSI_SHARED_LIBADD) @@ -72,7 +76,7 @@ if test "$PHP_PSI" != no; then AC_DEFINE_UNQUOTED([PSI_REDIRS], [$PSI_REDIRS], [Redirected functions]) AC_DEFINE_UNQUOTED([PSI_DECLS], [$PSI_DECLS], [Predefined functions]) AC_DEFINE_UNQUOTED([PSI_VA_DECLS], [$PSI_VA_DECLS], [Predefined vararg functions]) - + PHP_ADD_INCLUDE($PHP_PSI_SRCDIR/src) PHP_ADD_BUILD_DIR($PHP_PSI_BUILDDIR/src)