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