#ifndef BARPA_INET_H#define BARPA_INET_H#include "../config.h"#ifdef CONFIG_BEOS_NETSERVER# include <socket.h>intinet_aton(constchar*str,structin_addr*add);# define PF_INET AF_INET# define SO_SNDBUF 0x40000001/* fake */structip_mreq{structin_addrimr_multiaddr;/* IP multicast address of group */structin_addrimr_interface;/* local IP address of interface */};