#include <errno.h>
#ifndef EMSGSIZE
#error "EMSGSIZE is not defined"
#endif
int main(void) { return 0; }
