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