#include <unistd.h>
int const foo = _SC_IPV6;
int main(void) { return 0; }
