X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=config.m4;h=3ced949809406f3dce2a6c67249a9d7205744daa;hp=b4107c878b64c800d03da213c7d0f4df57f0a55a;hb=5b17e760a71eaa07bc91e0bc0b463f2ecfec245a;hpb=5fb98c298b198dbc7dba9d1c339b21e179c65b4e diff --git a/config.m4 b/config.m4 index b4107c8..3ced949 100644 --- a/config.m4 +++ b/config.m4 @@ -16,6 +16,7 @@ m4_foreach(incfile, [ [psi/psi_decl.m4], [psi/psi_macro.m4], [psi/psi_composite.m4], + [posix/arpa_inet.m4], [posix/errno.m4], [posix/fcntl.m4], [posix/glob.m4], @@ -126,7 +127,9 @@ if test "$PHP_PSI" != no; then PSI_CONFIG_POSIX(stdlib, stdlib.h) PSI_CONFIG_POSIX(unistd, unistd.h) PSI_CONFIG_POSIX(sys/socket, sys/socket.h, [ - PSI_CONFIG_POSIX(netinet/in, netinet/in.h) + PSI_CONFIG_POSIX(netinet/in, netinet/in.h, [ + PSI_CONFIG_POSIX(arpa/inet, arpa/inet.h) + ]) PSI_CONFIG_POSIX(netdb, netdb.h) ]) PSI_CONFIG_POSIX(netinet/tcp, netinet/tcp.h)