SIGNAL (SIGALRM, alrmser);
bytes = fstat(fileno (stdin), &st) != NOTOK ? (int) st.st_size : 100;
/* amount of time to wait depends on message size */
if (bytes <= 100) {
SIGNAL (SIGALRM, alrmser);
bytes = fstat(fileno (stdin), &st) != NOTOK ? (int) st.st_size : 100;
/* amount of time to wait depends on message size */
if (bytes <= 100) {