summaryrefslogtreecommitdiff
path: root/gethost.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2006-12-11 19:31:37 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2006-12-11 19:31:37 -0800
commit140965e6a565e338e07cf6fcc0dd5313acd67716 (patch)
treec2be1c62fad6b426d46451b5ee2878914d370719 /gethost.c
parentcfb36499790b764d87af7d6f4713f4fe8d3d88f7 (diff)
downloadxorg-app-xauth-140965e6a565e338e07cf6fcc0dd5313acd67716.tar.gz
Remove Imake compatibility #ifdefs - require configure's AC_TYPE_SIGNAL
Diffstat (limited to 'gethost.c')
-rw-r--r--gethost.c9
1 files changed, 0 insertions, 9 deletions
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)