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