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