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