From 140965e6a565e338e07cf6fcc0dd5313acd67716 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 11 Dec 2006 19:31:37 -0800 Subject: Remove Imake compatibility #ifdefs - require configure's AC_TYPE_SIGNAL --- gethost.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'gethost.c') diff --git a/gethost.c b/gethost.c index 2047326..a0f30da 100644 --- a/gethost.c +++ b/gethost.c @@ -88,15 +88,6 @@ static volatile Bool nameserver_timedout = False; * be found. Stolen from xhost. */ -/* defined by autoconf AC_TYPE_SIGNAL, need to define for Imake */ -#ifndef RETSIGTYPE -# ifdef SIGNALRETURNSINT -# define RETSIGTYPE int -# else -# define RETSIGTYPE void -# endif -#endif - static jmp_buf env; static RETSIGTYPE nameserver_lost(int sig) -- cgit v1.2.1