/*[IP6]*/
#include <unistd.h>
#ifndef _POSIX_IPV6
#error "_POSIX_IPV6 is not defined"
#endif
int main(void) { return 0; }
