#include <netinet/tcp.h>
int const foo = TCP_NODELAY;
int main(void) { return 0; }
