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