configure: add --enable-psi-maintainer-mode
[m6w6/ext-psi] / m4 / posix / netinet_in.m4
index e226d0517b1fdb807ac98e60ffa32858f8d4232b..7b26e8c11e4bfa696ec84be187d220d7ccb29c60 100644 (file)
@@ -1,5 +1,4 @@
 PSI_CHECK_NETINET_IN() {
-       PSI_CONFIG_POSIX(netinet/in, netinet/in.h)
 
        PSI_TYPE(in_port_t, uint)
        PSI_TYPE(in_addr_t, uint)
@@ -62,5 +61,5 @@ PSI_CHECK_NETINET_IN() {
        PSI_MACRO(int IN6_IS_ADDR_MC_ORGLOCAL, [(const struct in6_addr *a)])
        PSI_MACRO(int IN6_IS_ADDR_MC_GLOBAL, [(const struct in6_addr *a)])
 
-       PSI_EXTVAR(struct in6_addr in6addr_loopback)
+       PSI_MACRO(struct in6_addr in6addr_loopback)
 }